nickysn
|
c7d8bd9666
+ added a sort algorithm interface that accepts a custom callback function for
|
6 years ago |
nickysn
|
59a75ea429
* use Inc() and Dec() instead of v:=v+1
|
6 years ago |
nickysn
|
4082b8c7fc
+ added and implemented QuickSort_ItemList_Context
|
6 years ago |
nickysn
|
7f44f2535e
* the Compare parameter renamed Comparer for consistency
|
6 years ago |
nickysn
|
8cf5779297
* the first parameter of QuickSort_PtrList_NoContext renamed ItemPtrs for
|
6 years ago |
nickysn
|
a2a0ed53b2
* the type of the ItemCount parameter changed from PtrUInt to SizeUInt
|
6 years ago |
nickysn
|
848890e54b
+ added the TItemListSorter_NoContext and TItemListSorter_Context procedure
|
6 years ago |
nickysn
|
25f6da7066
* added PtrList to the names of the current sort algorithm callback functions and
|
6 years ago |
nickysn
|
248fd313f8
+ introduced unit SortBase, which implements the foundation for pluggable
|
6 years ago |