The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn ec45f0069a + added unit SortAlgs to rtl-extra. It implements extra sorting algorithms
that can be used in place of the default QuickSort implementation from unit
  SortBase. Currently, only HeapSort is implemented, but others will be added
  in the future.

git-svn-id: trunk@41219 -
2019-02-04 14:34:13 +00:00
compiler * fixed the default external assembler for llvm when using -s 2019-02-03 21:01:13 +00:00
installer haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
packages + added unit SortAlgs to rtl-extra. It implements extra sorting algorithms 2019-02-04 14:34:13 +00:00
rtl + added .Sort() overloads with a SortingAlgorithm parameter to TFPGList, 2019-02-03 19:49:35 +00:00
tests + added test for the sortbase unit 2019-02-03 19:16:48 +00:00
utils * Fixed the user-repository path on Windows 2019-02-03 20:08:21 +00:00
.gitattributes + added unit SortAlgs to rtl-extra. It implements extra sorting algorithms 2019-02-04 14:34:13 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00