| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 ...v2.0-rc11 | 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 | 3 | -44/+145 |
* | 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 | 4 | -3/+408 |
|/ |
|
* | 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 |
* | gluegen: simplify expression comparing against Boolean.TRUE | Harvey Harrison | 2012-10-13 | 1 | -7/+2 |
* | gluegen: remove trailing whitespace from psuedo-C parser | Harvey Harrison | 2012-10-13 | 1 | -5/+5 |
* | gluegen: break apart a complex conditional in Type.equals() for readability | Harvey Harrison | 2012-10-13 | 1 | -2/+15 |
* | gluegen: fix equals comparison in cgrammer Type class | Harvey Harrison | 2012-10-13 | 1 | -1/+1 |
* | gluegen: remove trailing whitespace from cgrammer Type class | Harvey Harrison | 2012-10-13 | 1 | -10/+10 |
* | gluegen: small cleanup and type annotation in GlueGenTask | Harvey Harrison | 2012-10-13 | 1 | -37/+23 |
* | gluegen: trim trailing whitespace from GlueGenTask | Harvey Harrison | 2012-10-13 | 1 | -64/+64 |
* | Adding gcc linker cfg: '-static-libgcc' for all def. build platforms: | Sven Gothel | 2012-10-13 | 5 | -0/+16 |
* | Buffers.toString(): Add optional format string for single element | Sven Gothel | 2012-10-10 | 1 | -8/+39 |
* | Buffers: Add convenient "public static StringBuilder toString(StringBuilder s... | Sven Gothel | 2012-10-10 | 1 | -1/+63 |
* | Fix NPE in Buffers.slice2Float(), regression of commit 86e8c3a8d9f430700e07c4... | Sven Gothel | 2012-10-09 | 1 | -3/+12 |
* | Buffers.slice2Float(): Reset position and limit of host buffer | Sven Gothel | 2012-10-09 | 1 | -22/+25 |
* | SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s... | Sven Gothel | 2012-10-04 | 2 | -2/+2 |
* | TestSingletonServerSocket01: unlock singleton lock | Sven Gothel | 2012-10-04 | 1 | -0/+2 |
* | Fix regression of 55b4552aef7882c358d545d020d6f12c958ed8ed, which impacts non... | Sven Gothel | 2012-10-04 | 1 | -1/+1 |
* | Fix Bug 624 - Compile and generate android JAR files (gluegen-rt-android.jar)... | Sven Gothel | 2012-10-04 | 2 | -6/+25 |
* | Refine API doc of Buffers, fix API doc Platform.NEWLINE. | Sven Gothel | 2012-10-03 | 2 | -1/+9 |
* | SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts. | Sven Gothel | 2012-09-21 | 2 | -5/+77 |
* | SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta... | Sven Gothel | 2012-09-21 | 5 | -23/+186 |
* | SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock... | Sven Gothel | 2012-09-21 | 3 | -9/+45 |
* | JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf. | Xerxes RĂ„nby | 2012-09-16 | 1 | -0/+8 |
* | AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, Runnabl... | Sven Gothel | 2012-09-10 | 1 | -1/+25 |
* | windows scripts: bump to 6u35 | Sven Gothel | 2012-09-07 | 4 | -8/+8 |