aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/os/NativeLibrary.java
Commit message (Expand)AuthorAgeFilesLines
* Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a...Sven Gothel2015-01-301-27/+68
* Refine ExceptionUtils: Shorten method name, dumpThrowable uses dumpStackSven Gothel2014-10-261-1/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-40/+40
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+5
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-29/+29
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce...Sven Gothel2013-06-211-26/+1
* DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: Add T...Sven Gothel2013-06-201-10/+53
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access.Sven Gothel2013-06-201-33/+33
* Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error cases p...Sven Gothel2013-06-181-26/+31
* Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU...Sven Gothel2013-06-181-6/+19
* Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va...Sven Gothel2013-06-161-1/+7
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-2/+13
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-091-0/+0
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-091-14/+40
* GlueGen: NativeLibrary Fix, JNILibLoaderBase EnhancementSven Gothel2013-01-301-48/+64
* Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loa...Sven Gothel2012-10-251-3/+14
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-181-5/+6
* Use ClassLoader to find JNI native libraries. ClassLoader was only used for t...Sven Gothel2012-05-041-6/+11
* DynamicLibraryBundle (enhancement)Sven Gothel2012-02-121-4/+1
* Fix regression of commit b669435d277a10e6163034aba286ecccce013f69, which remo...Sven Gothel2011-12-181-7/+14
* NativeLibrary DEBUG: stack trace @ close()Sven Gothel2011-12-011-0/+1
* DynamicLibraryBundle/NativeLibrary: Add destroy() to bundle, causing unloadin...Sven Gothel2011-12-011-10/+20
* NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ...Sven Gothel2011-09-241-2/+2
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-221-2/+1
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-211-2/+2
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-201-14/+3
* Enhancement/GenericStyle:Sven Gothel2011-09-191-22/+49
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-031-0/+4
* Fix regression (commit f733203dfbd034a6b1aa3eb2cd616437c982c435): Init of DEB...Sven Gothel2011-07-221-2/+3
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-36/+28
* DoubleCheckLocking: Added 'ok' comment - volatile varSven Gothel2011-02-261-1/+1
* RecursiveLock: static field -> final; NativeLibrary: cleanupSven Gothel2011-02-261-6/+5
* Debug: out -> err streamSven Gothel2010-12-131-4/+4
* Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-101-2/+4
* Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrarySven Gothel2010-06-051-0/+9
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-311-0/+426