The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 9e2133c1b1 - disable SHOWUSEDMEM when EXTDEBUG is defined, because it breaks building a
snapshot with EXTDEBUG, due to the following fpmake error:
    The installer encountered the following error:
    Compiler returns invalid information, check if fpc -iV works

git-svn-id: trunk@36250 -
2017-05-19 13:35:38 +00:00
compiler - disable SHOWUSEDMEM when EXTDEBUG is defined, because it breaks building a 2017-05-19 13:35:38 +00:00
ide * fix compilation after last commit. make clean all in ide/ doesn't build all, and weditor 2017-04-28 13:58:59 +00:00
installer Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
packages fcl-passrc: fixed ref count parsing package unit, bug #31872, patch from Andrey Zubarev 2017-05-18 22:21:45 +00:00
rtl Change ASize type for RegisterTinyHeapBlockXXX functions 2017-05-18 22:36:24 +00:00
tests + add a test to ensure that array constructors correctly handle managed types (though there might be a temp floating around for longer than one might expect) 2017-05-18 20:04:29 +00:00
utils Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
.gitattributes + add a test to ensure that array constructors correctly handle managed types (though there might be a temp floating around for longer than one might expect) 2017-05-18 20:04:29 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
Makefile.fpc