aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit
Commit message (Expand)AuthorAgeFilesLines
* Bug 1106 - Bitstream: Simplify 'msbFirst' case for bulk operations / Add sett...Sven Gothel2014-12-035-97/+254
* SingletonJunitCase: Increase TO 12 -> 15 mins, only sleep for 1 poll period (...Sven Gothel2014-10-042-6/+3
* SingletonJunitCase: Refine poll and release behaviorSven Gothel2014-10-031-1/+5
* SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ...Sven Gothel2014-10-0347-139/+124
* SingletonTestCase: SINGLE_INSTANCE_LOCK_TO (timeout) 6 -> 12 minutesSven Gothel2014-10-031-2/+2
* SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ...Sven Gothel2014-10-0345-92/+179
* TestByteBufferInputStream: Reduce FLUSH_SOFT loadSven Gothel2014-10-031-6/+6
* TestByteBufferCopyStream, TestByteBufferInputStream: Reduce load and test timeSven Gothel2014-10-032-22/+25
* MappedByteBuffer*Stream:Sven Gothel2014-10-033-189/+251
* Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ...Sven Gothel2014-09-293-14/+191
* Bug 1080 - Add write support for memory mapped big file I/O via specialized O...Sven Gothel2014-09-262-1/+276
* Bug 1080 - Fix TestByteBufferInputStream: Handle OutOfMemoryError cause in IO...Sven Gothel2014-09-261-26/+43
* Adapt unit tests to commit 1350823035597f784f9cf871aa487f896f3d1840: getTempD...Sven Gothel2014-09-262-0/+22
* Bug 1080 - Add read support for memory mapped big file I/O via specialized In...Sven Gothel2014-09-251-0/+334
* Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ...Sven Gothel2014-09-102-24/+148
* Bug 1063: Further Uri completion - As a result of JOGL Uri adoptionSven Gothel2014-09-081-11/+10
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-089-385/+435
* Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ...Sven Gothel2014-09-072-52/+31
* Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha...Sven Gothel2014-09-071-15/+14
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-0710-100/+497
* Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u...Sven Gothel2014-09-075-199/+445
* TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0Sven Gothel2014-08-281-2/+3
* IntIntHashMap: Reduce temp. ArrayList<Entry> instances in cloneSven Gothel2014-08-163-3/+9
* Merge remote-tracking branch 'github-mark/master' (Bug 1023, Bug 1024)Sven Gothel2014-07-051-15/+0
|\
| * Remove unused addNativeJarLibs() method; the only consumer was a unit testMark Raynsford2014-06-261-15/+0
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0360-1267/+1264
* | Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
|/
* Bug 1025 - GlueGen: Fix test case (gcc compiler regression due to redefined t...Sven Gothel2014-06-252-10/+0
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-256-10/+720
* GlueGen: Add support for compound-array in structs (accessors) ; Allow using ...Sven Gothel2014-06-194-21/+74
* Fix commit f4e753ff1f39be381307ffdb0fb6bb7a2d323eff: 'compound array call-by-...Sven Gothel2014-06-173-50/+121
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-173-0/+42
* TestVersionSemantics: No more expecting BACKWARD_COMPATIBLE* (Due to bumping ...Sven Gothel2014-06-171-1/+1
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-175-118/+235
* Bump semver to 9ec2e5329780214d317b026f7c0b086972a94a5c - Using Dumper.dumpFu...Sven Gothel2014-05-141-94/+5
* VersionSemanticsUtil: Produce diff stat per-class w/ diff-type-count and dump...Sven Gothel2014-05-141-5/+90
* Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021 (sgothel/jogamp b...Sven Gothel2014-05-132-9/+8
* Unit Test: Modularize Semantic Version Test / Fix 'excludes'Sven Gothel2014-05-132-73/+152
* Unit Test: Added Semantic Version Test (Current version agains v2.1.5)Sven Gothel2014-05-131-0/+149
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-115-13/+124
* build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ...Sven Gothel2014-05-091-0/+77
* Fix accidental tabs.Wade Walker2014-03-042-14/+14
* Remove warnings in emitted C code.Wade Walker2014-03-043-0/+41
* Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(...Sven Gothel2014-02-215-44/+61
* Bitstream: Refine c70c730b22c847668cf475dc6f841b85297ac3ab: 'toUint32Long' ->...Sven Gothel2014-02-212-4/+4
* Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con...Sven Gothel2014-02-212-3/+28
* Bug 890: Adding versatile Bitstream implementationSven Gothel2014-02-206-0/+1021
* Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver...Sven Gothel2014-01-221-13/+26
* IOUtil.encodeToURI(): Only use method if requiredSven Gothel2013-11-281-0/+110
* IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti...Sven Gothel2013-11-281-16/+168