The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 069fa51445 * use separate input and output files when invoking wlib to create a static
library. This resolves a problem with parallel building of a i8086 cross
  compiler, due to a race condition in wlib, when running several instances of
  wlib in the same directory. The problem is in the way wlib creates a temp file
  in the current directory using non-atomic operations and with a high
  probability of a name collision. Using separate input and output files avoids
  this temp file creation by wlib.

git-svn-id: trunk@30277 -
2015-03-22 17:42:19 +00:00
compiler * use separate input and output files when invoking wlib to create a static 2015-03-22 17:42:19 +00:00
ide * fixed gdb/mi crash when program exits with exit code >= $80000000 2015-03-12 23:25:07 +00:00
installer * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
packages * micro optimization in the putpixel routines of the msdos graph unit: perform 2015-03-20 10:50:01 +00:00
rtl Add classes and stub thread support in the embedded rtl. 2015-03-22 13:55:20 +00:00
tests * parentheses after an @-operator can contain a full expression, resolves #27517 2015-03-22 13:00:43 +00:00
utils * added _ before avr in cpusuffix. All other targets have. 2015-03-17 09:09:14 +00:00
.gitattributes Add classes and stub thread support in the embedded rtl. 2015-03-22 13:55:20 +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 * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00