mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:09:23 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() parameter in case of array parameters (and in case of constructors, make the open array as "const"; heuristic, not guaranteed 100% safe!) + support for generating include files rather than full units (e.g., for the system unit types), -i option * don't generate imports for anonymous inner types ($1 etc) * mark routines with 'package' visibility as 'public', because some packages are split over multiple units (system unit and jdk import unit) -> allows using these routines in illegal ways, which will result in run time errors + support to also select individual classes with the -x/-a parameters + add "virtual" modifier to methods where appropriate (so the compiler won't force it automatically anymore) git-svn-id: branches/jvmbackend@18439 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |