summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-1614-39/+37
* Fix generics ..Sven Gothel2012-04-141-12/+10
* Buffers: Add generic slice2Float(..) method from JOGL's ProjectFloat/FloatUtilSven Gothel2012-04-092-5/+46
* ActivityLauncher/LauncherUtil: Clear properties 'onDestroy()'Sven Gothel2012-04-093-12/+29
* IOUtil: Add fail-safe getFileOutputStream(..) (inspired by pngj helper class)Sven Gothel2012-04-071-0/+36
* Fix IOUtil: Handle all '../' and './' cases by reducing the path.Sven Gothel2012-04-022-26/+46
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-283-36/+98
* 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-267-5/+117
* RunnableExecutor: Add (c) headerSven Gothel2012-03-261-0/+27
* DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th...Sven Gothel2012-03-263-2/+31
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-224-92/+86
* Minor edits: Fix API doc / Remove Thread.dumpStack()Sven Gothel2012-03-222-3/+1
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-1717-181/+863
* Android: New ActivityLauncher (jogamp.android-launcher.apk)Sven Gothel2012-03-145-0/+1284
* PropertyAccess: Push down 'isPropertyDefined(final String property, final boo...Sven Gothel2012-03-133-6/+6
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-1311-142/+271
* Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat...Sven Gothel2012-03-137-89/+170
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-102-2/+26
* TempJarCache: Check for NULL jarURL and reuse contains queriesSven Gothel2012-03-071-6/+15
* Fix NIO Buffers<T> .put<Type1>(<Type2>) - Add appropriate source -> destinati...Sven Gothel2012-03-051-0/+25
* ProcAddressEmitter: Even use this emitter for manual impl. methods, which all...Sven Gothel2012-02-231-18/+19
* Fix ARM gluegen-rt-natives-linux-"amdv7, amdv5".jar name lookup typo.Xerxes RĂ„nby2012-02-181-4/+4
* Add more debug/analisys information. Throw exception when attempting to overr...Sven Gothel2012-02-152-6/+34
* Don't ignore GlueGen.debug() in static DEBUG flags; Add JavaConfiguration.DEB...Sven Gothel2012-02-151-3/+18
* Platform: Add Java VersionNumberSven Gothel2012-02-131-2/+11
* DynamicLibraryBundle (enhancement)Sven Gothel2012-02-127-49/+53
* Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue...Sven Gothel2012-01-053-32/+65
* Fix JAR cache to allow running from class filesWade Walker2011-12-291-1/+17
* Fix regression of commit b669435d277a10e6163034aba286ecccce013f69, which remo...Sven Gothel2011-12-181-7/+14
* JNILibLoaderBaser.addNativeJarLibs(..): Catch all Exception (also IllegalArgu...Sven Gothel2011-12-181-7/+11
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-181-7/+16
* GlueGen: Expose public static debug()Sven Gothel2011-12-181-7/+6
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-113-1/+357
* Cleanup Lock Package: API doc, complete throws declaration, interface Recursi...Sven Gothel2011-12-116-46/+97
* NativeLibrary DEBUG: stack trace @ close()Sven Gothel2011-12-011-0/+1
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-013-44/+63
* JVMUtil: Remove Platform dependency - It's being called by Platform and is pr...Sven Gothel2011-12-011-6/+3
* Minor edits / Put gluegen-rt 'libBaseName' static.Sven Gothel2011-12-011-10/+10
* DynamicLibraryBundle/NativeLibrary: Add destroy() to bundle, causing unloadin...Sven Gothel2011-12-012-11/+42
* Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance.Sven Gothel2011-12-013-33/+88
* Fix regression (#2) of commit 04391a3f417e10e1b6dafbd8becc63659af633c30 (remo...Sven Gothel2011-11-291-1/+1
* Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus)Sven Gothel2011-11-293-134/+211
* Fix regresseion of commit 04391a3f417e10e1b6dafbd8becc63659af633c3 (forced pe...Sven Gothel2011-11-291-1/+1
* JarUtil (Fix Bug 522): Handle case where given URL doesn't contain any '/' (e...Sven Gothel2011-11-291-5/+11
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-295-49/+228
* Move TRACE_LOCK from RecursiveLock -> LockSven Gothel2011-11-262-9/+4
* ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustnessSven Gothel2011-11-241-3/+11
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-222-10/+74
* Platform: Add 'getCurrentSleepJitter()'Sven Gothel2011-11-081-1/+26