aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump to 2.2-rcSven Gothel2014-03-111-4/+4
* Bump to release 2.1.5 (Android: 0914019)Sven Gothel2014-03-101-3/+3
* Fix 7z for paths containing spaces on Windows.Wade Walker2014-03-011-1/+1
* Fix sed for paths containing spaces on Windows.Wade Walker2014-03-011-1/+1
* build-test.xml: Push 'java.generate' up from java.build to android.packageSven Gothel2014-02-211-3/+3
* Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(...Sven Gothel2014-02-211-4/+4
* Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con...Sven Gothel2014-02-211-2/+2
* Bug 890: Adding versatile Bitstream implementationSven Gothel2014-02-201-3/+9
* toolchain-linux [armhf/armsf]: Add symlinks to cc g++ c++Sven Gothel2014-02-156-0/+6
* Bump 'down' to 2.1.5Sven Gothel2014-02-151-2/+2
* Fix make.gluegen.all.android-armv6-cross.sh (SDIR was missing)Sven Gothel2014-02-151-0/+2
* Bump to 2.2.0 RCSven Gothel2014-02-051-4/+4
* Prepare 2.1.4v2.1.4Sven Gothel2014-01-301-3/+3
* build.xml .. fix doc (copy/paste)Sven Gothel2014-01-261-1/+1
* Add lst-jars.sh scriptSven Gothel2014-01-251-0/+6
* Jar Manifest: Seal all packages ; Each jar is 'standalone' as required by 'se...Sven Gothel2014-01-254-2/+12
* Jar Manifest: Sealed Entries must follow generic headers - Otherwise subseque...Sven Gothel2014-01-254-8/+12
* Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes...Sven Gothel2014-01-246-11/+13
* Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh...Sven Gothel2014-01-226-0/+11
* Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver...Sven Gothel2014-01-224-5/+33
* Bug 944 - Platform doesn't parse early-access java-version string properly (J...Sven Gothel2014-01-141-2/+2
* Bump to 2.1.4 RCv2.1.4_rc01Sven Gothel2013-12-181-1/+1
* IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti...Sven Gothel2013-11-282-7/+8
* glibc-compat-symbols.h: Use GLIBC_2.0 for 32bit ; Use asm(..) instead of __as...Sven Gothel2013-11-171-8/+13
* Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.pro...Sven Gothel2013-11-176-5/+72
* Add generic 'check-glibc.sh' script / rename old scriptSven Gothel2013-11-172-10/+36