summaryrefslogtreecommitdiffstats
path: root/make/scripts/runtest.sh
Commit message (Expand)AuthorAgeFilesLines
* TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and v230 ...v2.3.1Sven Gothel2015-03-271-2/+2
* Bug 1149 - Fix JCPP test case IncludeAbsoluteTestSven Gothel2015-03-251-2/+2
* Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in regexp-cons...Sven Gothel2015-03-251-2/+2
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ...Sven Gothel2015-03-241-8/+19
* Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin...Sven Gothel2015-03-111-2/+2
* TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to redu...Sven Gothel2015-03-061-2/+2
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-051-1/+2
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-021-2/+2
* Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' StatelessSven Gothel2015-02-011-2/+2
* test scripts: Bump JRE, add TEMP/TMP settingsSven Gothel2014-12-121-1/+1
* Bug 1108 - IOUtil.getTempDir(..): Difficulties to determine executable access...Sven Gothel2014-12-111-8/+6
* Bug 1106 - Bitstream: Simplify 'msbFirst' case for bulk operations / Add sett...Sven Gothel2014-12-031-7/+9
* MappedByteBuffer*Stream:Sven Gothel2014-10-031-2/+2
* Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ...Sven Gothel2014-09-291-1/+2
* Bug 1080 - Add write support for memory mapped big file I/O via specialized O...Sven Gothel2014-09-261-2/+3
* Bug 1080 - Add read support for memory mapped big file I/O via specialized In...Sven Gothel2014-09-251-2/+4
* Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ...Sven Gothel2014-09-101-2/+3
* Bug 1063: Further Uri completion - As a result of JOGL Uri adoptionSven Gothel2014-09-081-2/+2
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-081-1/+2
* Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ...Sven Gothel2014-09-071-2/+2
* Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha...Sven Gothel2014-09-071-2/+2
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-071-3/+4
* Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u...Sven Gothel2014-09-071-3/+4
* TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0Sven Gothel2014-08-281-2/+2
* Bug 1015: Test executable permission on Windows via bat file (temp dir, like ...Sven Gothel2014-08-281-3/+3
* IntIntHashMap: Reduce temp. ArrayList<Entry> instances in cloneSven Gothel2014-08-161-2/+2
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-1/+3
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-171-2/+2
* Unit Test: Modularize Semantic Version Test / Fix 'excludes'Sven Gothel2014-05-131-2/+2
* Unit Test: Added Semantic Version Test (Current version agains v2.1.5)Sven Gothel2014-05-131-4/+4
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-111-1/+2
* build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ...Sven Gothel2014-05-091-15/+16
* Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(...Sven Gothel2014-02-211-4/+4
* Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con...Sven Gothel2014-02-211-2/+2
* Bug 890: Adding versatile Bitstream implementationSven Gothel2014-02-201-3/+9
* Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes...Sven Gothel2014-01-241-4/+4
* Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver...Sven Gothel2014-01-221-3/+3
* Bug 944 - Platform doesn't parse early-access java-version string properly (J...Sven Gothel2014-01-141-2/+2
* IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti...Sven Gothel2013-11-281-2/+3
* TempJarCache: Make 'initialization' query/flag thread safe, i.e. synchronize ...Sven Gothel2013-10-241-3/+3
* Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net...Sven Gothel2013-10-181-3/+6
* Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ...Sven Gothel2013-09-221-2/+2
* Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses '@FixMe...Sven Gothel2013-08-311-2/+2
* Add URIQueryProps: Simple tool to process URI queries as propertiesSven Gothel2013-08-281-3/+3
* *Ringbuffer: Remove Ringbuffer<T>.AllocEmptyArray interface to favor a more s...Sven Gothel2013-08-241-1/+1
* Add Ringbuffer interface an 2 implementations, synchronized (locking) SyncedR...Sven Gothel2013-08-221-9/+12
* Release 2.0.2Sven Gothel2013-07-191-2/+2
* scripts runtests ..Sven Gothel2013-06-211-3/+3
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ...Sven Gothel2013-06-201-2/+2
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-9/+11