aboutsummaryrefslogtreecommitdiffstats
path: root/make/gluegen-cpptasks-base.xml
Commit message (Expand)AuthorAgeFilesLines
* iOS: Fix native symbol generation for WindowsSven Gothel2019-08-181-1/+2
* Bug 1363: Java 11: Refine 'java.home.dir' and 'java.lib.dir.platform' setup f...Sven Gothel2019-08-181-37/+117
* Fixed JRE path for Linux AMD64 to work for Java 11Wade Walker2019-08-171-1/+1
* Fixed minor Ant buildfile consistency issuesWade Walker2019-08-171-0/+1
* Fixed java.home directory and removed obsolete tools.jarWade Walker2019-08-161-18/+9
* Merge branch 'java11'Sven Gothel2019-08-161-9/+1
|\
| * Bug 1363: Java 11: Initial Host/Target Compiler Selection: Java8Sven Gothel2019-06-131-9/+1
* | iOS: Generalize building the native symbols file via macroSven Gothel2019-06-211-0/+19
* | iOS: Bump required iOS default version to 11.0Sven Gothel2019-06-201-4/+4
* | Update cpptask.jar to commit 18e04a2fb9c2a3556040091213f82fc570bc5736Sven Gothel2019-06-171-4/+5
* | iOS: Initial iOS support commit: build.xml targets, java code-path etcSven Gothel2019-06-171-7/+129
|/
* Complete jogamp-env.xml TARGET_* readout; Use parsed env in cpptasks-base as ...Sven Gothel2019-04-081-2/+2
* Bug 1190: Fix arm6hf + aarch64 gcc options, adapt glibc-compat-symbols.hSven Gothel2019-04-071-3/+11
* Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)Sven Gothel2019-03-301-1/+0
* Merge branch 'master' of git://github.com/pini-gh/gluegen into pini-gh-masterSven Gothel2019-03-261-2/+55
|\
| * Support architecture ppc64le (Debian ppc64el).Gilles Filippini2015-10-281-2/+55
* | Merge pull request #25 from ghost/masterSven Gothel2019-03-261-1/+13
|\ \
| * | added android x86 support.Xavier Hallade2015-02-161-1/+13
* | | Bug 1295: Add linux-aarch64 GNU/Linux AArch64 supportXerxes Ranby2016-12-111-1/+1
| |/ |/|
* | Bug 1172: Use the same in-jar folder structure for native jars as the fat-jarXerxes RĂ„nby2015-08-121-1/+3
* | GCC Linker Config: Add '-static-libstdc++' in case libstdc++ is being linkedSven Gothel2015-07-191-0/+13
* | Use GlueGen's JNI header for native compilation (java.includes.dir, java.incl...Sven Gothel2015-07-141-26/+12
|/
* Fix regression of commit 3caf446e29a3934900b9983dfd72cb8aa0d9e8d7: Win64 is n...Sven Gothel2015-02-031-2/+0
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-021-0/+2
* Bug 1122: Reflect __LP64__ and _aarch64__ in GlueGen's stdint/stddef and Andr...Sven Gothel2015-01-301-0/+9
* Bug 1122: Add AArch64 support (Android, GNU/Linux and in general)Sven Gothel2015-01-301-3/+66
* gluegen-cpptasks's compiler.cfg.linux.*: always "-include make/stub_includes/...Sven Gothel2014-07-301-0/+8
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-1/+63
* Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.pro...Sven Gothel2013-11-171-2/+2
* Bug 871 - Add optional xcode.clang support for all modules: Fix 'isCLANG' det...Sven Gothel2013-10-251-1/+5
* Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 8...Sven Gothel2013-10-241-0/+1
* Bug 800 - Add Windows 8 Touch Event Support / Enable Win 7 definitions via WI...Sven Gothel2013-10-131-4/+4
* Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' = ['gcc', ...Sven Gothel2013-09-131-45/+55
* Fix Bug 650: Use toolchain default arch & float options for default arm cc/ld...Sven Gothel2013-04-231-6/+8
* make/gluegen-cpptasks-base.xml: Expose evaluated 'isI386' and 'isAMD64' prope...Sven Gothel2013-04-201-26/+24
* OSX/Java7 darwin/jawt_md.h Workaround ; Disable OSX/i386 if compiled w/ Java7...Sven Gothel2013-02-171-4/+20
* OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7)Sven Gothel2013-02-171-16/+31
* Adding gcc linker cfg: '-static-libgcc' for all def. build platforms:Sven Gothel2012-10-131-0/+12
* Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...Sven Gothel2012-08-161-44/+56
* Partially revert commit 5efbe805c553a2ac21a79386c3e2147858d4308b - Linux / So...v2.0-rc6Sven Gothel2012-04-191-30/+0
* Relaxed Unix linker flags for Linux + Solaris ; Refined Linux Armv4 flagsSven Gothel2012-04-191-14/+44
* Fix EABI Armel/Armhf selection incl. os.and.archSven Gothel2012-03-281-25/+53
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-281-2/+30
* build: Move c.compiler.debug, c.compiler.use-debug and c.compiler.optimise fr...Sven Gothel2012-03-071-0/+7
* Exposing custom gluegen-cpptask.file for crosscompilation presets, adding glu...Sven Gothel2012-02-241-1/+12
* Fix [linux] armv7 cross build (regression of commit 196c325aa3dddb0d775e8fb80...Sven Gothel2012-02-191-1/+10
* Fix Bug 545: Provide more information about the systemSylvestre Ledru2012-01-091-1/+4
* Fix Bug 488: Enable others architectures under GNU/LinuxSylvestre Ledru2012-01-091-3/+224
* cpptasks MacOSX 10.5 support (bug 528): Use '-mmacosx-version-min=10.5' flag ...Sven Gothel2011-11-261-0/+2
* gluegen/OSX: Add property java.osx.frameworks.dirSven Gothel2011-11-051-0/+5