marco
|
6b93cbcbea
* Fix for #21636, TFPSList.Pack several fixes.
|
преди 13 години |
florian
|
4c95e9fce5
* commented pdata type as proposed in #20004 by Michalis Kamburelis, resolves #20004
|
преди 14 години |
florian
|
ae8c250c3e
* fix indention
|
преди 14 години |
florian
|
9b88297389
* patch by Michalis Kamburelis to keep the ending of TFPSList filled with zeros (space between count and capacity), resolves #20005
|
преди 14 години |
florian
|
6cb6d9ffaf
* patch by Michalis Kamburelis to make FGL lists First and Last properties that are settable, resolves #19874
|
преди 14 години |
florian
|
3787ed993c
* made some fields in fgl.pp private as proposed by Michalis Kamburelis, resolves #19873
|
преди 14 години |
florian
|
4a34192510
* fix TFPGList.Extract to return the correct values by a patch by Michalis Kamburelis, resolves #19960
|
преди 14 години |
marco
|
079831b50e
* Deref old content of node in FPSList.put. Mantis #19854
|
преди 14 години |
florian
|
6b42ba170b
+ TFPGObjectList.GetEnumerator and TFPGInterfacedObjectList.GetEnumerator, resolves #18094
|
преди 15 години |
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!
|
преди 15 години |
florian
|
3d13c2e2be
* cleaned up ver2_0 defines
|
преди 15 години |
florian
|
ef0899425b
* adds assign methods to the fgl classes based on a patch by Aleksa Todorovic, resolves #10479
|
преди 15 години |
ivost
|
e770bc597f
* fixed refcounting problem. When copy an item over an existing one, the existing one was not dereferenced
|
преди 15 години |
paul
|
dbbe861797
rtl: make fgl compilable with 2.4.0
|
преди 15 години |
paul
|
790f6b0a4b
compiler: use delphi syntax for type, const and var section declarations in classes instead of fpc generics syntax
|
преди 15 години |
ivost
|
efc3054644
* commented "deprecated". specialization is not working
|
преди 15 години |
ivost
|
2f20f6efc1
* marked old OnCompare properties as deprecated. use OnKeyCompare or OnDataCompare instead.
|
преди 15 години |
ivost
|
0637586076
* extended TFPGMap so that it's possible to add a custom compare function for data. Default compare function is binary compare.
|
преди 15 години |
ivost
|
02b4a626de
* changed some var parameters to out. the context allows that. it's required to prevent "not initialized variable" warning.
|
преди 15 години |
micha
|
215823c88f
* rtl: fix TFPGList Add/Insert hang/crash (issue #15500)
|
преди 15 години |
paul
|
64b6700c61
rtl: add enumerator for the TFPGList type
|
преди 16 години |
ivost
|
f18a2ab69c
* fixed bug in TFPSList.SetCount. Deref was not called when shrinking the list.
|
преди 16 години |
ivost
|
b340822af2
* added FreeObjects property to TFPGObjectList (as known from TObjectList in contnrs)
|
преди 16 години |
ivost
|
f38c6c609d
* implemented TFPGInterfacedObjectList. it's the same as TFPGObjectList but ref counted.
|
преди 16 години |
ivost
|
e98850c5c5
* added TFPGObjectList
|
преди 16 години |
micha
|
b3548b4673
* fix TFPGMap key compare (fixes issue #11354)
|
преди 17 години |
yury
|
79a1b1a485
* Converted user defined note to info message.
|
преди 18 години |
yury
|
4b3015802a
* Removed workaround for bug #9827, since it was fixed.
|
преди 18 години |
yury
|
b52338d0bd
* Converted user defined note to info message.
|
преди 18 години |
yury
|
9e9716f95e
* Changed user warnings to notes.
|
преди 18 години |