| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti... | Sven Gothel | 2013-11-28 | 1 | -2/+3 |
* | TempJarCache: Make 'initialization' query/flag thread safe, i.e. synchronize ... | Sven Gothel | 2013-10-24 | 1 | -3/+3 |
* | Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net... | Sven Gothel | 2013-10-18 | 1 | -3/+6 |
* | Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether JVM ... | Sven Gothel | 2013-09-22 | 1 | -2/+2 |
* | Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses '@FixMe... | Sven Gothel | 2013-08-31 | 1 | -2/+2 |
* | Add URIQueryProps: Simple tool to process URI queries as properties | Sven Gothel | 2013-08-28 | 1 | -3/+3 |
* | *Ringbuffer: Remove Ringbuffer<T>.AllocEmptyArray interface to favor a more s... | Sven Gothel | 2013-08-24 | 1 | -1/+1 |
* | Add Ringbuffer interface an 2 implementations, synchronized (locking) SyncedR... | Sven Gothel | 2013-08-22 | 1 | -9/+12 |
* | Release 2.0.2 | Sven Gothel | 2013-07-19 | 1 | -2/+2 |
* | scripts runtests .. | Sven Gothel | 2013-06-21 | 1 | -3/+3 |
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ... | Sven Gothel | 2013-06-20 | 1 | -2/+2 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 1 | -9/+11 |
* | GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'... | Sven Gothel | 2013-06-14 | 1 | -1/+2 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 1 | -1/+2 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 1 | -2/+2 |
* | Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp... | Sven Gothel | 2013-05-31 | 1 | -3/+3 |
* | Modify linux-arm scripts for new toolchain (crosstools-ng) ; gluegen-cpptasks... | Sven Gothel | 2013-04-23 | 1 | -3/+3 |
* | Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ... | Sven Gothel | 2013-04-13 | 1 | -2/+2 |
* | Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M... | Sven Gothel | 2013-03-28 | 1 | -2/+2 |
* | Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe... | Sven Gothel | 2013-03-20 | 1 | -2/+2 |
* | Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H... | Sven Gothel | 2013-03-12 | 1 | -3/+3 |
* | Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi... | Sven Gothel | 2013-02-28 | 1 | -2/+2 |
* | Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /... | Sven Gothel | 2013-02-09 | 1 | -2/+4 |
* | Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to... | Sven Gothel | 2013-02-08 | 1 | -2/+3 |
* | Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting... | Sven Gothel | 2013-02-08 | 1 | -2/+4 |
* | GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement | Sven Gothel | 2013-01-30 | 1 | -3/+5 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 1 | -1/+1 |
* | test script | Sven Gothel | 2013-01-18 | 1 | -2/+2 |