michael
|
953560eeaa
* Fixed compilation of apache modules in Lazarus
|
14 rokov pred |
florian
|
ee54a8b879
* Merged helper branch made by Sven Barth
|
14 rokov pred |
florian
|
a31c879e7b
* run test only if the platform supports the extended type
|
14 rokov pred |
paul
|
872d9e98ea
rtl: fix return type of 2 callback procedures (UINT -> UINT_PTR)
|
14 rokov pred |
sergei
|
06311e5aad
* i386-win32: Pass const variants by reference to safecall procedures, confirmed this behavior with Delphi (in general, safecall on win32 must behave as close as possible to stdcall).
|
14 rokov pred |
michael
|
6408dbfbb3
* Free Contents of TFPWebAction in Destructor
|
14 rokov pred |
michael
|
48b79b9c31
* TParam.AsXXX now also sets Bound
|
14 rokov pred |
florian
|
58fcf9dc52
* probably mark an overloaded := operator used as type conversion as used, resolves #18909
|
14 rokov pred |
sergei
|
6bca660e76
* Patch from LacaK, eliminates redundant variant finalization and try..finally block in TFMTBcdFactory.CastTo
|
14 rokov pred |
sergei
|
30f7bff09d
* Did a clean rewrite of IndexByte and IndexWord, resulting in somewhat less instructions.
|
14 rokov pred |
vladob
|
9781c0d051
more tests in fcl-stl
|
14 rokov pred |
svenbarth
|
35b47e491c
Rebase to revision 17306
|
14 rokov pred |
svenbarth
|
9eafb5e7cd
For "inherited" the use of helpers must be allowed as well, as those might use a ttypenode of a helper as well.
|
14 rokov pred |
paul
|
16b2db1b8f
winunits-base: don't use "packed records", pack all records according to winapi headers definition: {$packrecords 1} for non win64 mode
|
14 rokov pred |
paul
|
32ec75216c
rtl: fix printer hook procedures - they return PTR_UINT instead of UINT
|
14 rokov pred |
vladob
|
5dd0d99368
iterators for fcl-stl containers
|
14 rokov pred |
svenbarth
|
3c477c67ec
Removing "current_syssym" again
|
14 rokov pred |
svenbarth
|
24243f87e8
Added a check similar to the "allowed" one to be able to remove the "current_syssym" variable again.
|
14 rokov pred |
svenbarth
|
798cc01ffe
Corrected two tests ("modeswitch" => "mode")
|
14 rokov pred |
pierre
|
83e0b5207d
+ Add graph, wincrt and winmouse units for win64 OS target
|
14 rokov pred |
pierre
|
d3d34c61f6
* Use system thread functions and allow win64 compilation
|
14 rokov pred |
pierre
|
9420a8ddf4
* Change Message function return type to be Win64 compatible
|
14 rokov pred |
marco
|
5595aafa90
* support for Delphi/64 NativeInt and NativeUint as shown in several promotions on the web. (aliases for ptrint/ptruint)
|
14 rokov pred |
sekelsenmat
|
a37d6edba2
fpvectorial: Merges changes, improved DXF reading, adds pen and color data to the data structures
|
14 rokov pred |
florian
|
4d19f6c532
* patch by Jeppe Johansen to be able to generate debug info if an rtl without variant support is used, resolves #18483
|
14 rokov pred |
vladob
|
ae8a0c44bb
hash set + hash map 2
|
14 rokov pred |
vladob
|
cda5fa8f32
hash set + hash map
|
14 rokov pred |
florian
|
ff6ab60508
* prefer typecast currency->extended over currency->single/double because the former loses no precision while the latter might cause a loss of precision, resolves #19077
|
14 rokov pred |
florian
|
c97869bd89
* merge user sections support branch
|
14 rokov pred |
sergei
|
c939beee70
* Changed register allocation order for x86_64, putting first registers that don't need to be preserved by procedure. This way registers needing preservation are allocated less frequently (and for non-complex leaf functions not allocated at all), reducing amount of entry/exit code.
|
14 rokov pred |