summaryrefslogtreecommitdiffstats
path: root/make/scripts/runtest.sh
Commit message (Expand)AuthorAgeFilesLines
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-141-1/+2
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-111-1/+2
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-2/+2
* Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp...Sven Gothel2013-05-311-3/+3
* Modify linux-arm scripts for new toolchain (crosstools-ng) ; gluegen-cpptasks...Sven Gothel2013-04-231-3/+3
* Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ...Sven Gothel2013-04-131-2/+2
* Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M...Sven Gothel2013-03-281-2/+2
* Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe...Sven Gothel2013-03-201-2/+2
* Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H...Sven Gothel2013-03-121-3/+3
* Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi...Sven Gothel2013-02-281-2/+2
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-091-2/+4
* Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to...Sven Gothel2013-02-081-2/+3
* Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting...Sven Gothel2013-02-081-2/+4
* GlueGen: NativeLibrary Fix, JNILibLoaderBase EnhancementSven Gothel2013-01-301-3/+5
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-191-1/+1
* test scriptSven Gothel2013-01-181-2/+2
* Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si...Sven Gothel2012-12-301-1/+3
* Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i...Sven Gothel2012-10-241-1/+2
* Buffers: Add normalized put methods, i.e. incl. value range conversion; New u...Sven Gothel2012-10-171-1/+2
* SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s...Sven Gothel2012-10-041-2/+1
* SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts.Sven Gothel2012-09-211-5/+5
* SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock...Sven Gothel2012-09-211-1/+3
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-181-3/+3
* Fix Bug 587: Use alternative storage location if platform's temp directory is...Sven Gothel2012-06-161-3/+4
* Fix IOUtil: Handle all '../' and './' cases by reducing the path.Sven Gothel2012-04-021-2/+2
* Test: Add dump of environment varsSven Gothel2012-03-281-2/+2
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-281-3/+6
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-221-3/+3
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-171-1/+17
* Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue...Sven Gothel2012-01-051-2/+3
* junit.run: Add 32bit tests for OSX (fat binaries)v2.0-rc5Sven Gothel2011-12-181-4/+5
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-181-2/+2
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-111-1/+2
* Fix Test1p2ProcAddressEmitter (static var); Add TestTracerSven Gothel2011-12-021-2/+2
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-011-2/+2
* Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar).Sven Gothel2011-11-291-4/+8
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-221-1/+2
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-271-3/+3
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-061-2/+3
* IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API docSven Gothel2011-09-301-3/+3
* minor: test/build scriptsSven Gothel2011-09-271-3/+6
* Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr...Sven Gothel2011-09-231-0/+3
* test scriptSven Gothel2011-09-221-4/+5
* Enhancement/GenericStyle:Sven Gothel2011-09-191-2/+5
* Fix TestStructAccessorEndianSven Gothel2011-07-211-2/+2
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-181-2/+2
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-2/+2
* Fix HastMapTests - Clone: Use unique random pairs: key,valueSven Gothel2011-06-261-1/+2
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-081-1/+3
* test / build scriptsSven Gothel2011-04-271-2/+5