compiler
|
1116bc3542
* Fixed incorrect condition (a linked list always has at least one dummy element) which was causing every unit to have a threadvar table, regardless of actual presence of threadvars. For units without code, this was causing creation of .o files which aren't necessary otherwise.
|
12 years ago |
ide
|
99fbb83247
* increased IDE copyright year
|
12 years ago |
installer
|
8258b99c70
* regenerated with jvm support, so top level 'make clean' works for jvm targets
|
13 years ago |
packages
|
0602984934
* Compile fpapache24
|
12 years ago |
rtl
|
2012220aec
* Fixed HKEY_xxx defines for win64. For example HKEY_CLASSES_ROOT should be $FFFFFFFF80000000 on win64 instead of $80000000. Most registry API functions accept invalid HKEY_xxx values. But some registry functions like RegOverridePredefKey() require proper values. I had spent several hours fighting with RegOverridePredefKey() on win64 until I have found what had been wrong.
|
12 years ago |
tests
|
4adb36e8da
Add support for generic type constraints. They are currently only useful to stop specialization of a generic. The parsing of a generic is still too lax and needs to be changed in the future...
|
12 years ago |
utils
|
2ab822c5f0
* Forgot to commit images
|
12 years ago |
.gitattributes
|
17ec1d4266
* Version of apache module application that works with Apache 2.4
|
12 years ago |
.gitignore
|
04df0d537e
* more finegrained parallelism support for testsuite runs: the tests are no
|
13 years ago |
Makefile
|
1dfbc377e5
* regened toplevel makefile. Some spelling fixes in the versioncheck errormsg were in Makefile.fpc, but hadn't propagated to Makefile.
|
12 years ago |
Makefile.fpc
|
06bd08697e
* starting compiler version check to toplevel "all" target
|
12 years ago |