The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed
serially with .NOTPARALLEL:
   -> currently parallel: rtl/darwin, packages/base, packages/base/httpd,
      packages/extra/univint, fcl, utils

git-svn-id: trunk@6223 -
2007-01-27 11:05:18 +00:00
compiler * Fixed crash bug with IMPLEMENTS due to the changes earlier today. (No longer dereferences VtblImplIntf when we should not) 2007-01-26 23:50:09 +00:00
fcl + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
fv + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
ide + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
installer + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
packages + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
rtl + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
tests * fix testsuite.cgi failed test links to ignore skipped tests, improve english text 2007-01-26 22:57:15 +00:00
utils * also remove fplnet for targets without sockets unit support 2007-01-24 03:40:25 +00:00
.gitattributes + build unit (testwise) 2007-01-27 08:52:54 +00:00
.gitignore * rtl part of first Nintendo DS port 2006-12-14 17:34:51 +00:00
Makefile + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
Makefile.fpc + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00