The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 0d5b2b84a8 + Android/JVM target, including a translation of the Android r14 SDK
(= Android 4.0) java headers: java.*, javax.*, org.*, junit.*, android.*).
    The RTL can also be used to target earlier versions of the Android
    platform, but you manually have to take care of not using APIs that
    weren't available yet. Adding separate units for separate platform
    versions would only partly solve the problem, because some of the
    classes used inside the system unit have also changed across
    versions.

    Use -Tandroid while compiling to select the Android OS as target
    platform.

git-svn-id: branches/jvmbackend@19830 -
2011-12-12 02:34:34 +00:00
compiler + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
ide + Update all Makefile's modified by 2011-08-16 20:10:19 +00:00
installer + Update all Makefile's modified by 2011-08-16 20:10:19 +00:00
packages + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
rtl + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
tests * call all operators with invokestatic, since they are always 2011-12-11 17:25:42 +00:00
utils + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
.gitattributes + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile + Android/JVM target, including a translation of the Android r14 SDK 2011-12-12 02:34:34 +00:00
Makefile.fpc + support for building jvm-java compiler/rtl via top-level 2011-12-04 15:33:55 +00:00