Sven/Sarah Barth
|
d77bb5fdd6
* 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
|
2 年之前 |
Sven/Sarah Barth
|
af89918aab
* essentially undo 4823ca71145f3e592b27a72b9bd2e0a7fe7bde55 as comparers that need now use a suitable class implementation directly
|
2 年之前 |
Sven/Sarah Barth
|
82c2abf1bc
* 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
|
2 年之前 |
Sven/Sarah Barth
|
ca05b40281
+ introduce explicit implementations for the IComparer<>, IEqualityComparer<> and IExtendedEqualityComparer<> interfaces for types that should be compared using binary comparison (e.g. records, objects, etc)
|
2 年之前 |
Sven/Sarah Barth
|
79915ca8b2
* fix #40074: adjust Generics.Defaults to make use of the new ConstParamIsRef<> utility function to correctly determine how a generic binary parameter needs to be compared
|
2 年之前 |
Sven/Sarah Barth
|
3d056a64d9
* don't use size specific binary comparers
|
2 年之前 |
Sven/Sarah Barth
|
693491048b
* change constref parameters to const for Delphi compatibility as well as better code generation
|
2 年之前 |
svenbarth
|
57e040cb82
* don't use GetTypeData() when ATypeInfo is Nil
|
4 年之前 |
yury
|
cbe38d7664
* Fixed TComparerService.LookupComparer.
|
5 年之前 |
michael
|
f1673275c7
* Git Patch 181ab62eacfe31cfdf76d704564e289a91e88487 from Maciej
|
7 年之前 |
michael
|
da249dacdd
* Reinstate GenericsHash as default hash
|
7 年之前 |
michael
|
d4f2a593d4
* Update from Maciej Izak, bug ID #33921
|
7 年之前 |
maciej-izak
|
b0b119995b
Big update for rtl-generics (aka Generics.Collections 2.0 - sync with https://github.com/maciej-izak/generics.collections). What is new:
|
7 年之前 |
nickysn
|
aa528356c7
* fixed compilation of rtl-generics in the medium and compact i8086 memory models
|
9 年之前 |
nickysn
|
388ef6efde
* fixed compilation of the new rtl-generics package on i8086 (only the tiny and
|
9 年之前 |
svenbarth
|
3596809ab4
Fix for Mantis #27206. *Finally* add Maciej Izak's contribution of the Delphi compatible generic collections.
|
9 年之前 |