aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/os/Platform.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-1/+2
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-111-56/+56
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-14/+14
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-191-1/+14
* Refine API doc of Buffers, fix API doc Platform.NEWLINE.Sven Gothel2012-10-031-1/+1
* Platform: Slight reorder of initialization reducing one PrivilegedAction block.Sven Gothel2012-09-071-42/+41
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-17/+26
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-181-296/+56
* Use ClassLoader to find JNI native libraries. ClassLoader was only used for t...Sven Gothel2012-05-041-2/+2
* Platform: Need priviledge read access for property 'java.awt.headless'Sven Gothel2012-04-251-9/+13
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-281-35/+84
* Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...Sven Gothel2012-03-261-0/+17
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-2/+2
* Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat...Sven Gothel2012-03-131-6/+2
* Fix ARM gluegen-rt-natives-linux-"amdv7, amdv5".jar name lookup typo.Xerxes RĂ„nby2012-02-181-4/+4
* Platform: Add Java VersionNumberSven Gothel2012-02-131-2/+11
* Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue...Sven Gothel2012-01-051-17/+13
* Fix JAR cache to allow running from class filesWade Walker2011-12-291-1/+17
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-011-2/+1
* Minor edits / Put gluegen-rt 'libBaseName' static.Sven Gothel2011-12-011-10/+10
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-291-3/+3
* Platform: Add 'getCurrentSleepJitter()'Sven Gothel2011-11-081-1/+26
* Platform: Add OS_VERSION_NUMBER / getOSVersionNumber()Sven Gothel2011-10-261-1/+10
* Don't default to USE_TEMP_JAR_CACHE:=true on AndroidSven Gothel2011-09-281-2/+3
* Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr...Sven Gothel2011-09-231-4/+18
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-231-0/+2
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-231-14/+11
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-221-20/+39
* Enhancement/GenericStyle:Sven Gothel2011-09-191-6/+113
* Platform getArch() -> getArchName() (analogue to getOSName())Sven Gothel2011-07-281-1/+1
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-241-6/+31
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-211-2/+38
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-201-33/+68
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-104/+152
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-081-3/+15
* Platform: Add getPageSize()Sven Gothel2011-06-071-0/+7
* Fix refactor bug: os -> os_lc in strings, reverted.Sven Gothel2010-12-151-7/+7
* Version info debugging works now even without native libs.Michael Bien2010-11-181-9/+28
* Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch...Sven Gothel2010-10-141-1/+47
* LICENSE.txt changes:Sven Gothel2010-09-141-25/+26
* Final fix for Java SE Platform query, as negotiated with Michael :)Sven Gothel2010-07-081-18/+7
* Fix: Add missing imports; Add warmup phase to primitive hashmap testSven Gothel2010-07-021-0/+2
* Fix regression of missing JavaSE check in case of security manager; TypoSven Gothel2010-06-261-6/+24
* refactored Platform. Simplified initializer.Michael Bien2010-06-101-34/+42
* Fix privileged access (applet)Sven Gothel2010-04-281-9/+16
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-311-0/+163