The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2019-07-12 22:06:28 +00:00
compiler * rework code for parsing attributes to only allow constant expressions; Delphi only allows those as well and better we don't open *that* pandora's box just yet 2019-07-12 22:06:24 +00:00
installer * regenerated Makefiles with LLVM bitcode installation support 2019-04-20 18:56:45 +00:00
packages * streamline retrieval of attributes (both in TypInfo and RTTI units) 2019-07-12 22:06:02 +00:00
rtl * as attributes can be part of any type they are best suited in a common part of TTypeData 2019-07-12 22:06:09 +00:00
tests + add a test for overloaded attribute constructors 2019-07-12 22:06:28 +00:00
utils Commit modified file after commit #42260 2019-07-01 17:34:08 +00:00
.gitattributes + add a test for overloaded attribute constructors 2019-07-12 22:06:28 +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
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated Makefiles with LLVM bitcode installation support 2019-04-20 18:56:45 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00