florian
|
6b42ba170b
+ TFPGObjectList.GetEnumerator and TFPGInterfacedObjectList.GetEnumerator, resolves #18094
|
před 14 roky |
ivost
|
5f39d255e1
* added TFPGMapInterfacedObjectData: This generic class expects a TInterfacedObject as type of TData. The advantage over TFPGMap is, that refcounting is used. It's compareable to TFPGInterfacedObjectList. Note that this only works within the TData part, TKey is not refcounted!
|
před 14 roky |
florian
|
3d13c2e2be
* cleaned up ver2_0 defines
|
před 14 roky |
florian
|
ef0899425b
* adds assign methods to the fgl classes based on a patch by Aleksa Todorovic, resolves #10479
|
před 14 roky |
ivost
|
e770bc597f
* fixed refcounting problem. When copy an item over an existing one, the existing one was not dereferenced
|
před 14 roky |
paul
|
dbbe861797
rtl: make fgl compilable with 2.4.0
|
před 15 roky |
paul
|
790f6b0a4b
compiler: use delphi syntax for type, const and var section declarations in classes instead of fpc generics syntax
|
před 15 roky |
ivost
|
efc3054644
* commented "deprecated". specialization is not working
|
před 15 roky |
ivost
|
2f20f6efc1
* marked old OnCompare properties as deprecated. use OnKeyCompare or OnDataCompare instead.
|
před 15 roky |
ivost
|
0637586076
* extended TFPGMap so that it's possible to add a custom compare function for data. Default compare function is binary compare.
|
před 15 roky |
ivost
|
02b4a626de
* changed some var parameters to out. the context allows that. it's required to prevent "not initialized variable" warning.
|
před 15 roky |
micha
|
215823c88f
* rtl: fix TFPGList Add/Insert hang/crash (issue #15500)
|
před 15 roky |
paul
|
64b6700c61
rtl: add enumerator for the TFPGList type
|
před 15 roky |
ivost
|
f18a2ab69c
* fixed bug in TFPSList.SetCount. Deref was not called when shrinking the list.
|
před 16 roky |
ivost
|
b340822af2
* added FreeObjects property to TFPGObjectList (as known from TObjectList in contnrs)
|
před 16 roky |
ivost
|
f38c6c609d
* implemented TFPGInterfacedObjectList. it's the same as TFPGObjectList but ref counted.
|
před 16 roky |
ivost
|
e98850c5c5
* added TFPGObjectList
|
před 16 roky |
micha
|
b3548b4673
* fix TFPGMap key compare (fixes issue #11354)
|
před 17 roky |
yury
|
79a1b1a485
* Converted user defined note to info message.
|
před 17 roky |
yury
|
4b3015802a
* Removed workaround for bug #9827, since it was fixed.
|
před 17 roky |
yury
|
b52338d0bd
* Converted user defined note to info message.
|
před 17 roky |
yury
|
9e9716f95e
* Changed user warnings to notes.
|
před 17 roky |
yury
|
6a36ac786a
* Fixed warnings.
|
před 18 roky |
florian
|
de47ba3ac8
* fixed GetKeyData
|
před 18 roky |
micha
|
f48e51c380
* fix TFPSMap.GetKeyData on non-sorted map (#9672)
|
před 18 roky |
tom_at_work
|
ddc0ac9a43
* better fix for TFPGSList memory leak: avoid changing allocation behavior (adds one temp entry used for various operations), and clean up in the destructor
|
před 18 roky |
tom_at_work
|
f88c5e1324
* fix memory leak of TFPSList.Clear()
|
před 18 roky |
micha
|
3a1b633325
+ revive generics based tfplist/tstringlist implementation for generics testing; build with FPC_TESTGENERICS
|
před 18 roky |
micha
|
467cd39091
* optimize fpglist.indexof, indexed array generates more optimal code than manual index multiplication
|
před 18 roky |
micha
|
f9e7a99405
* speedup generic list, esp. remove
|
před 18 roky |