The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 6418f22ae0 * enable raw interface testing
git-svn-id: trunk@35412 -
2017-02-10 16:05:35 +00:00
compiler * only generate a big obj COFF file if the high bound of the sections is larger than $7fff (it could be that the final count is smaller again as sections that have the same name are combined) 2017-02-10 14:40:23 +00:00
ide Amiga: fix fp.dsk saving 2017-02-05 16:36:11 +00:00
installer Regenerate Makefile with fpcmake 2016-11-07 12:56:52 +00:00
packages Clean up Generics.Collections. Remove old useless bugs workarounds. More details in mantis 27206. 2017-02-06 22:47:29 +00:00
rtl * provide access to the method table for raw interfaces (it is written even though $M is not respected by such interfaces currently) 2017-02-10 16:03:57 +00:00
tests * enable raw interface testing 2017-02-10 16:05:35 +00:00
utils * Basic RTL for pas2js generated programs 2017-02-04 11:31:55 +00:00
.gitattributes More consequent writing of Rtti. Part of code related to recorddef moved from recorddef_rtti to write_child_data_rtti(). When typeinfo is used in code init Rtti is a child of the full Rtti. Commit also contains correction for code commited for mantis #31249 (r35376) and mantis #31305 (r35377) for objects. Before was impossible to compile code with usage of typeinfo() function for object without managed fields ("Undefined symbol" error). 2017-02-06 18:52:37 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +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 * support bootstrapping with FPC 3.0.2 2016-12-22 20:01:58 +00:00
Makefile.fpc * support bootstrapping with FPC 3.0.2 2016-12-22 20:01:58 +00:00