The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth c81eda7a42 Fully enable generic functions, procedures and methods by allowing inline specializations in procedure bodies as well.
Please note that this now also includes inline specializations of types in non-Delphi modes, thus removing a difference between modes Delphi and non-Delphi

pgentype.pas, inline_specialization_block_types:
  + add bt_body as valid block type

git-svn-id: trunk@32439 -
2015-11-21 16:52:09 +00:00
compiler Fully enable generic functions, procedures and methods by allowing inline specializations in procedure bodies as well. 2015-11-21 16:52:09 +00:00
ide * fixed IDE compilation with GDBMI=1 (mantis #28890) 2015-11-19 17:28:37 +00:00
installer * added SDL sources 2015-11-17 12:03:49 +00:00
packages * set default machinetype for mach-o/ARM 2015-11-21 12:36:23 +00:00
rtl + added explicit rules for the iso7186 unit for the bsd targets 2015-11-21 14:43:54 +00:00
tests * fixed test for PIC code on i386 2015-11-21 15:02:04 +00:00
utils * Examples 2015-11-20 11:34:44 +00:00
.gitattributes Add test for Mantis #29053 to make sure it doesn't get broken by accident. 2015-11-21 14:35:35 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
Makefile.fpc * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00