| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1194: NativeLibrary: Remove dangerous search paths using the JRE extensio... | Xerxes Rånby | 2015-08-12 | 1 | -1/+1 |
* | Bitfield Unit Test: Add 3bit test-data; Add testing 'untouched' other bits of... | Sven Gothel | 2015-08-07 | 1 | -7/+54 |
* | Fix Bitfield.put(..): Return previous value | Sven Gothel | 2015-08-02 | 1 | -2/+6 |
* | Test Bitfield: Validate Bitfield.copy(..) return value | Sven Gothel | 2015-08-02 | 1 | -1/+2 |
* | Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and... | Sven Gothel | 2015-08-02 | 1 | -0/+379 |
* | Bitfield: Reuse [BitstreamData -> BitDemoData] for unit tests | Sven Gothel | 2015-08-02 | 6 | -6/+67 |
* | Bug 1180: Refine BuffersTest: Add assertion for remaining() | Sven Gothel | 2015-07-24 | 1 | -0/+7 |
* | Bug 1180 BuffersTest: Refine test case a bit, add static main for standalone ... | Sven Gothel | 2015-07-24 | 1 | -27/+32 |
* | BUG1180 BuffersTest: Verify positionLimitCapacityAfterArrayAllocation | Xerxes Rånby | 2015-07-24 | 1 | -0/+57 |
* | Bump semver to 0.9.33 w/ our patch for CompatibilityType.BACKWARD_COMPATIBLE_... | Sven Gothel | 2015-04-03 | 1 | -3/+3 |
* | Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and ArrayHas... | Sven Gothel | 2015-04-01 | 2 | -24/+285 |
* | TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and v230 ...v2.3.1 | Sven Gothel | 2015-03-27 | 1 | -8/+33 |
* | TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to redu... | Sven Gothel | 2015-03-06 | 3 | -10/+60 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 4 | -8/+8 |
* | Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' Stateless | Sven Gothel | 2015-02-01 | 3 | -26/+50 |
* | Bug 1106 - Bitstream: Simplify 'msbFirst' case for bulk operations / Add sett... | Sven Gothel | 2014-12-03 | 5 | -97/+254 |
* | SingletonJunitCase: Increase TO 12 -> 15 mins, only sleep for 1 poll period (... | Sven Gothel | 2014-10-04 | 1 | -3/+0 |
* | SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ... | Sven Gothel | 2014-10-03 | 41 | -115/+96 |
* | SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ... | Sven Gothel | 2014-10-03 | 38 | -76/+76 |
* | TestByteBufferInputStream: Reduce FLUSH_SOFT load | Sven Gothel | 2014-10-03 | 1 | -6/+6 |
* | TestByteBufferCopyStream, TestByteBufferInputStream: Reduce load and test time | Sven Gothel | 2014-10-03 | 2 | -22/+25 |
* | MappedByteBuffer*Stream: | Sven Gothel | 2014-10-03 | 3 | -189/+251 |
* | Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ... | Sven Gothel | 2014-09-29 | 3 | -14/+191 |
* | Bug 1080 - Add write support for memory mapped big file I/O via specialized O... | Sven Gothel | 2014-09-26 | 2 | -1/+276 |
* | Bug 1080 - Fix TestByteBufferInputStream: Handle OutOfMemoryError cause in IO... | Sven Gothel | 2014-09-26 | 1 | -26/+43 |
* | Bug 1080 - Add read support for memory mapped big file I/O via specialized In... | Sven Gothel | 2014-09-25 | 1 | -0/+334 |
* | Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ... | Sven Gothel | 2014-09-10 | 2 | -24/+148 |
* | Bug 1063: Further Uri completion - As a result of JOGL Uri adoption | Sven Gothel | 2014-09-08 | 1 | -11/+10 |
* | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 6 | -289/+338 |
* | Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ... | Sven Gothel | 2014-09-07 | 2 | -52/+31 |
* | Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha... | Sven Gothel | 2014-09-07 | 1 | -15/+14 |
* | Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe... | Sven Gothel | 2014-09-07 | 10 | -100/+497 |
* | Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u... | Sven Gothel | 2014-09-07 | 4 | -199/+333 |
* | TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0 | Sven Gothel | 2014-08-28 | 1 | -2/+3 |
* | IntIntHashMap: Reduce temp. ArrayList<Entry> instances in clone | Sven Gothel | 2014-08-16 | 3 | -3/+9 |
* | Merge remote-tracking branch 'github-mark/master' (Bug 1023, Bug 1024) | Sven Gothel | 2014-07-05 | 1 | -15/+0 |
|\ |
|
| * | Remove unused addNativeJarLibs() method; the only consumer was a unit test | Mark Raynsford | 2014-06-26 | 1 | -15/+0 |
* | | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 48 | -1057/+1057 |
* | | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
|/ |
|
* | TestVersionSemantics: No more expecting BACKWARD_COMPATIBLE* (Due to bumping ... | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021 (sgothel/jogamp b... | Sven Gothel | 2014-05-13 | 1 | -2/+1 |
* | Unit Test: Modularize Semantic Version Test / Fix 'excludes' | Sven Gothel | 2014-05-13 | 1 | -73/+25 |
* | Unit Test: Added Semantic Version Test (Current version agains v2.1.5) | Sven Gothel | 2014-05-13 | 1 | -0/+149 |
* | Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(... | Sven Gothel | 2014-02-21 | 5 | -44/+61 |
* | Bitstream: Refine c70c730b22c847668cf475dc6f841b85297ac3ab: 'toUint32Long' ->... | Sven Gothel | 2014-02-21 | 2 | -4/+4 |
* | Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con... | Sven Gothel | 2014-02-21 | 2 | -3/+28 |
* | Bug 890: Adding versatile Bitstream implementation | Sven Gothel | 2014-02-20 | 6 | -0/+1021 |
* | Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver... | Sven Gothel | 2014-01-22 | 1 | -13/+26 |
* | IOUtil.encodeToURI(): Only use method if required | Sven Gothel | 2013-11-28 | 1 | -0/+110 |
* | IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti... | Sven Gothel | 2013-11-28 | 1 | -16/+168 |