| Commit message (Expand) | Author | Age | Files | Lines |
* | Version Semantics Test: Bump for 2.3.2 -> 2.4.x | Sven Gothel | 2015-10-12 | 1 | -2/+2 |
* | Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri... | Sven Gothel | 2015-10-03 | 1 | -3/+3 |
* | Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug options | Sven Gothel | 2015-09-21 | 1 | -1/+2 |
* | Bug 1219: Sporadic failure to determine 'executable temp base directory' on W... | Sven Gothel | 2015-09-19 | 1 | -3/+3 |
* | Bug 1213: Refine changes .. comments and API | Sven Gothel | 2015-09-15 | 1 | -3/+3 |
* | Bug 1145, Bug 1172: Add performance counter for native-jar lookup: Property '... | Sven Gothel | 2015-08-18 | 1 | -3/+4 |
* | Bug 1172: TempJarCache: Only copy native library files from 'natives/os.and.a... | Sven Gothel | 2015-08-18 | 1 | -3/+3 |
* | Bug 1194: Reinstate system-lib search for NativeLibrary.open(..) and Platform... | Sven Gothel | 2015-08-18 | 1 | -2/+2 |
* | Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and... | Sven Gothel | 2015-08-02 | 1 | -1/+2 |
* | Bug 1180 BuffersTest: Refine test case a bit, add static main for standalone ... | Sven Gothel | 2015-07-24 | 1 | -1/+2 |
* | Bump semantic-versioning (0.9.33 + jogamp fixes) | Sven Gothel | 2015-04-03 | 1 | -2/+2 |
* | Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and ArrayHas... | Sven Gothel | 2015-04-01 | 1 | -2/+3 |
* | TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and v230 ...v2.3.1 | Sven Gothel | 2015-03-27 | 1 | -2/+2 |
* | Bug 1149 - Fix JCPP test case IncludeAbsoluteTest | Sven Gothel | 2015-03-25 | 1 | -2/+2 |
* | Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in regexp-cons... | Sven Gothel | 2015-03-25 | 1 | -2/+2 |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ... | Sven Gothel | 2015-03-24 | 1 | -8/+19 |
* | Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin... | Sven Gothel | 2015-03-11 | 1 | -2/+2 |
* | TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to redu... | Sven Gothel | 2015-03-06 | 1 | -2/+2 |
* | Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ Typesafety | Sven Gothel | 2015-03-05 | 1 | -1/+2 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 1 | -2/+2 |
* | Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' Stateless | Sven Gothel | 2015-02-01 | 1 | -2/+2 |
* | test scripts: Bump JRE, add TEMP/TMP settings | Sven Gothel | 2014-12-12 | 1 | -1/+1 |
* | Bug 1108 - IOUtil.getTempDir(..): Difficulties to determine executable access... | Sven Gothel | 2014-12-11 | 1 | -8/+6 |
* | Bug 1106 - Bitstream: Simplify 'msbFirst' case for bulk operations / Add sett... | Sven Gothel | 2014-12-03 | 1 | -7/+9 |
* | MappedByteBuffer*Stream: | Sven Gothel | 2014-10-03 | 1 | -2/+2 |
* | Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ... | Sven Gothel | 2014-09-29 | 1 | -1/+2 |
* | Bug 1080 - Add write support for memory mapped big file I/O via specialized O... | Sven Gothel | 2014-09-26 | 1 | -2/+3 |
* | Bug 1080 - Add read support for memory mapped big file I/O via specialized In... | Sven Gothel | 2014-09-25 | 1 | -2/+4 |
* | Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ... | Sven Gothel | 2014-09-10 | 1 | -2/+3 |
* | Bug 1063: Further Uri completion - As a result of JOGL Uri adoption | Sven Gothel | 2014-09-08 | 1 | -2/+2 |
* | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 1 | -1/+2 |
* | Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ... | Sven Gothel | 2014-09-07 | 1 | -2/+2 |
* | Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha... | Sven Gothel | 2014-09-07 | 1 | -2/+2 |
* | Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe... | Sven Gothel | 2014-09-07 | 1 | -3/+4 |
* | Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u... | Sven Gothel | 2014-09-07 | 1 | -3/+4 |
* | TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0 | Sven Gothel | 2014-08-28 | 1 | -2/+2 |
* | Bug 1015: Test executable permission on Windows via bat file (temp dir, like ... | Sven Gothel | 2014-08-28 | 1 | -3/+3 |
* | IntIntHashMap: Reduce temp. ArrayList<Entry> instances in clone | Sven Gothel | 2014-08-16 | 1 | -2/+2 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -1/+3 |
* | GlueGen: Add support for 'compound call-by-value', i.e. passing and returning... | Sven Gothel | 2014-06-17 | 1 | -2/+2 |
* | Unit Test: Modularize Semantic Version Test / Fix 'excludes' | Sven Gothel | 2014-05-13 | 1 | -2/+2 |
* | Unit Test: Added Semantic Version Test (Current version agains v2.1.5) | Sven Gothel | 2014-05-13 | 1 | -4/+4 |
* | Bug 923: Remove dependency of CStruct annotation processor _generation_ and g... | Sven Gothel | 2014-05-11 | 1 | -1/+2 |
* | build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ... | Sven Gothel | 2014-05-09 | 1 | -15/+16 |
* | Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(... | Sven Gothel | 2014-02-21 | 1 | -4/+4 |
* | Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con... | Sven Gothel | 2014-02-21 | 1 | -2/+2 |
* | Bug 890: Adding versatile Bitstream implementation | Sven Gothel | 2014-02-20 | 1 | -3/+9 |
* | Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes... | Sven Gothel | 2014-01-24 | 1 | -4/+4 |
* | Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver... | Sven Gothel | 2014-01-22 | 1 | -3/+3 |
* | Bug 944 - Platform doesn't parse early-access java-version string properly (J... | Sven Gothel | 2014-01-14 | 1 | -2/+2 |