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 година |
michael
|
6408dbfbb3
* Free Contents of TFPWebAction in Destructor
|
пре 14 година |
michael
|
48b79b9c31
* TParam.AsXXX now also sets Bound
|
пре 14 година |
florian
|
58fcf9dc52
* probably mark an overloaded := operator used as type conversion as used, resolves #18909
|
пре 14 година |
sergei
|
6bca660e76
* Patch from LacaK, eliminates redundant variant finalization and try..finally block in TFMTBcdFactory.CastTo
|
пре 14 година |
sergei
|
30f7bff09d
* Did a clean rewrite of IndexByte and IndexWord, resulting in somewhat less instructions.
|
пре 14 година |
vladob
|
9781c0d051
more tests in fcl-stl
|
пре 14 година |
paul
|
16b2db1b8f
winunits-base: don't use "packed records", pack all records according to winapi headers definition: {$packrecords 1} for non win64 mode
|
пре 14 година |
paul
|
32ec75216c
rtl: fix printer hook procedures - they return PTR_UINT instead of UINT
|
пре 14 година |
vladob
|
5dd0d99368
iterators for fcl-stl containers
|
пре 14 година |
pierre
|
83e0b5207d
+ Add graph, wincrt and winmouse units for win64 OS target
|
пре 14 година |
pierre
|
d3d34c61f6
* Use system thread functions and allow win64 compilation
|
пре 14 година |
pierre
|
9420a8ddf4
* Change Message function return type to be Win64 compatible
|
пре 14 година |
marco
|
5595aafa90
* support for Delphi/64 NativeInt and NativeUint as shown in several promotions on the web. (aliases for ptrint/ptruint)
|
пре 14 година |
sekelsenmat
|
a37d6edba2
fpvectorial: Merges changes, improved DXF reading, adds pen and color data to the data structures
|
пре 14 година |
florian
|
4d19f6c532
* patch by Jeppe Johansen to be able to generate debug info if an rtl without variant support is used, resolves #18483
|
пре 14 година |
vladob
|
ae8a0c44bb
hash set + hash map 2
|
пре 14 година |
vladob
|
cda5fa8f32
hash set + hash map
|
пре 14 година |
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 година |
florian
|
c97869bd89
* merge user sections support branch
|
пре 14 година |
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 година |
michael
|
1d07ae97c4
* Added combined example: login using RPC and edit data using FPWebdata
|
пре 14 година |
michael
|
eb2e21587b
* Published CreateSession property
|
пре 14 година |
sergei
|
c5e7902e4b
+ x86_64 optimized assembler functions IndexByte and IndexWord
|
пре 14 година |
florian
|
7f995c093e
* moved some code from pmodules to ncgutil to get rid of cpubase in pmodules
|
пре 14 година |
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 година |
michael
|
91c824abbc
* Fixed compilation with dmwdebug define
|
пре 14 година |
vladob
|
49f87b6d6b
next permutation
|
пре 14 година |
marco
|
f34ffd02c9
* fix for 19114. Deal with empty arguments more graciously by quoting them.
|
пре 14 година |
pierre
|
c22c58b3a5
* Avoid double freeing of frames with zero size as it creates a problem with heaptrc unit
|
пре 14 година |