| Commit message (Expand) | Author | Age | Files | Lines |
* | VersionNumber*: Add static final 'zeroVersion' for convenience and identity. | Sven Gothel | 2013-04-26 | 2 | -1/+8 |
* | VersionNumber: Add API doc, use final int values, remove protected 'nop' ctor... | Sven Gothel | 2013-04-16 | 2 | -21/+94 |
* | IntBitfield: Add bit-count, O(1) per int-element, using HAKEM. | Sven Gothel | 2013-04-11 | 1 | -0/+26 |
* | IntBitfield: Add optimization path w/ int bitCount bitfield range. Replace '*... | Sven Gothel | 2013-04-11 | 1 | -12/+60 |
* | gluegen: use enhanced for-loops in ArrayHashSet | Harvey Harrison | 2013-04-03 | 1 | -10/+9 |
* | gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and cl... | Harvey Harrison | 2013-04-03 | 1 | -4/+2 |
* | ArrayHashSet: Add ctor w/ initialCapacity and (initialCapacity, loadFactor) | Sven Gothel | 2013-04-01 | 1 | -4/+24 |
* | VersionUtil: add getManifest(.., String[] extensions) variant, allowing detec... | Sven Gothel | 2013-03-28 | 1 | -5/+30 |
* | Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmm | Sven Gothel | 2013-03-28 | 1 | -2/+2 |
* | Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M... | Sven Gothel | 2013-03-28 | 1 | -0/+25 |
* | Function- RunnableTask: Clear runnableException @ start for re-entry; Fix tEx... | Sven Gothel | 2013-03-18 | 3 | -11/+39 |
* | Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ... | Sven Gothel | 2013-03-18 | 4 | -19/+45 |
* | Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H... | Sven Gothel | 2013-03-12 | 2 | -12/+79 |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 1 | -0/+110 |
* | Minor edits to JarUtil.Resolver functionality: Exception types, avoiding dupl... | Sven Gothel | 2013-02-21 | 1 | -21/+40 |
* | Merge remote-tracking branch 'wwalker/bug_687_jar_resolver' | Sven Gothel | 2013-02-21 | 1 | -1/+45 |
|\ |
|
| * | Add security checks to resolver methods. | Wade Walker | 2013-02-17 | 1 | -4/+26 |
| * | Make JarUtil work with custom classloaders | Wade Walker | 2013-02-11 | 1 | -1/+23 |
* | | Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done b... | Sven Gothel | 2013-02-14 | 3 | -34/+38 |
* | | Adding Function and FunctionTask extending RunnableTask functionality | Sven Gothel | 2013-02-13 | 4 | -118/+379 |
|/ |
|
* | IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is returned -... | Sven Gothel | 2013-02-01 | 1 | -2/+2 |
* | IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/ initia... | Sven Gothel | 2013-02-01 | 1 | -4/+19 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 1 | -1/+2 |
* | RecursiveLock.getHoldCount(): Fix API doc formatting | Sven Gothel | 2013-01-18 | 1 | -4/+7 |
* | PrimitiveStack: Add 'void position(int)' to set new position. Add test case w... | Sven Gothel | 2012-12-31 | 2 | -6/+22 |
* | Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si... | Sven Gothel | 2012-12-30 | 2 | -0/+229 |
* | 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 |
* | 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 |
* | 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 | 1 | -0/+161 |
|/ |
|
* | SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta... | Sven Gothel | 2012-09-21 | 1 | -5/+8 |
* | 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 | 3 | -183/+290 |
* | 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 | 3 | -34/+47 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 3 | -5/+6 |
* | 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 | 2 | -27/+14 |
* | PropertyAccess: Cleanup code, adding comment.v2.0-rc8v2.0-rc7 | Sven Gothel | 2012-04-25 | 1 | -7/+6 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 2 | -2/+2 |
* | 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 | 1 | -21/+42 |