The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2013-01-22 13:47:52 +00:00
compiler * Define CExtended and clongdouble as double for Android. 2013-01-22 11:16:22 +00:00
ide * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
installer * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
packages * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
rtl * Define CExtended and clongdouble as double for Android. 2013-01-22 11:16:22 +00:00
tests * Implemented { %DELFILES file1 file2 ... } directive for tests. Primarily it is needed to delete shared libraries used by tests when TEST_DELTEMP=1. When testing on a real Android device, it is not good to run tests on flash memory partitions. Android devices have 1Mb RAM based tempfs partition for /tmp folder, which is ideal for running tests. Since 1Mb is very small size these days, it is needed to clean all test leftovers. Test shared libraries are the biggest leftovers and this new DELFILES directive will help to delete them. 2013-01-22 13:47:52 +00:00
utils * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
.gitattributes * Sync with trunk r23404. 2013-01-16 13:21:51 +00:00
.gitignore
Makefile * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
Makefile.fpc * starting compiler version check to toplevel "all" target 2012-10-17 18:03:41 +00:00