| Commit message (Expand) | Author | Age | Files | Lines |
* | Clock/Platform: Add currentMillis() analogue to currentNanos(), returning cur... | Sven Gothel | 2023-10-06 | 1 | -1/+17 |
* | Clock: Use Clock.currentNanos() instead of System.nanoTime() | Sven Gothel | 2023-03-07 | 1 | -2/+2 |
* | Add Clock, implementing proper monotonic and wallclock time using Instant (se... | Sven Gothel | 2023-03-06 | 1 | -20/+6 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename g... | Sven Gothel | 2019-08-18 | 1 | -2/+2 |
* | Bug 1363: Java 11: Recognize Java9+ ..; Support JEP 178 static linkage libglu... | Sven Gothel | 2019-06-17 | 1 | -2/+5 |
* | iOS: Initial iOS support commit: build.xml targets, java code-path etc | Sven Gothel | 2019-06-17 | 1 | -2/+3 |
* | Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ... | Sven Gothel | 2019-04-03 | 1 | -1/+1 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 1 | -41/+46 |
* | Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' Stateless | Sven Gothel | 2015-02-01 | 1 | -64/+133 |
* | Bug 1122: Refine AArch64 and OSType/32Bit incl. MachineDescription | Sven Gothel | 2015-01-30 | 1 | -42/+39 |
* | Bug 1122: Add AArch64 support (Android, GNU/Linux and in general) | Sven Gothel | 2015-01-30 | 1 | -5/+10 |
* | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 1 | -4/+4 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -1/+1 |
* | Merge remote-tracking branch 'github-mark/master' (Bug 1023, Bug 1024) | Sven Gothel | 2014-07-05 | 1 | -2/+1 |
|\ |
|
| * | Clean up native library loading and remove the ability to strip prefixes. | Mark Raynsford | 2014-06-30 | 1 | -1/+1 |
* | | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -12/+13 |
* | | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
|/ |
|
* | Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes... | Sven Gothel | 2014-01-24 | 1 | -1/+7 |
* | Platform: Fix API doc of getCPUFamily(), getCPUType() and getABIType() | Sven Gothel | 2014-01-23 | 1 | -3/+9 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -74/+74 |
* | Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap... | Sven Gothel | 2013-10-01 | 1 | -11/+3 |
* | Platform: Add accurate currentTimeMillis() and currentTimeMicros() native met... | Sven Gothel | 2013-08-15 | 1 | -0/+22 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 1 | -1/+2 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 1 | -56/+56 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 1 | -14/+14 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 1 | -1/+14 |
* | Refine API doc of Buffers, fix API doc Platform.NEWLINE. | Sven Gothel | 2012-10-03 | 1 | -1/+1 |
* | Platform: Slight reorder of initialization reducing one PrivilegedAction block. | Sven Gothel | 2012-09-07 | 1 | -42/+41 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -17/+26 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 1 | -296/+56 |
* | Use ClassLoader to find JNI native libraries. ClassLoader was only used for t... | Sven Gothel | 2012-05-04 | 1 | -2/+2 |
* | Platform: Need priviledge read access for property 'java.awt.headless' | Sven Gothel | 2012-04-25 | 1 | -9/+13 |
* | Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 1 | -35/+84 |
* | Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /... | Sven Gothel | 2012-03-26 | 1 | -0/+17 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 1 | -2/+2 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 1 | -6/+2 |
* | Fix ARM gluegen-rt-natives-linux-"amdv7, amdv5".jar name lookup typo. | Xerxes RĂ„nby | 2012-02-18 | 1 | -4/+4 |
* | Platform: Add Java VersionNumber | Sven Gothel | 2012-02-13 | 1 | -2/+11 |
* | Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue... | Sven Gothel | 2012-01-05 | 1 | -17/+13 |
* | Fix JAR cache to allow running from class files | Wade Walker | 2011-12-29 | 1 | -1/+17 |
* | TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our... | Sven Gothel | 2011-12-01 | 1 | -2/+1 |
* | Minor edits / Put gluegen-rt 'libBaseName' static. | Sven Gothel | 2011-12-01 | 1 | -10/+10 |
* | JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad... | Sven Gothel | 2011-11-29 | 1 | -3/+3 |
* | Platform: Add 'getCurrentSleepJitter()' | Sven Gothel | 2011-11-08 | 1 | -1/+26 |
* | Platform: Add OS_VERSION_NUMBER / getOSVersionNumber() | Sven Gothel | 2011-10-26 | 1 | -1/+10 |
* | Don't default to USE_TEMP_JAR_CACHE:=true on Android | Sven Gothel | 2011-09-28 | 1 | -2/+3 |
* | Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr... | Sven Gothel | 2011-09-23 | 1 | -4/+18 |
* | Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor... | Sven Gothel | 2011-09-23 | 1 | -0/+2 |