The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 822b943d08 - removed most special handling of self (the self parameter has had the
correct type since quite a while)
   o exceptions:
    o objects/records (self is a "var" parameter there, and sometimes
      we want to load it as a pointer to an object instead
    o Objective-C class methods, where self has to be id (to have a signature
      compatible with what Objective-C compilers generate), but when loading
      it we want a classrefdef of the current class for type check and
      method resolving

git-svn-id: trunk@30949 -
2015-05-31 16:50:44 +00:00
compiler - removed most special handling of self (the self parameter has had the 2015-05-31 16:50:44 +00:00
ide * regenerated Makefiles with Linux/AArch64 support 2015-05-20 20:15:10 +00:00
installer * regenerated Makefiles with Linux/AArch64 support 2015-05-20 20:15:10 +00:00
packages fcl-db: tests: Add sqlite3ds connector to db test suite. Patch from Luiz Americo. Bug #28200 2015-05-29 10:21:22 +00:00
rtl * ATmega16 support by Anton Kavalenka, resolves issue #28217 2015-05-31 15:55:39 +00:00
tests + test for mantis #16582 (already works with FPC 2.6.4) 2015-05-25 12:55:44 +00:00
utils + ELF/AArch64 resource handling support (patch by Edmund Grimley Evans) 2015-05-23 21:04:11 +00:00
.gitattributes * ATmega16 support by Anton Kavalenka, resolves issue #28217 2015-05-31 15:55:39 +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 with Linux/AArch64 support 2015-05-20 20:15:10 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00