The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9d2bba1917 * create a separate type and def for the LLVM "i1" type, because reusing
pasbool8type for this results in too much trouble (we mustn't use i1
    for parameters, because then LLVM will try to apply the ABI convention
    for passing "1 bit" values, or in records because then this may
    result in unwanted bitpacking). Downside: the new LLVMBool1 type is
    also exposed in the system unit, because we need it to define LLVM
    intrinsics...

git-svn-id: trunk@33726 -
2016-05-20 20:51:44 +00:00
compiler * create a separate type and def for the LLVM "i1" type, because reusing 2016-05-20 20:51:44 +00:00
ide * notify unit video of switching consoles under windows 2016-04-10 01:44:29 +00:00
installer * added SDL sources 2015-11-17 12:03:49 +00:00
packages Fix compilation of NativeNT target, patch by Karl-Michael Schindler. Fixes Mantis #30149. 2016-05-20 13:21:08 +00:00
rtl * create a separate type and def for the LLVM "i1" type, because reusing 2016-05-20 20:51:44 +00:00
tests * fix the Upgrade to Unicode version 7 and CLDR 27 from r32814 2016-05-19 15:44:22 +00:00
utils * file forgotten to commit in r33708 2016-05-20 07:09:45 +00:00
.gitattributes * use the dummy DOS unit from the Embedded target so that we can use it for the ExtPas unit 2016-05-20 13:17:46 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00
Makefile.fpc * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00