| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove _default_ workaround for Bug 566. Workaround shall no more be required...v2.0.2 | Sven Gothel | 2013-07-20 | 1 | -7/+1 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce... | Sven Gothel | 2013-06-21 | 4 | -81/+116 |
* | DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: Add T... | Sven Gothel | 2013-06-20 | 3 | -11/+65 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access. | Sven Gothel | 2013-06-20 | 2 | -70/+70 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 1 | -1/+2 |
* | Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error cases p... | Sven Gothel | 2013-06-18 | 1 | -26/+31 |
* | Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU... | Sven Gothel | 2013-06-18 | 2 | -6/+20 |
* | Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va... | Sven Gothel | 2013-06-16 | 1 | -1/+7 |
* | Fix Bug 749: Add Support for Solaris SPARC 32bit | Britta Eckhardt | 2013-06-13 | 1 | -7/+13 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 2 | -58/+58 |
* | Bug 747: AndroidVersion: HashMap -> IntObjectHashMap | Sven Gothel | 2013-06-09 | 1 | -7/+6 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 2 | -16/+27 |
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 4 | -0/+0 |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
* | Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /... | Sven Gothel | 2013-02-09 | 1 | -14/+40 |
* | GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement | Sven Gothel | 2013-01-30 | 1 | -48/+64 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 1 | -1/+14 |
* | Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loa... | Sven Gothel | 2012-10-25 | 1 | -3/+14 |