| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 2 | -2/+2 |
* | 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 |
* | | 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 | 3 | -59/+168 |
* | 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 | 3 | -42/+135 |
* | Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting... | Sven Gothel | 2013-02-08 | 9 | -5/+1807 |
* | 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 | 4 | -61/+153 |
* | Cleanup GlueGen config 'ExtendedInterfaceSymbols*' | Sven Gothel | 2013-01-31 | 1 | -17/+64 |
* | GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement | Sven Gothel | 2013-01-30 | 2 | -81/+135 |
* | Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitable | Sven Gothel | 2013-01-19 | 2 | -25/+16 |
* | MainLauncher: Remove Thread.destroy() - n/a on Android .. | Sven Gothel | 2013-01-19 | 1 | -1/+2 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 4 | -28/+56 |
* | 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 |
* | | 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 | 4 | -32/+117 |
|/ |
|
* | 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 | 3 | -0/+495 |
* | 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 |
* | 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 |
* | IntBitfield: Add API doc; Enhance put() method, return previous value to be u... | Sven Gothel | 2012-10-27 | 1 | -7/+27 |
* | Adding com.jogamp.common.util.IntBitfield: Simple bitfield holder class using... | Sven Gothel | 2012-10-27 | 1 | -0/+71 |
* | Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loa... | Sven Gothel | 2012-10-25 | 2 | -16/+15 |
* | VersionNumber: API doc fix | Sven Gothel | 2012-10-24 | 1 | -1/+1 |
* | VersionNumber: Add API doc for string parsing | Sven Gothel | 2012-10-24 | 1 | -0/+7 |
* | VersionNumber: Remove printing Exception (was added for debugging purposes) | Sven Gothel | 2012-10-24 | 1 | -1/+1 |
* | Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i... | Sven Gothel | 2012-10-24 | 2 | -43/+143 |
* | Revert "Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd... | Sven Gothel | 2012-10-18 | 3 | -7/+4 |
* | Fix Buffers.copy<Type>Buffer[asByteBuffer](..): Reset position of the passed ... | Sven Gothel | 2012-10-18 | 1 | -14/+15 |
* | Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd2d5ac452... | Sven Gothel | 2012-10-17 | 3 | -4/+7 |
* | Merge remote-tracking branch 'hharrison/RFC' | Sven Gothel | 2012-10-17 | 7 | -21/+7 |
|\ |
|
| * | gluegen: replace Thread name with name of lock file in SingletonInstanceFileL... | Harvey Harrison | 2012-10-16 | 1 | -1/+1 |
| * | gluegen: remove two fast-path tests that can never trigger | Harvey Harrison | 2012-10-16 | 1 | -14/+0 |
| * | gluegen: generics annotations for various ArrayList/List use | Harvey Harrison | 2012-10-15 | 5 | -6/+6 |
* | | Buffers: Add normalized put methods, i.e. incl. value range conversion; New u... | Sven Gothel | 2012-10-17 | 3 | -2/+406 |
|/ |
|
* | ProcAddressEmitter: Remove 'guessing' argument names from types, since they a... | Sven Gothel | 2012-10-16 | 2 | -18/+2 |
* | Reducing Type's equals | Sven Gothel | 2012-10-16 | 1 | -32/+0 |
* | Intermediate revised Type.java edit before reducing | Sven Gothel | 2012-10-16 | 1 | -8/+34 |
* | gluegen: conditional cleanup in Type.equals() | Harvey Harrison | 2012-10-14 | 1 | -12/+7 |