The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe d7f6744f7b * converted ncgrtti to the high level typed constant builder
o the result is still not very clean due to the fact that this data
     is almost completely unstructured due to variable-length strings
     everywhere, which means that
    a) we cannot just load recorddefs from the system or typeinfo unit
       and use those as templates
    b) we cannot easily reuse the recorddefs we create ourselves (except
       if the strings have the same length -- this is the reason for all
       of the names specified to begin_anonymous_record: to reuse defs
       as much as possible rather than creating new ones all the time)
    c) we have to add explicitly aligned subrecords everywhere to insert
       explicit alignment on platforms that need it

git-svn-id: trunk@31255 -
2015-07-30 16:58:17 +00:00
compiler * converted ncgrtti to the high level typed constant builder 2015-07-30 16:58:17 +00:00
ide AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
installer AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
packages fcl-db: sdfdataset: Added support for reading of CSV files, which have embedded CRLF between double-quotes (Added TSDFStringList) + test. 2015-07-30 05:49:05 +00:00
rtl Added most AVR controllers. 2015-07-29 21:01:21 +00:00
tests * correctly write an error if one tries to implement a method introduced in a generic in a specialization of the generic, resolves issue #23169 2015-07-28 21:16:47 +00:00
utils * Added the ability to add fpmake as a target in a Makefile.fpc file. This way 2015-07-28 09:52:19 +00:00
.gitattributes Added most AVR controllers. 2015-07-29 21:01:21 +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 AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00