summaryrefslogtreecommitdiffstats
path: root/make/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks.Sven Gothel2013-09-191-0/+4
* Bump to JDK/JRE 7u40.Sven Gothel2013-09-194-8/+8
* Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' = ['gcc', ...Sven Gothel2013-09-131-0/+29
* Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses '@FixMe...Sven Gothel2013-08-311-2/+2
* Add URIQueryProps: Simple tool to process URI queries as propertiesSven Gothel2013-08-281-3/+3
* *Ringbuffer: Remove Ringbuffer<T>.AllocEmptyArray interface to favor a more s...Sven Gothel2013-08-241-1/+1
* Add Ringbuffer interface an 2 implementations, synchronized (locking) SyncedR...Sven Gothel2013-08-221-9/+12
* Release 2.0.2Sven Gothel2013-07-191-2/+2
* Scripts: Fix setenv for open-solaris/indiana/Illumus ..Sven Gothel2013-07-042-4/+30
* Scripts: Build macosx w/ java7 targeting java6 in build-macosx.Sven Gothel2013-06-241-2/+2
* scripts runtests ..Sven Gothel2013-06-211-3/+3
* Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testingSven Gothel2013-06-2114-16/+29
* Scripts Windows / JOGAMP_JAR_CODEBASE: No double quotes, otherwise they would...Sven Gothel2013-06-202-2/+2
* Scripts: Windows java run: Use 6u45Sven Gothel2013-06-202-4/+4
* Script: Add adb logcat scriptSven Gothel2013-06-201-0/+4
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ...Sven Gothel2013-06-2018-139/+142
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-9/+11
* Fix CStruct APT File Location - Threw FileNotFoundException w/ Java7Sven Gothel2013-06-153-3/+78
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-141-1/+2
* Android SDK changes: Add /build-tools/17.0.0 to PATHSven Gothel2013-06-131-1/+1
* Fix Bug 751 OSX Java-6: Derive host/target-rt jar file from 'java.home'.Sven Gothel2013-06-132-3/+22
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-112-1/+119
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-2/+2
* Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp...Sven Gothel2013-05-311-3/+3
* Adding scripts to check all JogAmp native ARM libraries ; check-glibc.sh chec...Sven Gothel2013-04-243-8/+77
* Modify linux-arm scripts for new toolchain (crosstools-ng) ; gluegen-cpptasks...Sven Gothel2013-04-234-5/+14
* Add 'glibc-compat-symbols.h' to force usage of minimal GLIBC symbols currentl...Sven Gothel2013-04-211-0/+8
* Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ...Sven Gothel2013-04-131-2/+2
* Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M...Sven Gothel2013-03-281-2/+2
* 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-121-3/+3
* Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi...Sven Gothel2013-02-281-2/+2
* OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7)Sven Gothel2013-02-171-1/+1
* 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-083-6/+46
* Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoad...Sven Gothel2013-01-311-12/+20
* Bump Android NDK to 'android-ndk-r8d' - Note: '-fno-use-linker-plugin' is req...Sven Gothel2013-01-312-16/+18
* Add OSX Java7 build scriptSven Gothel2013-01-301-0/+22
* GlueGen: NativeLibrary Fix, JNILibLoaderBase EnhancementSven Gothel2013-01-301-3/+5
* 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-301-1/+3
* Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOMESven Gothel2012-12-274-24/+24