florian
|
11a3d8762a
* patch by J. Gareth Moreton:
|
7 years ago |
Jonas Maebe
|
4014f900cb
* fixed get_iso_range_type() for non-integer orddefs (belongs with r37934)
|
7 years ago |
Károly Balogh
|
7c3702d3b0
palmos: make it easy to disable certain features, also disable some which are not needed now. hello, world! is about 6K with these settings, about 5K smaller than otherwise
|
7 years ago |
Károly Balogh
|
31ad24023f
palmunits: few tweaks to the palmcube example. don't loop for no reason, handle the return values of syshandleevent as expected, somewhat less stack use
|
7 years ago |
Jonas Maebe
|
5f7d3e16f5
* increase comment nesting level when "(*" is followed by another '*'
|
7 years ago |
Jonas Maebe
|
a2217cedd5
* evaluate the lower and upper bounds of for-loops in ISO mode using the
|
7 years ago |
Károly Balogh
|
8d3cf05b73
palmunits: optimized palmcube slightly, and added offscreen rendering to eliminate flickering on real devices
|
7 years ago |
florian
|
9915de038f
* build x86-64 with optimizer as well, it is unclear, why -dNOOPT was added
|
7 years ago |
Károly Balogh
|
d03e0d3bfb
palmos: bail out earlier when we're not in NormalLaunch mode, should fix Fatal Exception crash when installing the app on a real device using HotSync
|
7 years ago |
Jonas Maebe
|
0f0bdabb89
* if an absolute typeconversion changes the size, make the source not
|
7 years ago |
florian
|
8714ddafa5
* fix pathes of IDE package
|
7 years ago |
Jonas Maebe
|
53bef8d202
* fixed calculation of high parameter for arrays with non-integer bounds
|
7 years ago |
Jonas Maebe
|
ae087b92d7
* when creating a unique type alias for an object, class or interface,
|
7 years ago |
florian
|
3ce7927096
* made the ide a package, so it can be build in parallel with the other packages, reasons:
|
7 years ago |
Jonas Maebe
|
2919d97f91
* support asssigning @class.classmethod to a procvar of object in FPC modes
|
7 years ago |
Károly Balogh
|
256c7d4144
palmunits: added the rotating cube example, PalmOS edition. tested to work down to OS3.0
|
7 years ago |
Károly Balogh
|
d04a4f3ec3
palmunits: updated hello example, so no coordinates are hardwired. added a copyright header
|
7 years ago |
florian
|
81b2cf5d65
* slightly modified patch by J. Gareth Moreton: Optimization for 'mod' on i386/x86-64, resolves #32945
|
7 years ago |
Jonas Maebe
|
1934285c20
* don't convert "int64(sint32) * cardinal_const" into a 32x32->64
|
7 years ago |
pierre
|
bdd3b4e695
* Move rtl.cfg content to system.cfg
|
7 years ago |
florian
|
6d072872d0
* fix compilation with 3.0.x and -Oonodedfa enabled after r37887
|
7 years ago |
Károly Balogh
|
7e630686e0
* do not use a wildcard while deleting smartlinked objects after linking stage in a script, conflicts with script filename quoting on Unix at least
|
7 years ago |
Károly Balogh
|
3dda26b3b5
* quote assembly filenames in Unix script, fixes sh errors with smartlinked small filenames like unitname(1), etc
|
7 years ago |
Károly Balogh
|
75158d02ca
m68k: set palmos to use 68000 and no FPU by default
|
7 years ago |
florian
|
273045c295
* use the first element of the filrec._private array to track eof for typed files in iso mode (this will not hurt as iso mode does not specify the _private field), resolves #32938
|
7 years ago |
Jonas Maebe
|
f1ace2b74d
- reverted r36870, Darwin's assembler uses a different way to specify
|
7 years ago |
Mattias Gaertner
|
b00143005c
pastojs: scoped enum with numbers
|
7 years ago |
Jonas Maebe
|
320a699967
* fixed storing the symbols of the global macro symbol table in the ppu in
|
7 years ago |
Jonas Maebe
|
8cfe7e0a0c
* when creating a realconstn, cast the value to the specified type
|
7 years ago |
Mattias Gaertner
|
4a490323e1
pastojs: error on record variant
|
7 years ago |