summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ...Sven Gothel2013-03-181-1/+1
* Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi...Sven Gothel2013-02-282-9/+10
* Make JarUtil work with custom classloadersWade Walker2013-02-111-0/+77
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-091-11/+45
* TestElfReader01.testGNULinuxSelfExe: Restrict to LINUXSven Gothel2013-02-081-1/+4
* Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to...Sven Gothel2013-02-081-20/+2
* Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting...Sven Gothel2013-02-082-5/+124
* PrimitiveStack: Add 'void position(int)' to set new position. Add test case w...Sven Gothel2012-12-311-21/+57
* Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si...Sven Gothel2012-12-301-0/+266
* Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i...Sven Gothel2012-10-241-0/+102
* Buffers: Add normalized put methods, i.e. incl. value range conversion; New u...Sven Gothel2012-10-171-0/+137
* TestSingletonServerSocket01: unlock singleton lockSven Gothel2012-10-041-0/+2
* SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts.Sven Gothel2012-09-211-0/+72
* SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...Sven Gothel2012-09-212-0/+160
* Lock Cleanup (API Change)Sven Gothel2012-06-272-8/+0
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-262-4/+4
* Use ClassLoader to find JNI native libraries. ClassLoader was only used for t...Sven Gothel2012-05-041-2/+2
* Fix IOUtil: Handle all '../' and './' cases by reducing the path.Sven Gothel2012-04-024-6/+33
* Dump Envs: Suppress COOKIE, SSH and GPG env varsSven Gothel2012-03-281-4/+19
* Test: Add dump of environment varsSven Gothel2012-03-281-4/+17
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-282-4/+63
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-224-17/+38
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-175-15/+267
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-4/+22
* Don't build and use gluegen.apk (compile time only) ; Don't test classloader ...Sven Gothel2012-03-072-7/+30
* android test: Specify 'java.io.tempdir' and add TestJarsInJar.apk / Disable m...Sven Gothel2012-03-072-6/+26
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-183-3/+33
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-111-0/+327
* TestTracer -> JunitTracerv2.0-rc4Sven Gothel2011-12-0216-31/+31
* Fix Test1p2ProcAddressEmitter (static var); Add TestTracerSven Gothel2011-12-0217-16/+114
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-012-6/+6
* Test: Add unload of libraries as last test.Sven Gothel2011-12-011-5/+11
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-292-5/+174
* 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-221-0/+100
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-272-0/+26
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-063-7/+58
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-271-77/+385
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-231-3/+18
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-211-2/+2
* Temp Cache: More control over the lifecycle, explicit TempJarCache initializa...Sven Gothel2011-09-201-2/+26
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-191-0/+218
* ArrayHashSet: Add Java Generics SyntaxSven Gothel2011-08-241-10/+6
* Cross JUnit Tests - All Passed: Android+Linux armv7Sven Gothel2011-07-251-10/+8
* Cleaned up android build ; Cross junit/java android test/script; Fix Test1p2P...Sven Gothel2011-07-241-3/+3
* fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedu...Sven Gothel2011-07-235-8/+8
* Fix TestStructAccessorEndianSven Gothel2011-07-211-3/+10
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-214-33/+188
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-205-8/+8
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-181-0/+7