| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix RecursiveLockImpl* corner case: Timeout reached but lock released -> Assu... | Sven Gothel | 2013-03-18 | 2 | -16/+20 |
* | Function- RunnableTask: Clear runnableException @ start for re-entry; Fix tEx... | Sven Gothel | 2013-03-18 | 3 | -11/+39 |
* | Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ... | Sven Gothel | 2013-03-18 | 5 | -20/+46 |
* | Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H... | Sven Gothel | 2013-03-12 | 4 | -15/+88 |
* | Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi... | Sven Gothel | 2013-02-28 | 4 | -14/+16 |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 3 | -3/+5 |
* | Minor edits to JarUtil.Resolver functionality: Exception types, avoiding dupl... | Sven Gothel | 2013-02-21 | 1 | -21/+40 |
* | Merge remote-tracking branch 'wwalker/bug_687_jar_resolver' | Sven Gothel | 2013-02-21 | 2 | -1/+122 |
|\ |
|
| * | Add security checks to resolver methods. | Wade Walker | 2013-02-17 | 1 | -4/+26 |
| * | Make JarUtil work with custom classloaders | Wade Walker | 2013-02-11 | 2 | -1/+100 |
* | | Only evn. JUNIT_DISABLED==true -> junit.is.disabled:=true | Sven Gothel | 2013-02-19 | 1 | -4/+3 |
* | | Add property 'jvmJava.exe' -> ${java.home}/bin/java, default jvm for unit tes... | Sven Gothel | 2013-02-17 | 1 | -0/+11 |
* | | OSX/Java7 darwin/jawt_md.h Workaround ; Disable OSX/i386 if compiled w/ Java7... | Sven Gothel | 2013-02-17 | 4 | -4/+137 |
* | | OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7) | Sven Gothel | 2013-02-17 | 3 | -29/+65 |
* | | Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done b... | Sven Gothel | 2013-02-14 | 3 | -34/+38 |
* | | Adding Function and FunctionTask extending RunnableTask functionality | Sven Gothel | 2013-02-13 | 4 | -118/+379 |
|/ |
|
* | Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /... | Sven Gothel | 2013-02-09 | 6 | -63/+176 |
* | TestElfReader01.testGNULinuxSelfExe: Restrict to LINUX | Sven Gothel | 2013-02-08 | 1 | -1/+4 |
* | Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to... | Sven Gothel | 2013-02-08 | 6 | -52/+146 |
* | Script: ADB launcher: Use system package, instead of user package (pkg -> sys... | Sven Gothel | 2013-02-08 | 1 | -4/+6 |
* | Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting... | Sven Gothel | 2013-02-08 | 22 | -17/+2644 |
* | IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is returned -... | Sven Gothel | 2013-02-01 | 1 | -2/+2 |
* | IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/ initia... | Sven Gothel | 2013-02-01 | 1 | -4/+19 |
* | Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoad... | Sven Gothel | 2013-01-31 | 5 | -73/+173 |
* | Fix comments in gluegen-cpptasks-android* config file | Sven Gothel | 2013-01-31 | 2 | -6/+6 |
* | Cleanup GlueGen config 'ExtendedInterfaceSymbols*' | Sven Gothel | 2013-01-31 | 1 | -17/+64 |
* | Bump Android NDK to 'android-ndk-r8d' - Note: '-fno-use-linker-plugin' is req... | Sven Gothel | 2013-01-31 | 4 | -16/+20 |
* | Add OSX Java7 build script | Sven Gothel | 2013-01-30 | 1 | -0/+22 |
* | GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement | Sven Gothel | 2013-01-30 | 4 | -86/+142 |
* | adb-launch-main: logcat: append to log | Sven Gothel | 2013-01-19 | 1 | -1/+1 |
* | Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitable | Sven Gothel | 2013-01-19 | 3 | -30/+24 |
* | MainLauncher: Remove Thread.destroy() - n/a on Android .. | Sven Gothel | 2013-01-19 | 1 | -1/+2 |
* | Add MainLauncher adb launch script. Here we only utilize non-root features, i... | Sven Gothel | 2013-01-19 | 1 | -0/+43 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 5 | -29/+57 |
* | Merge remote-tracking branch 'xranby/gcj-gij' | Sven Gothel | 2013-01-18 | 2 | -5/+21 |
|\ |
|
| * | Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE. | Xerxes Rånby | 2013-01-18 | 1 | -3/+17 |
| * | PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE. | Xerxes Rånby | 2013-01-18 | 1 | -2/+4 |
* | | test script | Sven Gothel | 2013-01-18 | 1 | -2/+2 |
* | | RecursiveLock.getHoldCount(): Fix API doc formatting | Sven Gothel | 2013-01-18 | 1 | -4/+7 |
* | | Buffers: Fix typo | Sven Gothel | 2013-01-18 | 1 | -2/+2 |
* | | Android Completion for launching main() class via MainLauncher; Fix ActivityL... | Sven Gothel | 2013-01-18 | 5 | -49/+145 |
* | | README: Add new IRC channel, mark Jabber deprecated | Sven Gothel | 2013-01-16 | 2 | -1/+3 |
|/ |
|
* | PrimitiveStack: Add 'void position(int)' to set new position. Add test case w... | Sven Gothel | 2012-12-31 | 3 | -27/+79 |
* | Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si... | Sven Gothel | 2012-12-30 | 5 | -5/+551 |
* | Fix Bug625: StructAccessor missing setShortsAt() and getShortsAt() methods fo... | Sven Gothel | 2012-12-30 | 1 | -0/+13 |
* | Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may exe... | Sven Gothel | 2012-12-28 | 1 | -15/+36 |
* | Complete commit 43163af2618a0aaa3cf41de8027ef402d7e89cc3 - jogamp-androidtask... | Sven Gothel | 2012-12-27 | 1 | -6/+6 |
* | Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME | Sven Gothel | 2012-12-27 | 4 | -24/+24 |
* | Android Launcher: Fix ClassLoaderUtil's JNI lib-path determination, use Appli... | Sven Gothel | 2012-12-27 | 1 | -9/+19 |
* | IntIntHashMap: Add privileged for 'getDeclaredMethod(..)'; Add StringBuilder ... | Sven Gothel | 2012-10-31 | 1 | -42/+75 |