| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1479: NativeLibrary: Add getNativeLibraryPath() returning queried used na... | Sven Gothel | 2023-11-26 | 1 | -20/+45 |
* | iOS: NativeLibrary: Refine iOS, use proper alt system path for iOS+OSX, relax... | Sven Gothel | 2019-06-21 | 1 | -1/+1 |
* | Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' a... | Sven Gothel | 2015-11-15 | 1 | -3/+9 |
* | 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 |
* | Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a... | Sven Gothel | 2015-01-30 | 1 | -10/+36 |
* | gluegen: relax private variable access to package-private for members accesse... | Harvey Harrison | 2014-07-07 | 1 | -1/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -13/+13 |
* | Minor edits: space, final qualifier; setenv-build-*: Add generic JDK location | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -29/+29 |
* | DynamicLibraryBundle: Remove unused imports | Sven Gothel | 2013-08-26 | 1 | -3/+0 |
* | 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 | 1 | -1/+1 |
* | DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: Add T... | Sven Gothel | 2013-06-20 | 1 | -0/+6 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access. | Sven Gothel | 2013-06-20 | 1 | -37/+37 |
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 1 | -0/+0 |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
* | DynamicLibraryBundle: API doc refinement, mention the ClassLoader role. | Sven Gothel | 2012-05-04 | 1 | -2/+13 |
* | Use ClassLoader to find JNI native libraries. ClassLoader was only used for t... | Sven Gothel | 2012-05-04 | 1 | -8/+8 |
* | To help analyzing Bug 566, we allow overwriting the 'workaround' with sys pro... | Sven Gothel | 2012-03-27 | 1 | -1/+5 |
* | Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /... | Sven Gothel | 2012-03-26 | 1 | -0/+12 |
* | DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th... | Sven Gothel | 2012-03-26 | 1 | -1/+4 |
* | Minor edits: Fix API doc / Remove Thread.dumpStack() | Sven Gothel | 2012-03-22 | 1 | -1/+0 |
* | DynamicLibraryBundle (enhancement) | Sven Gothel | 2012-02-12 | 1 | -26/+22 |
* | DynamicLibraryBundle/NativeLibrary: Add destroy() to bundle, causing unloadin... | Sven Gothel | 2011-12-01 | 1 | -1/+22 |
* | Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt... | Sven Gothel | 2011-09-21 | 1 | -2/+2 |
* | DynamicLibraryBundle*: Use generics for better spec / Drop Iterator in favor ... | Sven Gothel | 2011-08-31 | 1 | -31/+23 |
* | DynamicLibraryBundleInfo: Allow impl. to select tool/system lookup | Sven Gothel | 2011-08-09 | 1 | -7/+19 |
* | aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true if la... | Sven Gothel | 2011-08-05 | 1 | -3/+16 |
* | debug: mention thread name | Sven Gothel | 2010-12-17 | 1 | -1/+2 |
* | Debug: out -> err stream | Sven Gothel | 2010-12-13 | 1 | -16/+16 |
* | Fix API doc | Sven Gothel | 2010-11-15 | 1 | -4/+8 |
* | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 1 | -25/+26 |
* | currently no need for a (public) MiscUtils.java. | Michael Bien | 2010-06-10 | 1 | -8/+6 |
* | Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa... | Sven Gothel | 2010-06-10 | 1 | -0/+327 |