| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 1 | -0/+1 |
* | Fix NIO Buffers<T> .put<Type1>(<Type2>) - Add appropriate source -> destinati... | Sven Gothel | 2012-03-05 | 1 | -0/+25 |
* | Add some warning supression tags | Sven Gothel | 2011-10-07 | 1 | -0/+5 |
* | gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot... | Sven Gothel | 2011-09-22 | 2 | -6/+2 |
* | Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt... | Sven Gothel | 2011-09-21 | 2 | -4/+4 |
* | Remove redundant: NativeLibrary.ensureNativeLibLoaded() | Sven Gothel | 2011-09-20 | 2 | -2/+4 |
* | CachedBufferFactory: Cosmetic changes - comments, -1 -> 0 | Sven Gothel | 2011-08-09 | 1 | -2/+11 |
* | GlueGen proper size / alignment of primitive and compound types usage [2/2] -... | Sven Gothel | 2011-07-21 | 1 | -6/+59 |
* | minor refinement | Sven Gothel | 2011-07-20 | 1 | -30/+30 |
* | FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsets | Sven Gothel | 2011-07-20 | 1 | -132/+84 |
* | PointerBuffer: Add duplicate() method (as req by JOCL) | Sven Gothel | 2011-05-01 | 1 | -0/+19 |
* | NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all... | Sven Gothel | 2011-04-27 | 6 | -298/+221 |
* | refactoring in common.nio public api - removed Int64Buffer | Michael Bien | 2011-04-26 | 3 | -156/+2 |
* | Fix comment | Sven Gothel | 2011-02-22 | 1 | -2/+2 |
* | - Buffers.slice() should maintain byteorder when sliceing ByteBuffers | Michael Bien | 2011-02-22 | 1 | -31/+9 |
* | - ensure slice uses the buffers original byteorder. | Michael Bien | 2011-02-22 | 1 | -2/+2 |
* | Merge remote branch 'mbien/master' | Sven Gothel | 2011-02-14 | 1 | -0/+340 |
|\ |
|
| * | added CachedBufferFactory + test. | Michael Bien | 2011-02-13 | 1 | -0/+340 |
* | | Fix: Buffers cstr back to protected | Sven Gothel | 2011-02-13 | 1 | -1/+1 |
* | | Fix: Buffers back to non final ; Added missing JogAmp (c) | Sven Gothel | 2011-02-13 | 4 | -1/+5 |
|/ |
|
* | - generified com.jogamp.common.nio.Buffers. | Michael Bien | 2011-02-13 | 1 | -37/+46 |
* | - removed CDC impl for com.jogamp.common.nio | Michael Bien | 2011-02-09 | 11 | -372/+83 |
* | Buffers float/double conversion: Add arg for given destination buffer; Add ba... | Sven Gothel | 2010-11-19 | 1 | -7/+86 |
* | Enhance API doc .. package description etc | Sven Gothel | 2010-11-09 | 1 | -0/+9 |
* | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 5 | -98/+130 |
* | added slice utility methods to Buffers + rudimentary test. | Michael Bien | 2010-07-04 | 1 | -10/+48 |
* | Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrary | Sven Gothel | 2010-06-05 | 1 | -0/+8 |
* | Using Buffers.isDirect(), due to Java <= 1.5 limitations | Sven Gothel | 2010-04-26 | 1 | -1/+1 |
* | Fix 32bit masking / tests | Sven Gothel | 2010-04-01 | 3 | -3/+4 |
* | Merged with latest of mbien | Sven Gothel | 2010-03-31 | 9 | -244/+313 |
* | introduced com.jogamp.common.{nio,os} packages and moved some classes. | Michael Bien | 2010-03-31 | 9 | -0/+1849 |