aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done b...Sven Gothel2013-02-143-34/+38
* Adding Function and FunctionTask extending RunnableTask functionalitySven Gothel2013-02-134-118/+379
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-096-63/+176
* TestElfReader01.testGNULinuxSelfExe: Restrict to LINUXSven Gothel2013-02-081-1/+4
* Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to...Sven Gothel2013-02-086-52/+146
* 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-0822-17/+2644
* IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is returned -...Sven Gothel2013-02-011-2/+2
* IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/ initia...Sven Gothel2013-02-011-4/+19
* Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoad...Sven Gothel2013-01-315-73/+173
* Fix comments in gluegen-cpptasks-android* config fileSven Gothel2013-01-312-6/+6
* Cleanup GlueGen config 'ExtendedInterfaceSymbols*'Sven Gothel2013-01-311-17/+64
* 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-304-86/+142
* adb-launch-main: logcat: append to logSven Gothel2013-01-191-1/+1
* Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitableSven Gothel2013-01-193-30/+24
* MainLauncher: Remove Thread.destroy() - n/a on Android ..Sven Gothel2013-01-191-1/+2
* 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-195-29/+57
* Merge remote-tracking branch 'xranby/gcj-gij'Sven Gothel2013-01-182-5/+21
|\
| * Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE.Xerxes Rånby2013-01-181-3/+17
| * PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE.Xerxes Rånby2013-01-181-2/+4
* | test scriptSven Gothel2013-01-181-2/+2
* | RecursiveLock.getHoldCount(): Fix API doc formattingSven Gothel2013-01-181-4/+7
* | Buffers: Fix typoSven Gothel2013-01-181-2/+2
* | Android Completion for launching main() class via MainLauncher; Fix ActivityL...Sven Gothel2013-01-185-49/+145
* | README: Add new IRC channel, mark Jabber deprecatedSven Gothel2013-01-162-1/+3
|/
* PrimitiveStack: Add 'void position(int)' to set new position. Add test case w...Sven Gothel2012-12-313-27/+79
* Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si...Sven Gothel2012-12-305-5/+551
* Fix Bug625: StructAccessor missing setShortsAt() and getShortsAt() methods fo...Sven Gothel2012-12-301-0/+13
* Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may exe...Sven Gothel2012-12-281-15/+36
* 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
* Android Launcher: Fix ClassLoaderUtil's JNI lib-path determination, use Appli...Sven Gothel2012-12-271-9/+19
* IntIntHashMap: Add privileged for 'getDeclaredMethod(..)'; Add StringBuilder ...v2.0-rc11Sven Gothel2012-10-311-42/+75
* IntBitfield: Add API doc; Enhance put() method, return previous value to be u...Sven Gothel2012-10-271-7/+27
* Adding com.jogamp.common.util.IntBitfield: Simple bitfield holder class using...Sven Gothel2012-10-271-0/+71
* Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loa...Sven Gothel2012-10-252-16/+15
* VersionNumber: API doc fixSven Gothel2012-10-241-1/+1
* VersionNumber: Add API doc for string parsingSven Gothel2012-10-241-0/+7
* VersionNumber: Remove printing Exception (was added for debugging purposes)Sven Gothel2012-10-241-1/+1
* Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i...Sven Gothel2012-10-243-44/+145
* Revert "Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd...Sven Gothel2012-10-183-7/+4
* Fix Buffers.copy<Type>Buffer[asByteBuffer](..): Reset position of the passed ...Sven Gothel2012-10-181-14/+15
* Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd2d5ac452...Sven Gothel2012-10-173-4/+7
* Merge remote-tracking branch 'hharrison/RFC'Sven Gothel2012-10-177-21/+7
|\
| * gluegen: replace Thread name with name of lock file in SingletonInstanceFileL...Harvey Harrison2012-10-161-1/+1