pierre
|
6b2a0e978b
Fix ia64 compilation problems
|
14 anos atrás |
paul
|
e0fecf5332
compiler: revert r19358. As stated by Florian, compiler should be able to compile with the latest RTL.
|
14 anos atrás |
paul
|
ee2e0a0c1d
compiler: remove CP_xxx constants since they are present in the system unit now
|
14 anos atrás |
paul
|
828367bebd
compiler:
|
14 anos atrás |
paul
|
41e85bc36a
compiler:
|
14 anos atrás |
paul
|
4d3da666db
compiler: replace string codepage comparison to numeric. store codepage as number in current settings
|
14 anos atrás |
paul
|
1db610ecbd
merge r17434 from cpstrnew branch by michael:
|
14 anos atrás |
paul
|
8a4634a7b1
merge r13481 from cpstrnew branch by florian
|
14 anos atrás |
pierre
|
637a4671d9
Fix messages to tokenbuufer writing to zvoid problems with PPU
|
14 anos atrás |
florian
|
a08dfdf803
o slightly modified patch by John Clymer:
|
14 anos atrás |
Jonas Maebe
|
baf2a3f1fb
* fixed copy/paste error that didn't disable default inline support when
|
14 anos atrás |
pierre
|
1c2a5f9819
+ Update all Makefile's modified by
|
14 anos atrás |
pierre
|
b3e1ba70e9
* Avoid warning about missing field for AVR
|
14 anos atrás |
pierre
|
5148cb6ca8
* make sure pmessage field is aligned
|
14 anos atrás |
pierre
|
d09389ac79
Implement support for $WARN XXX ON/OFF/ERROR
|
14 anos atrás |
pierre
|
83f100432c
+ Move enumration types uses in ppu files from systems.pas
|
14 anos atrás |
florian
|
93e53e1990
* allow also smaller values for code alignment parameters than the current one, resolves #19463
|
14 anos atrás |
florian
|
6ea8eb7dc2
+ changes precedence of unary minus operator in mac and iso mode, resolves #17710
|
14 anos atrás |
florian
|
13285ab264
o several strings changed into ansistrings, resolves #19318, no compilation speed degrations measurable
|
14 anos atrás |
florian
|
fb84cb865b
* rebase to trunk@17295
|
14 anos atrás |
florian
|
3ce9ff93f1
+ patch by Jeppe Johansen to support automatic interrupt table generation by using the interrupt directive with an offset. Not activated yet because it requires to change also the startup code of the different mcus.
|
14 anos atrás |
florian
|
0bdd15e0da
+ added cwindirs for the time being to the compiler dir till a release with windirs in the rtl is released
|
14 anos atrás |
joost
|
2df0ef4937
* Use GetWindowsSpecialDir from the new windirs unit
|
14 anos atrás |
joost
|
b1dd2f8659
* Fixed compilation on WinCE after r17114 and r17094
|
14 anos atrás |
pierre
|
1f1172e73e
* Fix win64 compilation failure
|
14 anos atrás |
joost
|
94cfe51faa
* Added ability to use $LOCAL_APPDATA, $APPDATA, $COMMON_APPDATA,
|
15 anos atrás |
florian
|
a178f34ab3
+ avr processor type information
|
15 anos atrás |
joost
|
db6bc3bd00
* Replace environment variables placed between dollar signs in fpc.cfg
|
15 anos atrás |
paul
|
327b570ea4
compiler: rename extended records to advanced records
|
15 anos atrás |
paul
|
86d3e41442
compiler: replace MODESWTICH POINTERARITHMETICS with $POINTERMATH directive, disable pointer arithmetic in delphi mode by default (compatible with delphi), enable pointer arithmetic in fpc/objfpc modes as they had it enabled by default before, add has_pointer_math field to tpointerdef to allow pointer arithmetic with such pointer even if pointer math mode is off (delphi compatible) + tests
|
15 anos atrás |