The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 22dd93858d * don't try to write rtti for fields in Pascal records/classes/objects/...
whose type is an objc type (objcclass, objcprotocol): they only need
    objc-style rtti, which is generated elsewhere (and to prevent bugs
    they give an internal error if we try to generate FPC-style rtti for
    them) (mantis #20876)

git-svn-id: trunk@19861 -
2011-12-17 11:43:13 +00:00
compiler * don't try to write rtti for fields in Pascal records/classes/objects/... 2011-12-17 11:43:13 +00:00
ide * Do not use InfoLong as size can be different from InfoPtr used in Message 2011-12-13 16:36:15 +00:00
installer * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
packages * Added dependency of fcl-db on fcl-json 2011-12-17 10:24:53 +00:00
rtl - Cleaned out FPC_STRTOSHORTSTRPROC and FPC_STRTOCHARARRAYPROC defines. Somebody had to do it one day. 2011-12-14 22:40:08 +00:00
tests * don't try to write rtti for fields in Pascal records/classes/objects/... 2011-12-17 11:43:13 +00:00
utils * Corrected program name clause 2011-12-14 22:34:05 +00:00
.gitattributes * don't try to write rtti for fields in Pascal records/classes/objects/... 2011-12-17 11:43:13 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00