summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/util
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unit test class names (pt2): Try to start w/ 'Test', remove intermedi...Sven Gothel2023-08-053-6/+6
* Cleanup unit test class names: Try to start w/ 'Test', remove intermediate 'T...Sven Gothel2023-08-053-0/+0
* IOUtil.copyStreamChunk2ByteBuffer(..): Added new method to copy a chunk (segm...Sven Gothel2023-05-041-0/+112
* Clock: Use Clock.currentNanos() instead of System.nanoTime()Sven Gothel2023-03-073-26/+34
* TestRecursiveLock01, TestRecursiveThreadGroupLock01: 'yield()' -> 'yield_thre...Sven Gothel2023-01-152-6/+6
* TestIteratorIndexCORE: Fix template usageSven Gothel2023-01-151-11/+11
* Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename g...Sven Gothel2019-08-181-1/+1
* Bug 1369: SCC: Hide SHA Algorithm bit size in literals of SpecificationSven Gothel2019-04-031-6/+6
* Bug 1367: TempJarCache: Fix Unit Test using ReflectionsSven Gothel2019-04-031-4/+4
* Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r...Sven Gothel2019-04-031-1/+21
* Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ...Sven Gothel2019-04-032-12/+12
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-301-3/+4
* Version Semantics Test: Bump for 2.3.2 -> 2.4.xSven Gothel2015-10-121-4/+9
* Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...Sven Gothel2015-10-031-3/+85
* Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c...Sven Gothel2015-10-031-4/+4
* Bug 1231: Usability of CustomCompress API incl zip-level; Replace test-exe de...Sven Gothel2015-09-241-1/+1
* Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test...Sven Gothel2015-09-242-0/+183
* Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug optionsSven Gothel2015-09-211-1/+1
* Bug 1213: Use InterruptSource.ThreadSven Gothel2015-09-154-11/+14
* Bug 1213: Refine changes .. comments and APISven Gothel2015-09-152-2/+4
* Bitfield Unit Test: Add 3bit test-data; Add testing 'untouched' other bits of...Sven Gothel2015-08-071-7/+54
* Fix Bitfield.put(..): Return previous valueSven Gothel2015-08-021-2/+6
* Test Bitfield: Validate Bitfield.copy(..) return valueSven Gothel2015-08-021-1/+2
* Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and...Sven Gothel2015-08-021-0/+379
* Bitfield: Reuse [BitstreamData -> BitDemoData] for unit testsSven Gothel2015-08-026-6/+67
* Bump semver to 0.9.33 w/ our patch for CompatibilityType.BACKWARD_COMPATIBLE_...Sven Gothel2015-04-031-3/+3
* Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and ArrayHas...Sven Gothel2015-04-012-24/+285
* TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and v230 ...v2.3.1Sven Gothel2015-03-271-8/+33
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-022-5/+5
* Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' StatelessSven Gothel2015-02-012-2/+2
* 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-041-3/+0
* SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ...Sven Gothel2014-10-0325-83/+64
* SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ...Sven Gothel2014-10-0322-44/+44
* MappedByteBuffer*Stream:Sven Gothel2014-10-031-12/+25
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-082-22/+47
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-074-489/+2
* Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u...Sven Gothel2014-09-072-176/+144
* 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-0336-840/+836
|/
* TestVersionSemantics: No more expecting BACKWARD_COMPATIBLE* (Due to bumping ...Sven Gothel2014-06-171-1/+1
* Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021 (sgothel/jogamp b...Sven Gothel2014-05-131-2/+1
* Unit Test: Modularize Semantic Version Test / Fix 'excludes'Sven Gothel2014-05-131-73/+25
* Unit Test: Added Semantic Version Test (Current version agains v2.1.5)Sven Gothel2014-05-131-0/+149
* 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