summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ...Sven Gothel2014-09-291-1/+2
* Bug 1080 - Add write support for memory mapped big file I/O via specialized O...Sven Gothel2014-09-263-4/+9
* Bug 1080 - Add read support for memory mapped big file I/O via specialized In...Sven Gothel2014-09-251-2/+4
* Bump semver to 0.9.30-SNAPSHOT of jogamp branch, incl. commit 9cdb6bbf6d3248a...Sven Gothel2014-09-244-8/+24
* Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ...Sven Gothel2014-09-101-2/+3
* Bug 1063: Further Uri completion - As a result of JOGL Uri adoptionSven Gothel2014-09-081-2/+2
* Bump 2.3.0Sven Gothel2014-09-081-4/+4
* Merge branch 'v2.3.0_branch'Sven Gothel2014-09-083-9/+12
|\
| * Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-083-2/+4
| * Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ...Sven Gothel2014-09-072-4/+4
| * Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha...Sven Gothel2014-09-071-2/+2
| * Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-072-7/+8
* | Bump to 2.2.1 releasev2.2.1Sven Gothel2014-09-081-2/+2
|/
* Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u...Sven Gothel2014-09-073-5/+9
* Scripts: Bump to java 1.8.0_20Sven Gothel2014-08-312-4/+4
* scripts: setenv-build-x86*: allow using a preset jre/jdk iff JAVA_HOME and J2...Sven Gothel2014-08-282-12/+32
* Semver: Bump to 0.9.27Sven Gothel2014-08-284-12/+12
* TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0Sven Gothel2014-08-282-2/+2
* Revert "gluegen: directly use git subcommands rather than sed over a temp file"Sven Gothel2014-08-281-19/+13
* Merge remote-tracking branch 'hharrison/master'Sven Gothel2014-08-281-13/+19
|\
| * gluegen: directly use git subcommands rather than sed over a temp fileHarvey Harrison2014-08-151-13/+19
* | scripts: favor java8 on 32bit like we do on 64bitSven Gothel2014-08-281-3/+13
* | Bug 1015: Test executable permission on Windows via bat file (temp dir, like ...Sven Gothel2014-08-283-5/+7
* | Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4Sven Gothel2014-08-284-13/+13
* | IntIntHashMap: Reduce temp. ArrayList<Entry> instances in cloneSven Gothel2014-08-161-2/+2
|/
* Bump to 2.2.1-rcSven Gothel2014-08-071-3/+3
* Bump to 2.2.0v2.2.0Sven Gothel2014-08-061-2/+2
* gluegen-cpptasks's compiler.cfg.linux.*: always "-include make/stub_includes/...Sven Gothel2014-07-304-0/+14
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-114-12/+77
* Bug 1023/Bug 1024: Create native jar files for different configurations due t...Sven Gothel2014-07-101-1/+2
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-255-6/+14
* Bump cpptasks.jar to commit 9a66c005a3cd304c4b47abd9a287a60e3545b9daSven Gothel2014-06-181-0/+0
* complete commit 33eb9484c4675423431521f2271e3e9d8d38f3b2Sven Gothel2014-06-171-1/+1
* Merge remote-tracking branch 'hharrison/antlr-move'Sven Gothel2014-06-171-65/+64
|\
| * gluegen: update the target names for generating java codeHarvey Harrison2014-05-311-45/+45
| * gluegen: pair the grammer input folder with an out.dir valueHarvey Harrison2014-05-311-12/+12
| * gluegen: move all antlr grammars to a top-level directoryHarvey Harrison2014-05-311-10/+9
* | GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-171-2/+2
* | Minor edits: space, final qualifier; setenv-build-*: Add generic JDK locationSven Gothel2014-06-172-0/+25
* | OSX Build: Default gcc.compat.compiler=xcode.clang ; Remove explicit xcode.cl...Sven Gothel2014-06-114-32/+11
* | Fix glibc-compat-symbols.h: Distinguish clang and gcc (Aligned w/ openal-soft...Sven Gothel2014-06-101-1/+9
|/
* Bump semver to 9ec2e5329780214d317b026f7c0b086972a94a5c - Using Dumper.dumpFu...Sven Gothel2014-05-143-3/+3
* Bump semver 174953022b62681653db1f57b087581e29313f5bSven Gothel2014-05-143-3/+4
* Bump semver.jar to new rebased c4930f9d23ae7515434942836f628f767411876c (0.9....Sven Gothel2014-05-133-2/+3
* Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021 (sgothel/jogamp b...Sven Gothel2014-05-133-5/+6
* Unit Test: Modularize Semantic Version Test / Fix 'excludes'Sven Gothel2014-05-132-4/+15
* Unit Test: Added Semantic Version Test (Current version agains v2.1.5)Sven Gothel2014-05-139-6/+540
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-115-10/+39
* unit test: preserve hs_err_pid*.log files (move to results folder for archive)Sven Gothel2014-05-091-0/+3
* build/test: Add ant-junit4.jar to classpath; Add experimental gluegen-rt-alt ...Sven Gothel2014-05-096-16/+90