| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -43/+41 |
* | Fix Buffers.copy<Type>Buffer[asByteBuffer](..): Reset position of the passed ... | Sven Gothel | 2012-10-18 | 1 | -14/+15 |
* | Merge remote-tracking branch 'hharrison/RFC' | Sven Gothel | 2012-10-17 | 1 | -1/+1 |
|\ |
|
| * | gluegen: generics annotations for various ArrayList/List use | Harvey Harrison | 2012-10-15 | 1 | -1/+1 |
* | | Buffers: Add normalized put methods, i.e. incl. value range conversion; New u... | Sven Gothel | 2012-10-17 | 2 | -2/+269 |
|/ |
|
* | 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 |
* | Refine API doc of Buffers, fix API doc Platform.NEWLINE. | Sven Gothel | 2012-10-03 | 2 | -1/+9 |
* | SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta... | Sven Gothel | 2012-09-21 | 1 | -5/+8 |
* | 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 |
* | 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 | 5 | -8/+16 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 5 | -240/+458 |
* | 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 | 4 | -35/+47 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 7 | -308/+73 |
* | Fix Bug 587: Use alternative storage location if platform's temp directory is... | Sven Gothel | 2012-06-16 | 2 | -93/+333 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-04 | 3 | -38/+48 |
* | 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 | 4 | -40/+75 |
* | 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 | 2 | -2/+2 |
* | Buffers: Add generic slice2Float(..) method from JOGL's ProjectFloat/FloatUtil | Sven Gothel | 2012-04-09 | 2 | -5/+46 |
* | IOUtil: Add fail-safe getFileOutputStream(..) (inspired by pngj helper class) | Sven Gothel | 2012-04-07 | 1 | -0/+36 |
* | Fix IOUtil: Handle all '../' and './' cases by reducing the path. | Sven Gothel | 2012-04-02 | 2 | -26/+46 |
* | Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 3 | -36/+98 |
* | To help analyzing Bug 566, we allow overwriting the 'workaround' with sys pro... | Sven Gothel | 2012-03-27 | 1 | -1/+5 |
* | Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /... | Sven Gothel | 2012-03-26 | 6 | -5/+52 |
* | RunnableExecutor: Add (c) header | Sven Gothel | 2012-03-26 | 1 | -0/+27 |
* | DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th... | Sven Gothel | 2012-03-26 | 3 | -2/+31 |
* | Minor edits: Fix API doc / Remove Thread.dumpStack() | Sven Gothel | 2012-03-22 | 2 | -3/+1 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 10 | -97/+719 |
* | PropertyAccess: Push down 'isPropertyDefined(final String property, final boo... | Sven Gothel | 2012-03-13 | 2 | -6/+2 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 9 | -94/+374 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 4 | -12/+15 |
* | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close... | Sven Gothel | 2012-03-10 | 2 | -2/+26 |
* | TempJarCache: Check for NULL jarURL and reuse contains queries | Sven Gothel | 2012-03-07 | 1 | -6/+15 |
* | Fix NIO Buffers<T> .put<Type1>(<Type2>) - Add appropriate source -> destinati... | Sven Gothel | 2012-03-05 | 1 | -0/+25 |
* | Fix ARM gluegen-rt-natives-linux-"amdv7, amdv5".jar name lookup typo. | Xerxes RĂ„nby | 2012-02-18 | 1 | -4/+4 |
* | Platform: Add Java VersionNumber | Sven Gothel | 2012-02-13 | 1 | -2/+11 |