summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Version: Bump to developer version 2.1.0, 0914014Sven Gothel2013-09-021-3/+3
* Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses '@FixMe...Sven Gothel2013-08-314-38/+216
* Add URIQueryProps: Simple tool to process URI queries as propertiesSven Gothel2013-08-281-3/+3
* AndroidManifests Launcher/Test: Add Camera features and permissionSven Gothel2013-08-272-2/+5
* *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
* Platform: Add accurate currentTimeMillis() and currentTimeMicros() native met...Sven Gothel2013-08-151-2/+3
* Version: Bump to 'devel' version ..Sven Gothel2013-08-151-4/+4
* Release 2.0.2Sven Gothel2013-07-192-3/+4
* Javadoc: Use JogAmp Stylesheet / Colors ..Sven Gothel2013-07-171-1/+5
* Javadoc: Adapt stylesheet to JogAmp color scheme ; Fix 'deep' list and list i...Sven Gothel2013-07-175-24/+26
* Adding orig. java7 javadoc stylesheetSven Gothel2013-07-171-0/+475
* Scripts: Fix setenv for open-solaris/indiana/Illumus ..Sven Gothel2013-07-042-4/+30
* Back to developer version .. (post RC12)Sven Gothel2013-06-251-2/+2
* TAG RC12 / Android 0914013Sven Gothel2013-06-251-2/+3
* Scripts: Build macosx w/ java7 targeting java6 in build-macosx.Sven Gothel2013-06-241-2/+2
* Fix jogamp-androidtask.xml's keytool and jarsigner options for Java6 / Androi...Sven Gothel2013-06-211-2/+36
* 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-2027-142/+202
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-9/+11
* Complete 5d211c6fa6a0452cc4569712e436184e34504a88: Remove generate.nativelibr...Sven Gothel2013-06-179-291/+0
* Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va...Sven Gothel2013-06-161-4/+2
* 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-143-1/+24
* 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-133-12/+31
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-113-1/+122
* 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
* 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