summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may exe...Sven Gothel2012-12-281-15/+36
* 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-242-43/+143
* 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
| * gluegen: remove two fast-path tests that can never triggerHarvey Harrison2012-10-161-14/+0
| * gluegen: generics annotations for various ArrayList/List useHarvey Harrison2012-10-155-6/+6
* | Buffers: Add normalized put methods, i.e. incl. value range conversion; New u...Sven Gothel2012-10-173-2/+406
|/
* ProcAddressEmitter: Remove 'guessing' argument names from types, since they a...Sven Gothel2012-10-162-18/+2
* Reducing Type's equalsSven Gothel2012-10-161-32/+0
* Intermediate revised Type.java edit before reducingSven Gothel2012-10-161-8/+34
* gluegen: conditional cleanup in Type.equals()Harvey Harrison2012-10-141-12/+7
* gluegen: simplify expression comparing against Boolean.TRUEHarvey Harrison2012-10-131-7/+2
* gluegen: remove trailing whitespace from psuedo-C parserHarvey Harrison2012-10-131-5/+5
* gluegen: break apart a complex conditional in Type.equals() for readabilityHarvey Harrison2012-10-131-2/+15
* gluegen: fix equals comparison in cgrammer Type classHarvey Harrison2012-10-131-1/+1
* gluegen: remove trailing whitespace from cgrammer Type classHarvey Harrison2012-10-131-10/+10
* gluegen: small cleanup and type annotation in GlueGenTaskHarvey Harrison2012-10-131-37/+23
* gluegen: trim trailing whitespace from GlueGenTaskHarvey Harrison2012-10-131-64/+64
* Buffers.toString(): Add optional format string for single elementSven Gothel2012-10-101-8/+39
* Buffers: Add convenient "public static StringBuilder toString(StringBuilder s...Sven Gothel2012-10-101-1/+63
* Fix NPE in Buffers.slice2Float(), regression of commit 86e8c3a8d9f430700e07c4...Sven Gothel2012-10-091-3/+12
* Buffers.slice2Float(): Reset position and limit of host bufferSven Gothel2012-10-091-22/+25
* SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s...Sven Gothel2012-10-041-0/+1
* TestSingletonServerSocket01: unlock singleton lockSven Gothel2012-10-041-0/+2
* Refine API doc of Buffers, fix API doc Platform.NEWLINE.Sven Gothel2012-10-032-1/+9
* SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts.Sven Gothel2012-09-211-0/+72
* SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...Sven Gothel2012-09-215-23/+186
* SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock...Sven Gothel2012-09-212-8/+42
* AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, Runnabl...Sven Gothel2012-09-101-1/+25
* Platform: Slight reorder of initialization reducing one PrivilegedAction block.Sven Gothel2012-09-071-42/+41
* JNILibLoaderBase: Fix NPE in DEBUG mode if null == stripBasenameSuffixes (JOCL)Sven Gothel2012-08-261-1/+1
* Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...Sven Gothel2012-08-162-7/+7
* Minor cleanup of JavaEmitterv2.0-rc10Sven Gothel2012-07-191-2/+2
* IOUtil: Better resource location debug info; RunnableTask adds 'flush()' meth...Sven Gothel2012-07-052-18/+49
* Lock Cleanup (API Change)Sven Gothel2012-06-2713-33/+80
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-267-244/+462
* Fix Bug 591: Fix 'jnlp.' aliasing of PropertyAccess.getProperty(..):Sven Gothel2012-06-211-17/+30
* Fix IOUtil: Query FileOutputStream constructor for each use (don't cache), ut...Sven Gothel2012-06-211-9/+28
* Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...v2.0-rc9Sven Gothel2012-06-205-54/+79