nickysn
|
93a706f1a0
+ allow smartlinking and dwarf debug info at the same time for i8086-msdos
|
11 年之前 |
nickysn
|
9d1ba65cec
* {$PackRecords NORMAL}, {$PackRecords DEFAULT} and {$ALIGN RESET} now set
|
12 年之前 |
nickysn
|
119cf760eb
* UpdateTargetSwitchStr moved to a new unit dirparse.pas. This avoids the dependence of unit scandir on unit options
|
12 年之前 |
nickysn
|
989c543ea2
* UpdateTargetSwitchStr moved from unit globals to unit options in order to
|
12 年之前 |
nickysn
|
2afea8fc19
+ allow {$apptype com} and {$apptype exe} to set the msdos binary format
|
12 年之前 |
svenbarth
|
2e186a91fa
Add support for integer constants to SetPEFlags and SetPEOptFlags. This is Delphi compatible.
|
12 年之前 |
florian
|
fdde11fcc8
- -CPPAKCSET=NORMAL and CPPAKCSET=DEFAULT should set setalloc to 0 as $PACKSET=... with the same parameters does
|
12 年之前 |
paul
|
2a3618fb6c
compiler: set apptype using new SetAppType routine, add 'CONSOLE' define for console apptype.
|
12 年之前 |
Jonas Maebe
|
a51e64bd4d
+ {$targetswitch xxx} directive that enables changing target switches
|
12 年之前 |
florian
|
db68214e88
+ support setpeoptflags directive, resolves #23447
|
12 年之前 |
florian
|
761fcca4ec
+ is_dynamicstring
|
12 年之前 |
pierre
|
c501e6db5f
Partial fix for bug report 22744
|
13 年之前 |
Jonas Maebe
|
958600e74b
* by default disable the warning about interfaces raising a particular
|
13 年之前 |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
13 年之前 |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 年之前 |
Jonas Maebe
|
7aa3b99fb5
+ -CN/{$CHECKLOWADDRLOADS+/-} switch to enable explicit checks for accesses
|
13 年之前 |
Jonas Maebe
|
0d5b2b84a8
+ Android/JVM target, including a translation of the Android r14 SDK
|
13 年之前 |
paul
|
26f66897cd
compiler:
|
13 年之前 |
paul
|
21ac5dfb3b
compiler: output ansistring constants in explicit codepage if codepage is explicitly defined using either $codepage directive or compiler switch or for SystemCodepage modeswitch
|
14 年之前 |
Jonas Maebe
|
f96f5f9e94
+ {$VARPARACOPYOUTCHECK+/-} / -Cv switch to enable checking
|
14 年之前 |
paul
|
4d3da666db
compiler: replace string codepage comparison to numeric. store codepage as number in current settings
|
14 年之前 |
paul
|
e9f8182370
merge r14142 from cpstrnew branch by paul:
|
14 年之前 |
pierre
|
b5c4df8eb5
* exclude cs_create_smart if using external assembler and dwarf
|
14 年之前 |
Jonas Maebe
|
9aa40f5a08
* give a warning that packrecords settings are ignored when compiling for
|
14 年之前 |
Jonas Maebe
|
0700e2d7ef
+ support for {$namespace x.y.z} directive to specify the namespace
|
14 年之前 |
Jonas Maebe
|
f67919e9f5
+ odt_javaclass, odt_interfacejava objectdef types
|
14 年之前 |
pierre
|
c43b91ef15
Fix infinite loop in PUSH/POP directives
|
14 年之前 |
pierre
|
1a262bee80
* $WARN $PUSH/$POP support
|
14 年之前 |
pierre
|
d09389ac79
Implement support for $WARN XXX ON/OFF/ERROR
|
14 年之前 |
florian
|
93e53e1990
* allow also smaller values for code alignment parameters than the current one, resolves #19463
|
14 年之前 |