Jonas Maebe
|
407d60f8a4
* fixed in case fpc is installed under a path containing spaces
|
15 years ago |
florian
|
42ae8bf971
* fixed memory stream compilation on 64 bit targets
|
15 years ago |
florian
|
1d1e62fcd0
* .lpi version update
|
15 years ago |
joost
|
6b4be62244
* Removed double code introduced in r14518
|
15 years ago |
joost
|
1fa4f903fc
* Fixed streaming of TWebModule.Kind property
|
15 years ago |
Jonas Maebe
|
b3a1833e0f
* lowered symbol length at which we start shortening it with a crc so
|
15 years ago |
Jonas Maebe
|
04606982ac
* fixed evaluation of "mod" operator for tconstexprint with signed operands
|
15 years ago |
florian
|
81f34dd4bb
* avoid too long prefixes of manglednames by using a CRC like for long parameter name lists, resolves #15203
|
15 years ago |
florian
|
b5167560c3
* T*MemoryStream now uses PtrInt for sizes and positions so it can be bigger than 2 GB on 64 Bit systems, resolves #15313
|
15 years ago |
paul
|
c83fc67e32
compiler: write correct method kind for constructors,destructors and class methods
|
15 years ago |
paul
|
db0f23e643
compiler: write not dummy unit name for enumeration and dynamic array rtti
|
15 years ago |
Jonas Maebe
|
dd94f5cf2b
* no longer allow typed files of reference counted data (mantis #15447)
|
15 years ago |
paul
|
17bd267141
compiler, rtl: write calling conventions for tkMethod members (issue #0014573)
|
15 years ago |
Jonas Maebe
|
7592388858
* the parameter to flagdependent() is not the ppu for which to flag the
|
15 years ago |
Jonas Maebe
|
820edb41a5
* hopefully fixed occasional endless ppu resolving loops after r14503
|
15 years ago |
Jonas Maebe
|
b214448b9e
* don't access the thread instance after calling DoTerminate to avoid
|
15 years ago |
Jonas Maebe
|
1743c6f1a8
* also recompile a unit if class/object definitions in indirectly used
|
15 years ago |
Jonas Maebe
|
58c7c2f636
* fixed compilation in case overflow checking is enabled, but range
|
15 years ago |
Jonas Maebe
|
ab60790c73
* renamed ZStream to zstream in the uses clause so it matches the unit's
|
15 years ago |
paul
|
c025471433
rtl: fix SetPropValue/GetPropValue:
|
15 years ago |
marco
|
9efa49b468
* Am now able to generate helpfiles with contextids from xml via chmfilewriter. XML format needs some rethinking though.
|
15 years ago |
marco
|
c8f3925944
* small fix for last commit that avoids trouble when project is created programmatically
|
15 years ago |
marco
|
a0c169e0b9
* context support in the project.
|
15 years ago |
florian
|
701d911f58
* continued on node cse
|
15 years ago |
florian
|
fdb67a28ab
* node complexity of subscribing increased because it's not only a simple operation to a register but requires a memory access
|
15 years ago |
florian
|
1632a10305
* search also nested common subexpressions on node level
|
15 years ago |
paul
|
b084d70ae4
compiler: cleanup - remove unused variables
|
15 years ago |
paul
|
6b1f84087d
tests: fix 2 database tests which assumed that dates are in yyyy-mm-dd format on all locales
|
15 years ago |
paul
|
5cc182ac07
rtl: fix FormatFloat to skip first spaces
|
15 years ago |
joost
|
1e3a429367
* Implemented TCustomHTTPModule.Kind: wkPooled, wkOneShot
|
15 years ago |