fpc/rtl/android
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
..
aarch64 * android: Regenerated syscalls. 2018-12-12 13:47:40 +00:00
arm * android: Regenerated syscalls. 2018-12-12 13:47:40 +00:00
i386 * android: Regenerated syscalls. 2018-12-12 13:47:40 +00:00
jvm haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
mips64 * android: Regenerated syscalls. 2018-12-12 13:47:40 +00:00
mipsel * android: Regenerated syscalls. 2018-12-12 13:47:40 +00:00
x86_64 * android: Regenerated syscalls. 2018-12-12 13:47:40 +00:00
cwstring.pp * ICU v3.8 on Android 1.5-2.1 is buggy and can't be unloaded properly. 2018-11-03 13:56:27 +00:00
dlandroid.inc
dllprt0.as * Android: Reworked the startup code to use no assembly instructions. Generic assembler startup files contains only section data and are compiled for each CPU. 2018-10-08 16:48:41 +00:00
Makefile + introduced unit SortBase, which implements the foundation for pluggable 2019-02-02 20:06:50 +00:00
Makefile.fpc + introduced unit SortBase, which implements the foundation for pluggable 2019-02-02 20:06:50 +00:00
prt0.as * Android: Reworked the startup code to use no assembly instructions. Generic assembler startup files contains only section data and are compiled for each CPU. 2018-10-08 16:48:41 +00:00
sysandroid.inc * android: Removed cwstring from the uses clause of the unix unit. Use cwstring indirectly. It allows to avoid using cwstring if needed. 2018-11-03 12:34:59 +00:00
sysandroidh.inc * android: 2016-08-19 20:21:52 +00:00
unixandroid.inc * Fixed obtaining a time zone information for 64-bit android. 2018-11-03 14:33:41 +00:00