summaryrefslogtreecommitdiffstats
path: root/make/gluegen-cpptasks-base.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generalize jvm-data-model-arg 'jvmDataModel.arg', set do -d64, -d32 or dummy-...Sven Gothel2011-10-181-16/+39
* Fix Solaris gcc args ; Adding JVM arch flags (-d32/-d64)Sven Gothel2011-10-181-5/+25
* Add define '__X11__', is isX11 ; Android attach system include folders via -i...Sven Gothel2011-08-041-0/+19
* Remove linux-armv7 native platform libraries (compile time only),Sven Gothel2011-08-021-1/+1
* Add Ubuntu 11.04 arm-linux-gnueabi library folder for build time linker resol...Sven Gothel2011-07-281-1/+1
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-241-1/+5
* Adding Sylvestre Ledru's bug #487 verbosity patchSven Gothel2011-07-231-0/+1
* Add missing defines (__unix__, DEBUG) for solaris, etcSven Gothel2011-07-231-0/+12
* Cleanup [cross] compile propertiesSven Gothel2011-07-221-2/+2
* add props compiler.cfg.linux.x86, linker.cfg.linux.x86 for proper linux-x86_3...Sven Gothel2011-07-221-37/+24
* refined Android ARMv7 targets (android still dummy)Sven Gothel2011-07-201-18/+72
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-201-16/+19
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-2/+39
* osx fix: query availability of JVM header, ieSven Gothel2011-04-201-1/+6
* use.macosx32 and use.macosx64 are only true when I run Mac OS XSylvestre Ledru2011-03-201-0/+6
* Remove CDCSven Gothel2011-02-091-3/+0
* Expand tabs to 4 spacesSven Gothel2011-02-091-1/+1
* Fixing build scripts for Solaris systems.Barcsik Attila2011-02-051-39/+33
* Sort compiler/linker configs and add __unix__ and DEBUG defines as appropriat...Sven Gothel2010-11-051-85/+126