summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCAR...Sven Gothel2013-04-232-4/+0
* make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCARMTargetA...Sven Gothel2013-04-232-0/+4
* Fix Bug 650: Use toolchain default arch & float options for default arm cc/ld...Sven Gothel2013-04-231-6/+8
* Modify linux-arm scripts for new toolchain (crosstools-ng) ; gluegen-cpptasks...Sven Gothel2013-04-2321-14/+23
* glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now GLIBC_2.2.5...Sven Gothel2013-04-211-3/+13
* Add 'glibc-compat-symbols.h' to force usage of minimal GLIBC symbols currentl...Sven Gothel2013-04-212-0/+23
* build.xml: fix intendationsSven Gothel2013-04-211-5/+5
* make/gluegen-cpptasks-base.xml: Expose evaluated 'isI386' and 'isAMD64' prope...Sven Gothel2013-04-201-26/+24
* Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ...Sven Gothel2013-04-131-2/+2
* Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmmSven Gothel2013-03-281-1/+1
* Align integer version property name .. jogamp_int_version -> jogamp.version.intSven Gothel2013-03-283-5/+5
* Move *_base_version to jogamp.version.base: Unifying base version across all ...Sven Gothel2013-03-282-9/+14
* Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M...Sven Gothel2013-03-2810-21/+33
* Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe...Sven Gothel2013-03-201-2/+2
* Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H...Sven Gothel2013-03-122-3/+9
* Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi...Sven Gothel2013-02-282-5/+6
* Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude...Sven Gothel2013-02-281-1/+3
* Only evn. JUNIT_DISABLED==true -> junit.is.disabled:=trueSven Gothel2013-02-191-4/+3
* Add property 'jvmJava.exe' -> ${java.home}/bin/java, default jvm for unit tes...Sven Gothel2013-02-171-0/+11
* OSX/Java7 darwin/jawt_md.h Workaround ; Disable OSX/i386 if compiled w/ Java7...Sven Gothel2013-02-174-4/+137
* OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7)Sven Gothel2013-02-173-29/+65
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-093-4/+8
* Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to...Sven Gothel2013-02-083-10/+11
* Script: ADB launcher: Use system package, instead of user package (pkg -> sys...Sven Gothel2013-02-081-4/+6
* Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting...Sven Gothel2013-02-0810-12/+655
* Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoad...Sven Gothel2013-01-311-12/+20
* Fix comments in gluegen-cpptasks-android* config fileSven Gothel2013-01-312-6/+6
* Bump Android NDK to 'android-ndk-r8d' - Note: '-fno-use-linker-plugin' is req...Sven Gothel2013-01-314-16/+20
* Add OSX Java7 build scriptSven Gothel2013-01-301-0/+22
* GlueGen: NativeLibrary Fix, JNILibLoaderBase EnhancementSven Gothel2013-01-302-5/+7
* adb-launch-main: logcat: append to logSven Gothel2013-01-191-1/+1
* Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitableSven Gothel2013-01-191-5/+8
* Add MainLauncher adb launch script. Here we only utilize non-root features, i...Sven Gothel2013-01-191-0/+43
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-191-1/+1
* test scriptSven Gothel2013-01-181-2/+2
* Android Completion for launching main() class via MainLauncher; Fix ActivityL...Sven Gothel2013-01-181-17/+28
* README: Add new IRC channel, mark Jabber deprecatedSven Gothel2013-01-161-0/+0
* Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si...Sven Gothel2012-12-302-5/+56
* Complete commit 43163af2618a0aaa3cf41de8027ef402d7e89cc3 - jogamp-androidtask...Sven Gothel2012-12-271-6/+6
* Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOMESven Gothel2012-12-274-24/+24
* Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i...Sven Gothel2012-10-241-1/+2
* Buffers: Add normalized put methods, i.e. incl. value range conversion; New u...Sven Gothel2012-10-171-1/+2
* Adding gcc linker cfg: '-static-libgcc' for all def. build platforms:Sven Gothel2012-10-135-0/+16
* SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s...Sven Gothel2012-10-041-2/+1
* Fix regression of 55b4552aef7882c358d545d020d6f12c958ed8ed, which impacts non...Sven Gothel2012-10-041-1/+1
* Fix Bug 624 - Compile and generate android JAR files (gluegen-rt-android.jar)...Sven Gothel2012-10-042-6/+25
* SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts.Sven Gothel2012-09-211-5/+5
* SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock...Sven Gothel2012-09-211-1/+3
* windows scripts: bump to 6u35Sven Gothel2012-09-074-8/+8
* Android: Bump version.code: 914011Sven Gothel2012-08-231-1/+1