| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1369: SCC: Hide SHA Algorithm bit size in literals of Specification | Sven Gothel | 2019-04-03 | 1 | -6/+6 |
* | Bug 1367: TempJarCache: Fix Unit Test using Reflections | Sven Gothel | 2019-04-03 | 1 | -4/+4 |
* | Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r... | Sven Gothel | 2019-04-03 | 1 | -1/+21 |
* | Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ... | Sven Gothel | 2019-04-03 | 2 | -12/+12 |
* | Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f... | Sven Gothel | 2019-03-30 | 1 | -3/+4 |
* | Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' a... | Sven Gothel | 2015-11-15 | 4 | -4/+4 |
* | Version Semantics Test: Bump for 2.3.2 -> 2.4.x | Sven Gothel | 2015-10-12 | 1 | -4/+9 |
* | Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri... | Sven Gothel | 2015-10-03 | 2 | -5/+115 |
* | Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c... | Sven Gothel | 2015-10-03 | 2 | -5/+5 |
* | Bug 1231: Usability of CustomCompress API incl zip-level; Replace test-exe de... | Sven Gothel | 2015-09-24 | 1 | -1/+1 |
* | Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test... | Sven Gothel | 2015-09-24 | 2 | -0/+183 |
* | Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug options | Sven Gothel | 2015-09-21 | 1 | -1/+1 |
* | Bug 1213: Use InterruptSource.Thread | Sven Gothel | 2015-09-15 | 4 | -11/+14 |
* | Bug 1213: Refine changes .. comments and API | Sven Gothel | 2015-09-15 | 2 | -2/+4 |
* | SingletonJunitCase: Allow explicit disabling singletonLock to allow manual te... | Sven Gothel | 2015-09-05 | 1 | -14/+26 |
* | Bug 1194: Reinstate system-lib search for NativeLibrary.open(..) and Platform... | Sven Gothel | 2015-08-18 | 1 | -1/+1 |
* | 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 | 2 | -3/+4 |
* | Bump semantic-versioning (0.9.33 + jogamp fixes) | Sven Gothel | 2015-04-03 | 1 | -7/+8 |
* | Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja... | Sven Gothel | 2015-04-01 | 5 | -68/+266 |
* | 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 |
* | Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in regexp-cons... | Sven Gothel | 2015-03-25 | 2 | -2/+48 |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ... | Sven Gothel | 2015-03-24 | 2 | -0/+34 |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ... | Sven Gothel | 2015-03-23 | 3 | -2/+7 |
* | Bug 1144 - Fix commit bbea09816015ecf3596acdcc033553127fcc0ef3 (missing file)v2.3.0 | Sven Gothel | 2015-03-11 | 1 | -0/+7 |
* | Bug 1144 - Add 'DelegateImplementation', manually impl. may delegate to renam... | Sven Gothel | 2015-03-11 | 4 | -1/+18 |
* | Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in c-parser (Ex... | Sven Gothel | 2015-03-09 | 1 | -0/+1 |
* | Bug 1134 - Fix aliased typedef struct emission | Sven Gothel | 2015-03-09 | 4 | -24/+52 |
* | Bug 1134 - Handle Opaque fields in structs; Print struct field name in apidoc... | Sven Gothel | 2015-03-07 | 2 | -0/+5 |
* | Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenException | Sven Gothel | 2015-03-07 | 2 | -5/+5 |
* | TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to redu... | Sven Gothel | 2015-03-06 | 3 | -10/+60 |
* | Bug 1134 - Fix regression on OpenSolaris/gcc: Redefine in test1.h (test case) | Sven Gothel | 2015-03-06 | 1 | -1/+1 |
* | Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ Typesafety | Sven Gothel | 2015-03-05 | 5 | -18/+305 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 6 | -14/+14 |
* | 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 | 2 | -6/+3 |
* | SingletonJunitCase: Refine poll and release behavior | Sven Gothel | 2014-10-03 | 1 | -1/+5 |
* | SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ... | Sven Gothel | 2014-10-03 | 47 | -139/+124 |
* | SingletonTestCase: SINGLE_INSTANCE_LOCK_TO (timeout) 6 -> 12 minutes | Sven Gothel | 2014-10-03 | 1 | -2/+2 |
* | SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ... | Sven Gothel | 2014-10-03 | 45 | -92/+179 |