summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-184-10/+49
* GlueGen: Expose public static debug()Sven Gothel2011-12-181-7/+6
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-114-1/+684
* Cleanup Lock Package: API doc, complete throws declaration, interface Recursi...Sven Gothel2011-12-116-46/+97
* TestTracer -> JunitTracerv2.0-rc4Sven Gothel2011-12-0216-31/+31
* Fix Test1p2ProcAddressEmitter (static var); Add TestTracerSven Gothel2011-12-0217-16/+114
* 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-015-50/+69
* Test: Add unload of libraries as last test.Sven Gothel2011-12-011-5/+11
* 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-297-54/+402
* Move TRACE_LOCK from RecursiveLock -> LockSven Gothel2011-11-262-9/+4
* ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustnessSven Gothel2011-11-241-3/+11
* Add assertion to RunnableTask test case (forgot in commit: 43b7675259eb76c570...Sven Gothel2011-11-221-1/+4
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-223-10/+174
* Platform: Add 'getCurrentSleepJitter()'Sven Gothel2011-11-081-1/+26
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-273-20/+47
* Platform: Add OS_VERSION_NUMBER / getOSVersionNumber()Sven Gothel2011-10-261-1/+10
* Update documentation (size/alignment) for MacOSX-32bit-gcc4 0bafac07b61f10c1a...Sven Gothel2011-10-241-1/+2
* MachineDescriptor Static: Add Mac-OsX 32bit gcc4 special case with sizeof(lon...Sven Gothel2011-10-242-1/+9
* Add some warning supression tagsSven Gothel2011-10-071-0/+5
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-066-31/+104
* 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-301-2/+26
* 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
* Don't default to USE_TEMP_JAR_CACHE:=true on AndroidSven Gothel2011-09-281-2/+3
* 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