Menu

/trunk/Src/ULists.pas Commit Log


Commit Date  
[r889] (16.3 kB) by delphidabbler

Corrected copyright date range to be in line with date of last revision.

2010-09-16 12:58:22 View
Download
[r825] (16.3 kB) by delphidabbler

* Revised TSortedObjectDictionary and TSortedObjectList to use Delphi's TObjectList<> class to maintain lists instead of TObjectListEx.
* Modified enumerators of TSortedObjectDictionary and TSortedObjectList to use TEnumerator<TObject> rather than locally defined TObjectListEnum.
* Removed now redundant TObjectListEx and TObjectListEnum classes.

2010-06-18 00:26:12 View
Download
[r815] (19.0 kB) by delphidabbler

* Removed now unused TIntegerList class.
* Replaced calls to FreeAndNil with direct calls to objects' Free methods.

2010-06-15 18:12:33 View
Download
[r288] (26.3 kB) by delphidabbler

Added new classes:
* TObjectListEnum - enumerator for various object lists
* TObjectListEx - an enhanced TObjectList with new enumerator and additional helper methods.
* TSortedObjectList - maintains a sorted list of objects using a provided TObjectCompare comparison method.
* TSortedObjectDictionary - a dictionary mapping key objects onto value objects which maintains a sorted list of keys using a provided TObjectCompare method.
Also modified TIntegerList to use TObjectListEx instead of TObjectList.

2009-09-12 19:45:51 View
Download
[r182] (8.3 kB) by delphidabbler

Removed change logs.

2009-08-13 23:34:02 View
Download
[r111] (8.3 kB) by Dev

Added svn:keywords property with Rev and Date keywords.

2009-07-21 00:15:04 View
Download
[r2] (8.3 kB) by Dev

Imported CodeSnip v3.0

2009-07-04 12:55:27 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.