summaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common/os/PlatformPropsImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' StatelessSven Gothel2015-02-011-200/+205
* Bug 1122: Add AArch64 support (Android, GNU/Linux and in general)Sven Gothel2015-01-301-27/+45
* PlatformPropsImpl.getOSAndArch(..): Cleanup, use final String instances to ea...Sven Gothel2014-07-111-22/+33
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-9/+9
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Bug 958 - Add support for OpenJDK version notationSven Gothel2014-02-161-3/+10
* Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes...Sven Gothel2014-01-241-106/+216
* Bug 944 - Platform doesn't parse early-access java-version string properly (J...Sven Gothel2014-01-141-5/+4
* PlatformPropsImpl: Add static class OSXVersion w/ selected OSX VersionNumbersSven Gothel2013-10-241-1/+11
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+2
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-52/+52
* Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ...Sven Gothel2013-09-221-0/+15
* Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp...Sven Gothel2013-05-311-2/+2
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-091-34/+83
* Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to...Sven Gothel2013-02-081-10/+81
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-191-7/+13
* PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE.Xerxes RĂ„nby2013-01-181-2/+4
* Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...Sven Gothel2012-08-161-6/+6
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-181-0/+312