aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/os/DynamicLibraryBundle.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1479: NativeLibrary: Add getNativeLibraryPath() returning queried used na...Sven Gothel2023-11-261-20/+45
* iOS: NativeLibrary: Refine iOS, use proper alt system path for iOS+OSX, relax...Sven Gothel2019-06-211-1/+1
* Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' a...Sven Gothel2015-11-151-3/+9
* DynamicLibraryBundle.toolDynamicLookupFunction(..): DEBUG: Show 'toolGetProcA...Sven Gothel2015-08-051-1/+1
* Fix DynamicLibraryBundle.isToolLibComplete() no tool-lib case, regression of ...Sven Gothel2015-03-181-1/+4
* Refine commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8: Add 'throws SecurityE...Sven Gothel2015-02-051-7/+11
* Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a...Sven Gothel2015-01-301-10/+36
* gluegen: relax private variable access to package-private for members accesse...Harvey Harrison2014-07-071-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-13/+13
* Minor edits: space, final qualifier; setenv-build-*: Add generic JDK locationSven Gothel2014-06-171-1/+1
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-29/+29
* DynamicLibraryBundle: Remove unused importsSven Gothel2013-08-261-3/+0
* Remove _default_ workaround for Bug 566. Workaround shall no more be required...v2.0.2Sven Gothel2013-07-201-7/+1
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce...Sven Gothel2013-06-211-1/+1
* DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: Add T...Sven Gothel2013-06-201-0/+6
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access.Sven Gothel2013-06-201-37/+37
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-091-0/+0
* Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude...Sven Gothel2013-02-281-1/+1
* DynamicLibraryBundle: API doc refinement, mention the ClassLoader role.Sven Gothel2012-05-041-2/+13
* Use ClassLoader to find JNI native libraries. ClassLoader was only used for t...Sven Gothel2012-05-041-8/+8
* To help analyzing Bug 566, we allow overwriting the 'workaround' with sys pro...Sven Gothel2012-03-271-1/+5
* Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...Sven Gothel2012-03-261-0/+12
* DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th...Sven Gothel2012-03-261-1/+4
* Minor edits: Fix API doc / Remove Thread.dumpStack()Sven Gothel2012-03-221-1/+0
* DynamicLibraryBundle (enhancement)Sven Gothel2012-02-121-26/+22
* DynamicLibraryBundle/NativeLibrary: Add destroy() to bundle, causing unloadin...Sven Gothel2011-12-011-1/+22
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-211-2/+2
* DynamicLibraryBundle*: Use generics for better spec / Drop Iterator in favor ...Sven Gothel2011-08-311-31/+23
* DynamicLibraryBundleInfo: Allow impl. to select tool/system lookupSven Gothel2011-08-091-7/+19
* aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true if la...Sven Gothel2011-08-051-3/+16
* debug: mention thread nameSven Gothel2010-12-171-1/+2
* Debug: out -> err streamSven Gothel2010-12-131-16/+16
* Fix API docSven Gothel2010-11-151-4/+8
* LICENSE.txt changes:Sven Gothel2010-09-141-25/+26
* currently no need for a (public) MiscUtils.java.Michael Bien2010-06-101-8/+6
* Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-101-0/+327