| Commit message (Expand) | Author | Age | Files | Lines |
* | * fixed opt-in sysroot substitution again, renamed the three-argument version | jonas | 2019-10-26 | 1 | -1/+1 |
* | * limit the heapsize to 65520 bytes on win16 (the $M directive in win16 only | nickysn | 2019-08-12 | 1 | -1/+6 |
* | - suppress the warning that the $D directive is not supported on i8086-win16 | nickysn | 2019-08-10 | 1 | -1/+1 |
* | + support for verifying whether a case statements handles all possibilities | jonas | 2019-05-12 | 1 | -0/+7 |
* | * added extra header to ppu inside a subsection, so we won't run into | jonas | 2019-04-06 | 1 | -11/+11 |
* | Merged riscv_new branch | florian | 2018-09-26 | 1 | -0/+7 |
* | + support for the directive $EXCESSPRECISION | florian | 2018-07-12 | 1 | -0/+7 |
* | * extend scanning of $modeswitch to support not only + and -, but also ON and... | svenbarth | 2018-06-22 | 1 | -2/+4 |
* | * allow $MinEnumSize, $PackSet and $PackRecords to be used with $Push and $Pop | svenbarth | 2018-06-12 | 1 | -0/+9 |
* | + support {$message info ...}, resolves #30654 | florian | 2018-02-25 | 1 | -0/+3 |
* | * (re)store alignment when doing a $push/$pop | florian | 2018-01-22 | 1 | -2/+6 |
* | + add support for $SetPE{OS,SubSys,User}Version directives; Delphi compatible... | svenbarth | 2017-09-30 | 1 | -0/+111 |
* | atari: enable apptype directive, and change exe extension when compiling a GU... | karoly | 2016-12-30 | 1 | -1/+1 |
* | huge syscall support refactor for Amiga-likes. removed large chunks of ancien... | karoly | 2016-09-03 | 1 | -16/+13 |
* | + added an i8086-embedded target support to the compiler (RTL and makefile | nickysn | 2016-06-17 | 1 | -11/+12 |
* | Fix compilation of the JEDI package. Old Delphi versions have {$WEAKPACKAGEUN... | svenbarth | 2016-04-15 | 1 | -4/+9 |
* | Merged revision(s) 31988, 31991-31993, 32136, 32308-32309, 32312, 32318 from ... | svenbarth | 2016-04-15 | 1 | -4/+23 |
* | Add new Delphi compatible switch {$G+/-}, {$IMPORTEDDATA ON/OFF} which handle... | svenbarth | 2016-03-18 | 1 | -0/+6 |
* | + implemented a new {$ASMCPU XXX} directive, allowing to specify a different | nickysn | 2016-02-29 | 1 | -0/+30 |
* | * fixed a bug in the $targetswitch directive, which prevented target switches | nickysn | 2015-09-26 | 1 | -0/+5 |
* | * fixed unwanted disabling of a codepage set via -FcXXX/{$codepage XXX} | jonas | 2015-09-25 | 1 | -0/+3 |
* | * changed paratargetdbg from a global variable into a field of toption | jonas | 2015-08-28 | 1 | -1/+1 |
* | + added error message in case the HUGEPOINTERNORMALIZATION directive is used | nickysn | 2014-07-04 | 1 | -0/+2 |
* | + added directive {$HUGEPOINTERARITHMETICNORMALIZATION} to control the | nickysn | 2014-07-04 | 1 | -0/+42 |
* | - rm the scan_w_hugepointernormalization_not_support message, replaced with | nickysn | 2014-07-04 | 1 | -1/+1 |
* | * cs_hugeptr_normalization renamed to cs_hugeptr_arithmetic_normalization, | nickysn | 2014-07-04 | 1 | -1/+1 |
* | As discussed on core enable the abstract class construction warning by defaul... | svenbarth | 2014-07-02 | 1 | -1/+4 |
* | + added a $HUGEPOINTERNORMALIZATION switch | nickysn | 2014-06-27 | 1 | -0/+11 |
* | + added upper limits to the heapmin and heapmax values set by the $M directive | nickysn | 2014-06-25 | 1 | -2/+22 |
* | + added a warning if HeapMax<HeapMin is specified with the $M directive | nickysn | 2014-06-24 | 1 | -1/+3 |
* | + added heapmax support to the $M directive on i8086-msdos. It is currently | nickysn | 2014-06-23 | 1 | -0/+8 |
* | * allow setting a heap size of exactly 1024 bytes with the $M directive, since | nickysn | 2014-06-21 | 1 | -1/+1 |
* | + added warning in case of an $M directive with an invalid stack size specified | nickysn | 2014-06-15 | 1 | -1/+3 |
* | * check whether the stack size specified in the $M directive exceeds the maximum | nickysn | 2014-06-15 | 1 | -2/+9 |
* | + added support for units with code larger than 64kb in the far code i8086 | nickysn | 2014-04-20 | 1 | -0/+15 |
* | + added $F directive handling, sets cs_force_far_calls (not implemented yet) | nickysn | 2014-04-13 | 1 | -0/+15 |
* | Force external linker for nasm smartlinking | pierre | 2014-04-10 | 1 | -1/+15 |
* | * also check for targets not supporting -gc/checkpointer functionality in | jonas | 2014-03-13 | 1 | -7/+10 |
* | compiler: load binary unicode mappings in cpavailable() call instead of separ... | paul | 2014-01-04 | 1 | -1/+1 |
* | compiler: | paul | 2014-01-04 | 1 | -1/+1 |
* | * fixes several issues which cause warnings by the dfa code when using it to ... | florian | 2013-12-01 | 1 | -2/+4 |
* | + allow smartlinking and dwarf debug info at the same time for i8086-msdos | nickysn | 2013-10-27 | 1 | -1/+1 |
* | * {$PackRecords NORMAL}, {$PackRecords DEFAULT} and {$ALIGN RESET} now set | nickysn | 2013-10-07 | 1 | -2/+2 |
* | * UpdateTargetSwitchStr moved to a new unit dirparse.pas. This avoids the dep... | nickysn | 2013-10-03 | 1 | -1/+2 |
* | * UpdateTargetSwitchStr moved from unit globals to unit options in order to | nickysn | 2013-09-28 | 1 | -1/+1 |
* | + allow {$apptype com} and {$apptype exe} to set the msdos binary format | nickysn | 2013-09-24 | 1 | -3/+8 |
* | Add support for integer constants to SetPEFlags and SetPEOptFlags. This is De... | svenbarth | 2013-06-13 | 1 | -3/+37 |
* | - -CPPAKCSET=NORMAL and CPPAKCSET=DEFAULT should set setalloc to 0 as $PACKSE... | florian | 2013-03-17 | 1 | -1/+1 |
* | compiler: set apptype using new SetAppType routine, add 'CONSOLE' define for ... | paul | 2013-02-13 | 1 | -7/+7 |
* | + {$targetswitch xxx} directive that enables changing target switches | jonas | 2013-02-02 | 1 | -0/+19 |