Commit Graph

173 Commits

Author SHA1 Message Date
Nikolay Nikolov
b50d6ff99c - disable packages that don't compile on the wasip2 platform 2025-03-11 02:10:22 +02:00
Michaël Van Canneyt
e958ad5126 * Add delphi-compatible TList constructor with array of values 2025-02-28 10:12:47 +01:00
Sven/Sarah Barth
72a3729ca0 - remove further unnecessary sub classing of a specialization 2024-12-31 18:32:17 +01:00
Sven/Sarah Barth
9627f98f7b * disable notes for the Collections.Generics unit 2024-12-31 18:32:17 +01:00
Sven/Sarah Barth
a2826343bb - remove unnecessary subclassing inside TCustomAVLTreeMap<> 2024-12-27 16:32:06 +01:00
Sven/Sarah Barth
5d65194777 * TList<>.Pack() with method pointer parameter already passes Default(T) to the check function, so use R instead of Default(T) in the Pack() overload without method pointer 2024-12-27 16:32:06 +01:00
Alligator-1
886c2ab7d1 Reducing indirect addressing to out parameters 2024-12-20 11:28:58 +00:00
zamtmn
b3e8d88f68 GetMutableValue and TryGetMutableValue for fcl-stl.TMap and rtl-generics.generics.TDictionary 2024-11-19 16:42:59 +00:00
J. Gareth "Curious Kit" Moreton
cce3280fdd * TArrayHelper<>.QSort uses a simpler 'reasonable' metric that decrements from 2 log2(n) before changing to heapsort 2024-11-10 15:22:53 +00:00
J. Gareth "Curious Kit" Moreton
1aa8f978bc * Generics.Collections sorting algorithm switches to Insertion Sort if the partition is small (closer to Introsort) 2024-11-10 15:22:53 +00:00
Michaël Van Canneyt
088f394440 * Implement TList<T>.pack. Patch by Alexander Bagel. Fixes issue #40927 2024-10-09 09:15:50 +02:00
Kirill Kranz
0dc2f78bc8 all packages witch are not able to compile REMOVED 2024-09-29 16:59:02 +03:00
Rika Ichinose
ce5a632432 Remove the rest of the VER3_0 conditionals. 2024-09-01 17:13:39 +00:00
florian
7d1bb89455 * patch by Alexander (Rouse_) Bagel: TArrayHelper.BinarySearch, when searching
for an element that is obviously missing from the array, should return
    the position where the element should have been, but instead it reset AFoundIndex to -1, resolves #40867
2024-08-29 21:18:57 +01:00
Michaël Van Canneyt
780c1f9c49 * Reduce number of warnings and hints 2024-08-09 17:59:45 +02:00
Karoly Balogh
2e8955b3c8 human68k: enable building a handful of simpler packages for human68k 2024-07-21 12:53:13 +02:00
Michaël Van Canneyt
e1a34d3410 * Copy function for array helper 2024-07-05 15:56:11 +02:00
Michaël Van Canneyt
fc29d5ca7d * More routines need to display missing key name 2024-05-15 08:22:15 +02:00
Michaël Van Canneyt
259af2d252 * When raising error, display missing key value as string, if possible 2024-05-14 08:59:00 +02:00
Michaël Van Canneyt
f89cd88ce2 * Add TList<T>RemoveItem, for delphi compatibility 2024-05-13 14:28:22 +02:00
florian
e107aa5b5e * patch by foxpas to disable use of crc32 instructions on x86_64-darwin as they apparently don't work, resolves #40344 2024-02-29 22:03:21 +01:00
Michaël Van Canneyt
97495e93b8 * Delphi compatible TCollection.Sort() using helper 2024-02-21 10:31:29 +01:00
Michaël Van Canneyt
dfa22fb53a * Add function reference version of TComparer.Construct 2024-02-20 16:12:14 +01:00
Michaël Van Canneyt
4f1329fb14 * added cnDeleting, cnExtracting,cnAdding to TCollectionNotification for Delphi compatibility 2024-02-16 17:54:35 +01:00
Michaël Van Canneyt
b07818e51b * Add TList.ExtractAt for delphi compatibility 2024-02-16 17:47:02 +01:00
Michaël Van Canneyt
59d0af7f65 * Added Delegatedcomparer for Delphi compatibility 2024-02-16 16:13:19 +01:00
Michaël Van Canneyt
2e9a846543 * The order of calling class constructors is not guaranteed.
But LookupExtendedEqualityComparer is called during class constructor of another class.
  So it needs to init tables, or it returns a nil result.
  This results in a crash when the comparer is used because FEqualitycomparer is nil.
2024-02-15 18:18:53 +01:00
Michaël Van Canneyt
aa4136ce52 * Add TList<T>.list property for Delphi compatibility. Fixes #40642 2024-02-15 12:22:45 +01:00
florian
b431d6203c * patch by Olivier Guichard to fix lpi files, resolves #40617 2024-02-01 22:28:37 +01:00
Karoly Balogh
ac0287b5e0 human68k: fpmake changes, disable everything that cannot be built currently 2023-11-30 23:43:27 +00:00
Michaël Van Canneyt
d8e4544fbe * Delphi compatible hash again compatible 2023-11-29 20:27:36 +01:00
Michaël Van Canneyt
45cb7d1eff * Make dictionary constructor behave as Delphi does in absence of comparer 2023-11-22 16:29:33 +01:00
Michael VAN CANNEYT
ff7eb29706 * Dotted filenames for package fcl-db 2023-07-27 19:04:15 +02:00
Michaël Van Canneyt
a1e7a0ba09 * Dotted filenames for package rtl-generics 2023-07-27 19:04:14 +02:00
Michael VAN CANNEYT
bd4e9676fa * Add namespaces.lst 2023-07-27 19:04:09 +02:00
Michaël Van Canneyt
2289c1f6a2 * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
Michaël Van Canneyt
bb1b1bc705 * Regenerate makefiles with subtarget support 2023-07-24 16:32:02 +02:00
Michaël Van Canneyt
6b5a4dbf6e * use cthreads in correct location 2023-07-19 14:27:28 +02:00
Michaël Van Canneyt
b1a86854d6 * PChar -> PAnsiChar 2023-07-15 18:22:40 +02:00
Michaël Van Canneyt
e32418a189 * Allow compilation using webassembly 2023-07-11 10:36:08 +02:00
Michaël Van Canneyt
e4ded6e277 * Webassembly also has reversed clean - most likely 32/64 bits issue, not delphi/FPC issue 2023-07-11 10:35:15 +02:00
Michaël Van Canneyt
e6c7efe057 * Set better defaults 2023-07-11 10:35:15 +02:00
Michaël Van Canneyt
c9c2a1d30d * Enable compilation for webassembly 2023-07-11 10:35:09 +02:00
Sven/Sarah Barth
d5c1533377 * fix #40331: for enumeration with holes (that don't have type information) use the binary comparers
+ added test
2023-06-30 16:30:46 +02:00
Sven/Sarah Barth
82857174cc * move check for whether to use binary comparer functionality to a static function of TComparerService 2023-06-30 16:27:13 +02:00
Sven/Sarah Barth
574d07041e * ensure that the ATypeInfo parameter is valid before checking it 2023-06-30 16:26:16 +02:00
Rika Ichinose
c88751a610 Re-enable QSort killer O(N²) detection, make it deterministic and instant, and make the killer itself universal. 2023-04-19 18:23:14 +00:00
Sven/Sarah Barth
db66d8f057 * ensure that _LookupVtableInfoEx isn't called with a type that needs special handling as we can't (or won't) really cover that using some generic RTTI handling 2023-03-28 23:14:42 +02:00
Sven/Sarah Barth
939f7345ac * essentially undo 4823ca7114 as comparers that need now use a suitable class implementation directly 2023-03-28 23:14:42 +02:00
Sven/Sarah Barth
073a6e91e6 * use the explicit implementations of the I*Comparer<> interfaces for types like records and objects; fixes #40074 and #40077 on systems using the Sys V ABI 2023-03-28 23:14:42 +02:00