summaryrefslogtreecommitdiffstats
path: root/make/scripts
Commit message (Expand)AuthorAgeFilesLines
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-173-2/+26
* android remote test script: panda02 is my default test machineSven Gothel2012-03-101-2/+2
* gluegen-cpptasks-android-armv7: Add 'gluegen.cpptasks.detect.os.custom' targe...Sven Gothel2012-03-071-15/+12
* Don't build and use gluegen.apk (compile time only) ; Don't test classloader ...Sven Gothel2012-03-071-0/+1
* android build/test fixes and refinementSven Gothel2012-03-071-4/+10
* make.gluegen.all.linux-armv7-cross.sh: Use common TARGET_PLATFORM_ROOTSven Gothel2012-03-061-2/+3
* android crosscompile script, use android-ndk-r7b but favor generic android-nd...Sven Gothel2012-03-061-6/+18
* Merge branch 'pulled'Sven Gothel2012-03-061-63/+12
|\
| * Changes to make gluegen build with NDK r7Edwin Vane2012-02-281-63/+12
* | Fix local armel pathSven Gothel2012-03-032-2/+4
|/
* Introduce environment-var/property to disable unit tests (per node)Sven Gothel2012-02-241-0/+1
* Add NODE_LABEL in scripts/make.gluegen.all.linux-armv7-cross.shSven Gothel2012-02-241-0/+2
* Exposing custom gluegen-cpptask.file for crosscompilation presets, adding glu...Sven Gothel2012-02-241-7/+4
* Set 'jvmDataModel.arg' property in crosscompile build scripts, where 'gluegen...Sven Gothel2012-02-233-7/+2
* build scriptSven Gothel2012-02-221-1/+1
* Fix linux-armv7 crosscompilationSven Gothel2012-02-191-2/+8
* Add verification script for compiled-in Java versionSven Gothel2012-01-221-0/+25
* Fix Bug 516 (Determine Java Version); Minor fixes (jogamp/common/** ..)Sven Gothel2012-01-223-0/+18
* Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue...Sven Gothel2012-01-051-2/+3
* win make scripts - bump to 6u30Sven Gothel2011-12-214-8/+8
* junit.run: Add 32bit tests for OSX (fat binaries)v2.0-rc5Sven Gothel2011-12-182-25/+37
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-181-2/+2
* scrips for solSven Gothel2011-12-182-0/+40
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-111-1/+2
* Fix Test1p2ProcAddressEmitter (static var); Add TestTracerSven Gothel2011-12-021-2/+2
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-011-2/+2
* Bump to 6u29Sven Gothel2011-12-014-8/+8
* Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar).Sven Gothel2011-11-291-4/+8
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-221-1/+2
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-271-3/+3
* Add solaris 64bit JVM commentSven Gothel2011-10-181-0/+2
* Fix Solaris gcc args ; Adding JVM arch flags (-d32/-d64)Sven Gothel2011-10-182-0/+14
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-061-2/+3
* IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API docSven Gothel2011-09-301-3/+3
* minor: test/build scriptsSven Gothel2011-09-272-4/+7
* Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr...Sven Gothel2011-09-231-0/+3
* test scriptSven Gothel2011-09-221-4/+5
* Enhancement/GenericStyle:Sven Gothel2011-09-192-2/+6
* Add [my] setenv-build-jogl scripts to make/scripts allowing them to be used [...Sven Gothel2011-08-304-5/+69
* crosstest rsync, drop src zipSven Gothel2011-08-054-5/+5
* crosstest: exclude .git as wellSven Gothel2011-08-054-4/+4
* crosstest: add rsync excludesSven Gothel2011-08-054-4/+20
* Add define '__X11__', is isX11 ; Android attach system include folders via -i...Sven Gothel2011-08-041-2/+0
* adding missing rename: lib/linux-x86_64 -> lib/linux ; Fix TARGET_PLATFORM_LI...Sven Gothel2011-08-021-2/+2
* Android: Drop android.jar ; Simplify 'aapt.signed' ; Move our android resourc...Sven Gothel2011-08-021-2/+1
* cross test linux/armv7 scripts: use generic ANT_PATHSven Gothel2011-08-022-2/+4
* Remove linux-armv7 native platform libraries (compile time only),Sven Gothel2011-08-022-0/+6
* Fix Android apk activity; Add apk VersionName; Add jar manifest to apkSven Gothel2011-07-282-1/+3
* Fix android build/unit-test ; Generalize aapt packaging (macro) ; Use jogamp ...Sven Gothel2011-07-281-18/+29
* Merge branch 'wip_mobile' of git://github.com/sgothel/gluegen into wip_mobileRami Santina2011-07-262-2/+2
|\