aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-067-33/+107
* Android: no verboseSven Gothel2011-10-011-2/+2
* Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up w/ a...Sven Gothel2011-09-301-5/+39
* IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API docSven Gothel2011-09-302-5/+29
* IOUtil: Generalize w/ getTempRoot()Sven Gothel2011-09-302-12/+20
* IOUtil/Android: Convenient createTempFile wrapper for Android, using the cont...Sven Gothel2011-09-281-1/+35
* Android apk's jarsrcdir: exclude all sources. TODO: need better custom resour...Sven Gothel2011-09-281-1/+1
* Don't default to USE_TEMP_JAR_CACHE:=true on AndroidSven Gothel2011-09-281-2/+3
* Android aapt.signed: add jarsrcdir to add non java files (resources) to the apkSven Gothel2011-09-281-0/+7
* minor: test/build scriptsSven Gothel2011-09-272-4/+7
* RunnableTask: Allow validation whether invoking thread intends to wait for th...Sven Gothel2011-09-271-0/+6
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-276-199/+1059
* Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock t...Sven Gothel2011-09-272-3/+55
* Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int...Sven Gothel2011-09-271-0/+0
* SingletonInstanceServerSocket: composite thread name w/ leading original oneSven Gothel2011-09-251-1/+8
* JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' and 'at...Sven Gothel2011-09-241-1/+38
* NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ...Sven Gothel2011-09-242-4/+17
* Better DEBUG outputSven Gothel2011-09-233-60/+62
* Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr...Sven Gothel2011-09-233-8/+32
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-234-5/+9
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-235-59/+158
* test scriptSven Gothel2011-09-221-4/+5
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-227-97/+67
* JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARsSven Gothel2011-09-223-9/+71
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-2110-152/+104
* LICENSE.txt: Removed 'may be used'. Added Emphasized multiple licensesSven Gothel2011-09-211-12/+5
* Temp Cache: More control over the lifecycle, explicit TempJarCache initializa...Sven Gothel2011-09-204-29/+111
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-206-18/+12
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-194-0/+1269
* Enhancement/GenericStyle:Sven Gothel2011-09-196-51/+234
* NativeLibLoader: Handle case where prev. Applet used JNLPAppletLauncher, sett...v2.0-rc3Sven Gothel2011-09-161-20/+34
* IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ;...Sven Gothel2011-09-141-19/+67
* ant target base.compile w/o tampering artifacts.propertiesSven Gothel2011-09-141-7/+8
* New FHS: jar in jars/Sven Gothel2011-09-111-15/+15
* Fix PCPP/DumpCPP: Avoid NPE ; More descriptive exception in case of non integ...Sven Gothel2011-09-032-3/+3
* DynamicLibraryBundle*: Use generics for better spec / Drop Iterator in favor ...Sven Gothel2011-08-312-34/+26
* Add [my] setenv-build-jogl scripts to make/scripts allowing them to be used [...Sven Gothel2011-08-304-5/+69
* ArrayHashSet: Add Java Generics SyntaxSven Gothel2011-08-242-47/+40
* Fix Bug 510 w/ Wade Walker's proposal. However, the EGL global lookup setting...Sven Gothel2011-08-221-2/+6
* CachedBufferFactory: Cosmetic changes - comments, -1 -> 0Sven Gothel2011-08-091-2/+11
* DynamicLibraryBundleInfo: Allow impl. to select tool/system lookupSven Gothel2011-08-092-8/+34
* Android: Extract static context holderSven Gothel2011-08-063-11/+50
* aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true if la...Sven Gothel2011-08-052-4/+27
* crosstest rsync, drop src zipSven Gothel2011-08-055-7/+7
* crosstest: exclude .git as wellSven Gothel2011-08-055-6/+6
* crosstest: add rsync excludesSven Gothel2011-08-055-6/+28
* aapt.signed: add androidresources.path argument ; sdk >= 9 ; test uses-librar...Sven Gothel2011-08-056-11/+17
* Add define '__X11__', is isX11 ; Android attach system include folders via -i...Sven Gothel2011-08-043-4/+23
* Add android src zip, better license info; Dropped SDK 8 for nowSven Gothel2011-08-036-196/+33
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-0312-96/+54