| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1479: NativeLibrary: Add getNativeLibraryPath() returning queried used na... | Sven Gothel | 2023-11-26 | 4 | -60/+133 |
* | Clock/Platform: Add currentMillis() analogue to currentNanos(), returning cur... | Sven Gothel | 2023-10-06 | 2 | -3/+34 |
* | Clock: Use Clock.currentNanos() instead of System.nanoTime() | Sven Gothel | 2023-03-07 | 1 | -2/+2 |
* | Clock: Consider return code on failed native clock_gettime(..) call; Add Win3... | Sven Gothel | 2023-03-07 | 1 | -9/+18 |
* | Clock: Rename currentTimeNanos() -> currentNanos() as it represents the durat... | Sven Gothel | 2023-03-06 | 1 | -16/+24 |
* | Fix Clock for performance counter: Add currentTimeNanos() since module startu... | Sven Gothel | 2023-03-06 | 1 | -23/+75 |
* | Add Clock, implementing proper monotonic and wallclock time using Instant (se... | Sven Gothel | 2023-03-06 | 2 | -20/+102 |
* | NativeLibrary.enumerateLibraryPaths(): Reduce relative/absolute path mapping ... | Sven Gothel | 2023-01-23 | 1 | -9/+12 |
* | NativeLibrary.enumerateLibraryPaths(): Using addPaths() ensures given 'path' ... | Sven Gothel | 2023-01-23 | 1 | -14/+51 |
* | NativeLibrary: Add getSystemEnvLibraryPaths(), i.e. LD_LIBRARY_PATH, PATH, ..... | Sven Gothel | 2023-01-23 | 1 | -0/+35 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 2 | -7/+7 |
* | Bug 1417 - Android: Add new x86 MachineDataInfo, differs due to smaller 'long... | Sven Gothel | 2019-12-10 | 1 | -0/+3 |
* | Bug 1417 - Android: Complete 1st round: make/lib/gluegen-cpptask-android-<abi... | Sven Gothel | 2019-12-10 | 1 | -1/+2 |
* | Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename g... | Sven Gothel | 2019-08-18 | 2 | -3/+3 |
* | MacOS shall only scan for .dylib, dropping .jnilib search in NativeLibrary | Sven Gothel | 2019-08-18 | 1 | -5/+0 |
* | iOS: NativeLibrary: Refine iOS, use proper alt system path for iOS+OSX, relax... | Sven Gothel | 2019-06-21 | 2 | -28/+38 |
* | Bug 1363: Java 11: Recognize Java9+ ..; Support JEP 178 static linkage libglu... | Sven Gothel | 2019-06-17 | 2 | -2/+8 |
* | iOS: Initial iOS support commit: build.xml targets, java code-path etc | Sven Gothel | 2019-06-17 | 3 | -6/+14 |
* | Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ... | Sven Gothel | 2019-04-03 | 2 | -2/+2 |
* | Use system property to detect Android | Diego Perez | 2016-04-06 | 1 | -9/+14 |
* | Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' a... | Sven Gothel | 2015-11-15 | 3 | -33/+65 |
* | Bug 1194: Reinstate system-lib search for NativeLibrary.open(..) and Platform... | Sven Gothel | 2015-08-18 | 1 | -5/+78 |
* | Merge branch 'bug1194' of https://github.com/xranby/gluegen | Sven Gothel | 2015-08-18 | 1 | -46/+4 |
|\ |
|
| * | Bug 1194: NativeLibrary: Remove dangerous search paths using the JRE extensio... | Xerxes Rånby | 2015-08-12 | 1 | -46/+4 |
* | | Bug 1145: Fix cc1 NativeLibrary: Add current working directory + natives/os-a... | Xerxes Rånby | 2015-08-12 | 1 | -0/+4 |
|/ |
|
* | DynamicLibraryBundle.toolDynamicLookupFunction(..): DEBUG: Show 'toolGetProcA... | Sven Gothel | 2015-08-05 | 1 | -1/+1 |
* | Fix DynamicLibraryBundle.isToolLibComplete() no tool-lib case, regression of ... | Sven Gothel | 2015-03-18 | 1 | -1/+4 |
* | Refine commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8: Add 'throws SecurityE... | Sven Gothel | 2015-02-05 | 1 | -7/+11 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 2 | -92/+151 |
* | Minor Cleanup: Buffers: Remove !JAVA_6 branch; NativeLibrary: Reuse isOSX det... | Sven Gothel | 2015-02-01 | 1 | -16/+8 |
* | Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' Stateless | Sven Gothel | 2015-02-01 | 3 | -129/+171 |
* | Bug 1122: Refine AArch64 and OSType/32Bit incl. MachineDescription | Sven Gothel | 2015-01-30 | 3 | -70/+56 |
* | Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a... | Sven Gothel | 2015-01-30 | 4 | -41/+132 |
* | Bug 1122: Add AArch64 support (Android, GNU/Linux and in general) | Sven Gothel | 2015-01-30 | 3 | -47/+36 |
* | Refine ExceptionUtils: Shorten method name, dumpThrowable uses dumpStack | Sven Gothel | 2014-10-26 | 1 | -1/+2 |
* | 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 |
* | gluegen: relax private variable access to package-private for members accesse... | Harvey Harrison | 2014-07-07 | 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 | 5 | -104/+105 |
* | | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 2 | -2/+2 |
|/ |
|
* | Minor edits: space, final qualifier; setenv-build-*: Add generic JDK location | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes... | Sven Gothel | 2014-01-24 | 2 | -7/+84 |
* | 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 | 4 | -0/+8 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 8 | -235/+235 |
* | Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap... | Sven Gothel | 2013-10-01 | 1 | -11/+3 |
* | DynamicLibraryBundle: Remove unused imports | Sven Gothel | 2013-08-26 | 1 | -3/+0 |
* | Platform: Add accurate currentTimeMillis() and currentTimeMicros() native met... | Sven Gothel | 2013-08-15 | 1 | -0/+22 |