| Commit message (Expand) | Author | Age | Files | Lines |
* | GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement | Sven Gothel | 2013-01-30 | 1 | -3/+5 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 1 | -1/+1 |
* | test script | Sven Gothel | 2013-01-18 | 1 | -2/+2 |
* | Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si... | Sven Gothel | 2012-12-30 | 1 | -1/+3 |
* | Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i... | Sven Gothel | 2012-10-24 | 1 | -1/+2 |
* | Buffers: Add normalized put methods, i.e. incl. value range conversion; New u... | Sven Gothel | 2012-10-17 | 1 | -1/+2 |
* | SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s... | Sven Gothel | 2012-10-04 | 1 | -2/+1 |
* | SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts. | Sven Gothel | 2012-09-21 | 1 | -5/+5 |
* | SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock... | Sven Gothel | 2012-09-21 | 1 | -1/+3 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 1 | -3/+3 |
* | Fix Bug 587: Use alternative storage location if platform's temp directory is... | Sven Gothel | 2012-06-16 | 1 | -3/+4 |
* | Fix IOUtil: Handle all '../' and './' cases by reducing the path. | Sven Gothel | 2012-04-02 | 1 | -2/+2 |
* | Test: Add dump of environment vars | Sven Gothel | 2012-03-28 | 1 | -2/+2 |
* | Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 1 | -3/+6 |
* | Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ; | Sven Gothel | 2012-03-22 | 1 | -3/+3 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 1 | -1/+17 |
* | Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue... | Sven Gothel | 2012-01-05 | 1 | -2/+3 |
* | junit.run: Add 32bit tests for OSX (fat binaries)v2.0-rc5 | Sven Gothel | 2011-12-18 | 1 | -4/+5 |
* | JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion... | Sven Gothel | 2011-12-18 | 1 | -2/+2 |
* | RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp... | Sven Gothel | 2011-12-11 | 1 | -1/+2 |
* | Fix Test1p2ProcAddressEmitter (static var); Add TestTracer | Sven Gothel | 2011-12-02 | 1 | -2/+2 |
* | TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our... | Sven Gothel | 2011-12-01 | 1 | -2/+2 |
* | Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar). | Sven Gothel | 2011-11-29 | 1 | -4/+8 |
* | RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc... | Sven Gothel | 2011-11-22 | 1 | -1/+2 |
* | Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ... | Sven Gothel | 2011-10-27 | 1 | -3/+3 |
* | Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co... | Sven Gothel | 2011-10-06 | 1 | -2/+3 |
* | IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API doc | Sven Gothel | 2011-09-30 | 1 | -3/+3 |
* | minor: test/build scripts | Sven Gothel | 2011-09-27 | 1 | -3/+6 |
* | Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr... | Sven Gothel | 2011-09-23 | 1 | -0/+3 |
* | test script | Sven Gothel | 2011-09-22 | 1 | -4/+5 |
* | Enhancement/GenericStyle: | Sven Gothel | 2011-09-19 | 1 | -2/+5 |
* | Fix TestStructAccessorEndian | Sven Gothel | 2011-07-21 | 1 | -2/+2 |
* | - Moved most types and StructLayout to runtime package: | Sven Gothel | 2011-07-18 | 1 | -2/+2 |
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 1 | -2/+2 |
* | Fix HastMapTests - Clone: Use unique random pairs: key,value | Sven Gothel | 2011-06-26 | 1 | -1/+2 |
* | Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU... | Sven Gothel | 2011-06-08 | 1 | -1/+3 |
* | test / build scripts | Sven Gothel | 2011-04-27 | 1 | -2/+5 |
* | fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if set | Sven Gothel | 2011-02-23 | 1 | -0/+0 |
* | Refined VersionInfo (seperator/new-line) | Sven Gothel | 2010-11-25 | 1 | -4/+3 |
* | Fix HashMapTests. The benchmark tests used the value as a key, hence finding ... | Sven Gothel | 2010-11-25 | 1 | -1/+3 |
* | Fix Version test while using the JAR files in classpath; Cleanup Manifest order | Sven Gothel | 2010-11-23 | 1 | -2/+2 |
* | Buffers float/double conversion: Add arg for given destination buffer; Add ba... | Sven Gothel | 2010-11-19 | 1 | -1/+2 |
* | com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersion | Sven Gothel | 2010-11-12 | 1 | -1/+1 |
* | New: JogampVersion, providing generic information for Jogamp JAR archives; Ve... | Sven Gothel | 2010-11-12 | 1 | -1/+1 |
* | VersionInfo self containing (adding main) | Sven Gothel | 2010-11-10 | 1 | -1/+2 |
* | Add generic VersionUtil (Manifest and Platform) ; Add VersionInfo | Sven Gothel | 2010-11-10 | 1 | -2/+3 |
* | Enable ant based single test script | Sven Gothel | 2010-11-07 | 1 | -2/+19 |
* | TestRecursiveLock01: Reduce threads/loop, otherwise slow machines will time out | Sven Gothel | 2010-11-02 | 1 | -2/+2 |
* | New jogamp.common.util.ArrayHashSet, providing O(1) queries/add and identity ... | Sven Gothel | 2010-10-23 | 1 | -1/+3 |
* | Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch... | Sven Gothel | 2010-10-14 | 1 | -4/+10 |