The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
tom_at_work a7b48be598 bugfixes:
- do not compile ipc unit for android, not supported
- fix geterrnolocation external name
- implement dummy getdomainname; does not exist in android
- remove wrong 'if defined(android)' clauses

git-svn-id: branches/targetandroid@21065 -
2012-04-26 13:15:52 +00:00
compiler - commit missing new files 2012-04-26 09:41:13 +00:00
ide - initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development. 2012-04-26 09:36:42 +00:00
installer - initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development. 2012-04-26 09:36:42 +00:00
packages - initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development. 2012-04-26 09:36:42 +00:00
rtl bugfixes: 2012-04-26 13:15:52 +00:00
tests compiler: change ShortString->(Some)String and AnsiString->(Some)String overload precedence both for variables and string constants, change unicode constant type from widestring to unicodestring (Delphi compatibility) 2012-04-26 02:33:57 +00:00
utils - initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development. 2012-04-26 09:36:42 +00:00
.gitattributes - missing makefile 2012-04-26 09:53:37 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile - initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development. 2012-04-26 09:36:42 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00