fpc/rtl/objpas/classes
nickysn 248fd313f8 + introduced unit SortBase, which implements the foundation for pluggable
sorting algorithms. A default QuickSort implementation is provided by the
  unit. Other units can be added, to provide other sorting algorithms (e.g.
  HeapSort, MergeSort, IntroSort, etc.)
* TList and TFPList updated to use the current default sorting algorithm defined
  in SortBase for their .Sort method.

git-svn-id: trunk@41167 -
2019-02-02 20:06:50 +00:00
..
action.inc
bits.inc + added method TBits.CopyBits for fast copying 2018-12-11 15:52:09 +00:00
classes.inc * an exception does not need to inherit from Exception, so declare that as such for the thread queue entry for the sake of clarity 2018-12-25 23:30:38 +00:00
classesh.inc + introduced unit SortBase, which implements the foundation for pluggable 2019-02-02 20:06:50 +00:00
collect.inc * Put Collection.Assign loop in beginupdate/endupdate (bug ID 33517) 2018-03-26 19:02:51 +00:00
compon.inc
constsg.inc
constss.inc
cregist.inc
dm.inc Stream PPI data only when needed (Patch from Ondrej Pokorny) 2017-07-20 07:31:16 +00:00
filer.inc
intf.inc
lists.inc + introduced unit SortBase, which implements the foundation for pluggable 2019-02-02 20:06:50 +00:00
parser.inc
persist.inc
reader.inc * Implement flushbuffer abstract method in TFiler (bug ID 33062) 2018-04-01 07:16:34 +00:00
resref.inc
sllist.inc
streams.inc * Actually observe TStringStream.OwnsEncoding in destructor 2018-07-04 11:03:21 +00:00
stringl.inc * Fix bug #33475, add AddPair for Delphi compatibility, modified patch by Silvio Clecio 2018-03-21 10:30:02 +00:00
twriter.inc
util.inc
writer.inc * Implement flushbuffer abstract method in TFiler (part 2) (bug ID 33062) 2018-04-01 07:19:34 +00:00