sergei
|
6e09d76b07
+ x86_64 assembler implementations of Move and FillChar. Does not use SIMD, so probably not the fastest for large move sizes, but for small to medium sizes it should be competitive.
|
14 年 前 |
joost
|
da7ef036ba
* Added univint dependency for MacOSX which is not detected by fpcmake
|
14 年 前 |
michael
|
56bd9e0d25
* Applied patch from 19097, compilable with Delphi
|
14 年 前 |
vladob
|
da487a9d84
doc change
|
14 年 前 |
vladob
|
f83ae10939
test change
|
14 年 前 |
michael
|
d22edd8e15
* ONChange removed from field, TDatset Descendents must do it
|
14 年 前 |
florian
|
07c9a772bf
* fix compilation when object type cast checking is on
|
14 年 前 |
michael
|
cb3043b3a2
* Fixed 19068
|
14 年 前 |
michael
|
6a0bd01953
* Added license
|
14 年 前 |
michael
|
a33e5eb0eb
* Initial check-in of stl
|
14 年 前 |
florian
|
736071e716
* updated copyright to 2011
|
14 年 前 |
florian
|
0d38c744f4
* small fixes for OpenCL module by Denis Golovan, resolves #18901
|
14 年 前 |
michael
|
bd302b760e
* Fix exception propagation in TiniFile.Free (bug 19046)
|
14 年 前 |
michael
|
87d156e885
* Added mem,memw, meml for documentation purposes
|
14 年 前 |
michael
|
a1631aa703
* Patch GetCDRomDevices so all CD roms are used, by Andrew H (18314)
|
14 年 前 |
michael
|
b78f9f7706
* Fixes range check errors, by Anton (bug id 19038)
|
14 年 前 |
michael
|
f235e4c116
* Fixed 18183
|
14 年 前 |
michael
|
be484359b8
* Corrected fix for FileAge
|
14 年 前 |
joost
|
029f5e9046
* Let the makefile create the unit output dir when fpmake.pp is not compiled yet
|
14 年 前 |
michael
|
1c0c6656f3
* Fixed some tests for firebird
|
14 年 前 |
michael
|
9747f7f0cd
* Do not allow fileage for directories (15873)
|
14 年 前 |
michael
|
e8cf8e4177
* Added OnValidate event support (17510)
|
14 年 前 |
michael
|
28ce3b96f0
* Extended test by barlone (Bug ID 19000)
|
14 年 前 |
michael
|
8384a5ad04
* Refactoring of dateutils by barlone (Bug ID 19000)
|
14 年 前 |
joost
|
27ac54a76c
* Implemented the ability to register default scripts which can be added
|
14 年 前 |
joost
|
86c8c6c4eb
* The Makefile.fpc is adapted and the Makefile re-generated so that fpmake is
|
14 年 前 |
joost
|
103867412a
* If a found package seems to contain the source of the package, check if the
|
14 年 前 |
sergei
|
ef4ce51d24
- removed unused variable and label
|
14 年 前 |
sergei
|
046ed5548b
* Fixed pointer to cardinal typecasts, which are wrong for 64-bit platforms (significance is low, because these are in debug code).
|
14 年 前 |
michael
|
d4b071ed9a
* Fixed signature of zliballocmem
|
14 年 前 |