1
0
mirror of synced 2024-09-16 16:46:09 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
020b8eaeb6 Delphi XE2 compatibility 2013-02-15 11:28:24 +00:00
863e817675 Added: Delphi 2005/2006 compiler versions
Added: support for Delphi 2006' for-in construction on hashes
Added: ResetCache method for Settings factory
2005-12-28 19:15:17 +00:00
c0c2052093 Changed: rewrote hashes to use an optimized Trie (bucket tree) 2005-06-30 12:18:53 +00:00
e0fff9fd77 Added: Bits unit 2004-09-07 08:13:24 +00:00
72f1763ea1 Added: optimized Split function 2004-09-02 14:24:30 +00:00
bc366730a2 Fixed: LookupNode would sometimes return nil after creating a node and balancing the tree
Fixed: SetCursor in LookupNode was not implemented
Fixed: Next followed an incorrect path
2004-09-01 19:31:28 +00:00
6ea14fac77 Added: OS.ComCtlVersion and OS.XPManifest properties 2004-08-31 09:12:50 +00:00
4d7c80a247 Fixed: LookupNode did not return newly created nodes
Fixed: Settings definitions, removed range support
2004-08-20 19:04:22 +00:00
dd627c8b74 Changed: renamed all tree and hash structure from X2Ut... to X2... for consistency
Added: TObject tree and hash
2004-08-20 13:03:07 +00:00
c47722f0db Added: Pointer and Integer hashes 2004-08-20 11:18:01 +00:00
b105c57f5b Merged: avltree branch 2004-08-20 10:03:59 +00:00
d3ae64e43d Fixed: bug in Binary Tree where root node would not be assigned an index
Fixed: Hash() implementation
2004-07-29 15:49:42 +00:00
4d284957d4 Fixed: hash conflict list 2004-07-29 13:48:35 +00:00
40d0401c95 Added: initial (non-working) X2UtHashes implementation
Changed: restructuring of X2UtBinaryTree to abstract data management
2004-07-29 06:33:18 +00:00
82daac7c02 Added: generic settings classes
Added: INI and Registry settings extensions
Added: settings test application
2004-06-08 15:02:57 +00:00
e2651f6105 Added: String utilities + FormatSize test 2004-06-07 15:31:14 +00:00
072b845310 Added: Single Instance unit
Added: test application
2004-06-07 14:37:41 +00:00