| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1122: Add AArch64 support (Android, GNU/Linux and in general) | Sven Gothel | 2015-01-30 | 5 | -3/+258 |
* | Bug 1122 - Add Android API 21 jar file and source zip | Sven Gothel | 2015-01-30 | 5 | -0/+213 |
* | Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and NDK >... | Sven Gothel | 2015-01-28 | 4 | -105/+94 |
* | Bug 1108 - Fix difficulties to determine executable access permission on Wind... | Sven Gothel | 2014-12-13 | 1 | -0/+9 |
* | test scripts: Bump JRE, add TEMP/TMP settings | Sven Gothel | 2014-12-12 | 8 | -22/+36 |
* | Bug 1108 - IOUtil.getTempDir(..): Difficulties to determine executable access... | Sven Gothel | 2014-12-11 | 3 | -12/+10 |
* | Bug 1106 - Bitstream: Simplify 'msbFirst' case for bulk operations / Add sett... | Sven Gothel | 2014-12-03 | 1 | -7/+9 |
* | Make Scripts OSX: Remove -java7 script, add -java6 script (default uses java8) | Sven Gothel | 2014-10-03 | 2 | -4/+14 |
* | MappedByteBuffer*Stream: | Sven Gothel | 2014-10-03 | 2 | -4/+4 |
* | 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 | 3 | -4/+9 |
* | Bug 1080 - Add read support for memory mapped big file I/O via specialized In... | Sven Gothel | 2014-09-25 | 1 | -2/+4 |
* | Bump semver to 0.9.30-SNAPSHOT of jogamp branch, incl. commit 9cdb6bbf6d3248a... | Sven Gothel | 2014-09-24 | 4 | -8/+24 |
* | 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 |
* | Bump 2.3.0 | Sven Gothel | 2014-09-08 | 1 | -4/+4 |
* | Merge branch 'v2.3.0_branch' | Sven Gothel | 2014-09-08 | 3 | -9/+12 |
|\ |
|
| * | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 3 | -2/+4 |
| * | Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ... | Sven Gothel | 2014-09-07 | 2 | -4/+4 |
| * | 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 | 2 | -7/+8 |
* | | Bump to 2.2.1 releasev2.2.1 | Sven Gothel | 2014-09-08 | 1 | -2/+2 |
|/ |
|
* | Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u... | Sven Gothel | 2014-09-07 | 3 | -5/+9 |
* | Scripts: Bump to java 1.8.0_20 | Sven Gothel | 2014-08-31 | 2 | -4/+4 |
* | scripts: setenv-build-x86*: allow using a preset jre/jdk iff JAVA_HOME and J2... | Sven Gothel | 2014-08-28 | 2 | -12/+32 |
* | Semver: Bump to 0.9.27 | Sven Gothel | 2014-08-28 | 4 | -12/+12 |
* | TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0 | Sven Gothel | 2014-08-28 | 2 | -2/+2 |
* | Revert "gluegen: directly use git subcommands rather than sed over a temp file" | Sven Gothel | 2014-08-28 | 1 | -19/+13 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2014-08-28 | 1 | -13/+19 |
|\ |
|
| * | gluegen: directly use git subcommands rather than sed over a temp file | Harvey Harrison | 2014-08-15 | 1 | -13/+19 |
* | | scripts: favor java8 on 32bit like we do on 64bit | Sven Gothel | 2014-08-28 | 1 | -3/+13 |
* | | Bug 1015: Test executable permission on Windows via bat file (temp dir, like ... | Sven Gothel | 2014-08-28 | 3 | -5/+7 |
* | | Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4 | Sven Gothel | 2014-08-28 | 4 | -13/+13 |
* | | IntIntHashMap: Reduce temp. ArrayList<Entry> instances in clone | Sven Gothel | 2014-08-16 | 1 | -2/+2 |
|/ |
|
* | Bump to 2.2.1-rc | Sven Gothel | 2014-08-07 | 1 | -3/+3 |
* | Bump to 2.2.0v2.2.0 | Sven Gothel | 2014-08-06 | 1 | -2/+2 |
* | gluegen-cpptasks's compiler.cfg.linux.*: always "-include make/stub_includes/... | Sven Gothel | 2014-07-30 | 4 | -0/+14 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 4 | -12/+77 |
* | Bug 1023/Bug 1024: Create native jar files for different configurations due t... | Sven Gothel | 2014-07-10 | 1 | -1/+2 |
* | Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a... | Sven Gothel | 2014-06-25 | 5 | -6/+14 |
* | Bump cpptasks.jar to commit 9a66c005a3cd304c4b47abd9a287a60e3545b9da | Sven Gothel | 2014-06-18 | 1 | -0/+0 |
* | complete commit 33eb9484c4675423431521f2271e3e9d8d38f3b2 | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'hharrison/antlr-move' | Sven Gothel | 2014-06-17 | 1 | -65/+64 |
|\ |
|
| * | gluegen: update the target names for generating java code | Harvey Harrison | 2014-05-31 | 1 | -45/+45 |
| * | gluegen: pair the grammer input folder with an out.dir value | Harvey Harrison | 2014-05-31 | 1 | -12/+12 |
| * | gluegen: move all antlr grammars to a top-level directory | Harvey Harrison | 2014-05-31 | 1 | -10/+9 |
* | | GlueGen: Add support for 'compound call-by-value', i.e. passing and returning... | Sven Gothel | 2014-06-17 | 1 | -2/+2 |
* | | Minor edits: space, final qualifier; setenv-build-*: Add generic JDK location | Sven Gothel | 2014-06-17 | 2 | -0/+25 |
* | | OSX Build: Default gcc.compat.compiler=xcode.clang ; Remove explicit xcode.cl... | Sven Gothel | 2014-06-11 | 4 | -32/+11 |
* | | Fix glibc-compat-symbols.h: Distinguish clang and gcc (Aligned w/ openal-soft... | Sven Gothel | 2014-06-10 | 1 | -1/+9 |
|/ |
|