The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 1e1e4b96e0 * don't store node trees for inline generic routines, as they contain
references to defs that are not stored in the ppu files (causing
    errors) and are never used for inlining (only the specialisations
    may be inlined) (fixes webtbs/tw27658.pp after r32031)

git-svn-id: trunk@32050 -
2015-10-13 15:59:18 +00:00
compiler * don't store node trees for inline generic routines, as they contain 2015-10-13 15:59:18 +00:00
ide * Removed Makefile from fpmake.pp. We do not include it in other fpmake.pp's either 2015-10-09 19:31:45 +00:00
installer * correction of a duplicate GTK1 sources reference 2015-10-12 22:01:57 +00:00
packages * Added ability to sort TJSONArray 2015-10-13 14:09:31 +00:00
rtl * some micro optimizations for zero size blocks in CompareByte for i8086 2015-10-13 15:12:43 +00:00
tests * Skip this test for android. 2015-10-10 21:57:08 +00:00
utils * mention support for .rsj extension in help text (based on patch by 2015-10-02 08:20:18 +00:00
.gitattributes * android: Fixed crash when using writeln during shared library finalization on Android 4.4+. 2015-10-12 22:35:51 +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