.. |
i_amiga.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_atari.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 år sedan |
i_beos.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_bsd.pas
|
48d7c69aab
* set maxCrecordalign to 16 for all x86_64 platforms that follow the
|
15 år sedan |
i_embed.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_emx.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 år sedan |
i_gba.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_go32v2.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_haiku.pas
|
3747454aeb
* patch by Olivier Coursiere to enable winlike resources on haiku, resolves #15539
|
15 år sedan |
i_linux.pas
|
48d7c69aab
* set maxCrecordalign to 16 for all x86_64 platforms that follow the
|
15 år sedan |
i_macos.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_morph.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_nativent.pas
|
34227e811d
+ patch by Sven Barth to add native NT rtl support to the compiler, resolves #14886
|
15 år sedan |
i_nds.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_nwl.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_nwm.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_os2.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 år sedan |
i_palmos.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 år sedan |
i_sunos.pas
|
48d7c69aab
* set maxCrecordalign to 16 for all x86_64 platforms that follow the
|
15 år sedan |
i_symbian.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_watcom.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_wdosx.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
i_win.pas
|
b4c8c73e70
* changed tf_use_function_relative_addresses into an assembler flag (with
|
16 år sedan |
mac_crea.txt
|
3b1ecd4f47
+ Added this confirmation from Apple Computer about our ownership of the MacOS creator code 'FPas'
|
21 år sedan |
t_amiga.pas
|
446e2161ce
+ Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, instead of importing it every single place it is needed.
|
16 år sedan |
t_atari.pas
|
790a4fe2d3
* log and id tags removed
|
20 år sedan |
t_beos.pas
|
35c0f78642
+ Haiku support by Olivier Coursière based on old BeOS support
|
17 år sedan |
t_bsd.pas
|
356026f849
* use new_section() instead of tai_section.create() everywhere
|
15 år sedan |
t_embed.pas
|
515774b864
* merged armthum branch
|
16 år sedan |
t_emx.pas
|
11083d88b3
Merged revisions 11337-11338,11341-11345,11348,11350-11361,11363-11368,11370,11376-11392,11397-11400,11402-11410,11415-11419,11421,11423-11426,11429-11464,11466-11468,11471-11486,11489,11491-11517,11522,11524-11527,11529-11534,11536-11550,11552,11554,11556,11558-11561,11563,11565-11570,11572-11587,11589-11618,11620,11623-11627,11629-11663,11668-11669,11671-11682,11684,11686-11688,11693,11697,11699-11700,11703-11704,11708-11711,11719-11722,11727,11730-11732,11738-11777,11779,11782-11784,11786-11809,11811-11821,11823-11830,11832-11835,11837-11847,11849-11871,11873-11875,11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045 via svnmerge from
|
17 år sedan |
t_gba.pas
|
bc1bcf343e
* Updated NDS and GBA to devkitARM r28
|
15 år sedan |
t_go32v2.pas
|
a0159a9740
* Adapt script to DJGPP 2.04
|
16 år sedan |
t_haiku.pas
|
35c0f78642
+ Haiku support by Olivier Coursière based on old BeOS support
|
17 år sedan |
t_linux.pas
|
356026f849
* use new_section() instead of tai_section.create() everywhere
|
15 år sedan |
t_macos.pas
|
0625040eba
+ add -XR switch for target root file system with libs (also used for C lib type detection)
|
18 år sedan |
t_morph.pas
|
446e2161ce
+ Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, instead of importing it every single place it is needed.
|
16 år sedan |
t_nativent.pas
|
34227e811d
+ patch by Sven Barth to add native NT rtl support to the compiler, resolves #14886
|
15 år sedan |
t_nds.pas
|
bc1bcf343e
* Updated NDS and GBA to devkitARM r28
|
15 år sedan |
t_nwl.pas
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 år sedan |
t_nwm.pas
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 år sedan |
t_os2.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 år sedan |
t_palmos.pas
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 år sedan |
t_sunos.pas
|
356026f849
* use new_section() instead of tai_section.create() everywhere
|
15 år sedan |
t_symbian.pas
|
78b2618db6
* Fixed setting of image base using {$IMAGEBASE X} directive.
|
16 år sedan |
t_watcom.pas
|
11083d88b3
Merged revisions 11337-11338,11341-11345,11348,11350-11361,11363-11368,11370,11376-11392,11397-11400,11402-11410,11415-11419,11421,11423-11426,11429-11464,11466-11468,11471-11486,11489,11491-11517,11522,11524-11527,11529-11534,11536-11550,11552,11554,11556,11558-11561,11563,11565-11570,11572-11587,11589-11618,11620,11623-11627,11629-11663,11668-11669,11671-11682,11684,11686-11688,11693,11697,11699-11700,11703-11704,11708-11711,11719-11722,11727,11730-11732,11738-11777,11779,11782-11784,11786-11809,11811-11821,11823-11830,11832-11835,11837-11847,11849-11871,11873-11875,11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045 via svnmerge from
|
17 år sedan |
t_wdosx.pas
|
f5c1839ff0
* support static library (.a) linking
|
19 år sedan |
t_win.pas
|
ab2b596575
* ld uses arm_wince_pe rather than arm-wince-pe (mantis #15666)
|
15 år sedan |