aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/VersionUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Default build is JDK-17, prepare up to Java-21 (next LTS); PlatformPropsImpl:...Sven Gothel2023-01-151-3/+11
* Bug 1363: Java 11: Recognize Java9+ ..; Support JEP 178 static linkage libglu...Sven Gothel2019-06-171-0/+1
* iOS: Initial iOS support commit: build.xml targets, java code-path etcSven Gothel2019-06-171-0/+1
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-021-2/+2
* Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' StatelessSven Gothel2015-02-011-4/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-12/+14
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-9/+9
* VersionUtil.getPlatformInfo: include 'getOSVersionNumber()' beside it's strin...Sven Gothel2013-10-031-1/+1
* Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ...Sven Gothel2013-09-221-1/+1
* VersionUtil: add getManifest(.., String[] extensions) variant, allowing detec...Sven Gothel2013-03-281-5/+30
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-191-1/+2
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-181-1/+1
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-281-1/+2
* Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...Sven Gothel2012-03-261-1/+3
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-2/+10
* Platform getArch() -> getArchName() (analogue to getOSName())Sven Gothel2011-07-281-1/+1
* Android: Remove native (fake) detectionSven Gothel2011-07-241-1/+1
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-241-4/+10
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-4/+1
* small cleanup in uitl packageMichael Bien2011-02-261-6/+6
* Refined VersionInfo (seperator/new-line)Sven Gothel2010-11-251-3/+8
* print platform info (GlueGenVersion).Michael Bien2010-11-181-0/+8
* Version info debugging works now even without native libs.Michael Bien2010-11-181-15/+35
* New: JogampVersion, providing generic information for Jogamp JAR archives; Ve...Sven Gothel2010-11-121-41/+9
* Add generic VersionUtil (Manifest and Platform) ; Add VersionInfoSven Gothel2010-11-101-0/+127