| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | 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 |
* | 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 | 1 | -0/+1 |
* | TestSingletonServerSocket01: unlock singleton lock | Sven Gothel | 2012-10-04 | 1 | -0/+2 |
* | 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 | 1 | -0/+72 |
* | 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 | 2 | -8/+42 |
* | AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, Runnabl... | Sven Gothel | 2012-09-10 | 1 | -1/+25 |
* | Platform: Slight reorder of initialization reducing one PrivilegedAction block. | Sven Gothel | 2012-09-07 | 1 | -42/+41 |
* | JNILibLoaderBase: Fix NPE in DEBUG mode if null == stripBasenameSuffixes (JOCL) | Sven Gothel | 2012-08-26 | 1 | -1/+1 |
* | Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf... | Sven Gothel | 2012-08-16 | 2 | -7/+7 |
* | Minor cleanup of JavaEmitterv2.0-rc10 | Sven Gothel | 2012-07-19 | 1 | -2/+2 |
* | IOUtil: Better resource location debug info; RunnableTask adds 'flush()' meth... | Sven Gothel | 2012-07-05 | 2 | -18/+49 |
* | Lock Cleanup (API Change) | Sven Gothel | 2012-06-27 | 13 | -33/+80 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 7 | -244/+462 |
* | Fix Bug 591: Fix 'jnlp.' aliasing of PropertyAccess.getProperty(..): | Sven Gothel | 2012-06-21 | 1 | -17/+30 |
* | Fix IOUtil: Query FileOutputStream constructor for each use (don't cache), ut... | Sven Gothel | 2012-06-21 | 1 | -9/+28 |
* | Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...v2.0-rc9 | Sven Gothel | 2012-06-20 | 5 | -54/+79 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 9 | -315/+392 |
* | Fix Bug 587: Use alternative storage location if platform's temp directory is... | Sven Gothel | 2012-06-16 | 5 | -102/+341 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-04 | 6 | -43/+187 |
* | Android AssetDexClassLoader: Disable DEBUG flag. | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | GlueGenVersionActivity: Add Scroller .. | Sven Gothel | 2012-05-04 | 1 | -1/+5 |
* | LauncherUtil: Allow no query in URI and no PKG in query | Sven Gothel | 2012-05-04 | 1 | -4/+1 |
* | Android: Add the LauncherVersionActivity .. | Sven Gothel | 2012-05-04 | 1 | -0/+92 |
* | Android ClassLoaderUtil: Cleanup hack .. | Sven Gothel | 2012-05-04 | 1 | -2/+0 |
* | DynamicLibraryBundle: API doc refinement, mention the ClassLoader role. | Sven Gothel | 2012-05-04 | 2 | -5/+16 |
* | Fix commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: System.loadLibrary(libra... | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | Use ClassLoader to find JNI native libraries. ClassLoader was only used for t... | Sven Gothel | 2012-05-04 | 5 | -42/+77 |
* | Android Launcher: More verbose ClassLoader* | Sven Gothel | 2012-05-03 | 2 | -4/+30 |
* | AndroidLauncher: Add 'MainLauncher'; ClassLoaderUtil adds list of direct APKs... | Sven Gothel | 2012-05-03 | 4 | -99/+295 |
* | PropertyAccess: Cleanup code, adding comment.v2.0-rc8v2.0-rc7 | Sven Gothel | 2012-04-25 | 1 | -7/+6 |
* | Platform: Need priviledge read access for property 'java.awt.headless' | Sven Gothel | 2012-04-25 | 1 | -9/+13 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 14 | -39/+37 |
* | Fix generics .. | Sven Gothel | 2012-04-14 | 1 | -12/+10 |