aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refine API doc of Buffers, fix API doc Platform.NEWLINE.Sven Gothel2012-10-031-0/+8
* Buffers: Add generic slice2Float(..) method from JOGL's ProjectFloat/FloatUtilSven Gothel2012-04-092-5/+46
* Minor edits: Fix API doc / Remove Thread.dumpStack()Sven Gothel2012-03-221-2/+1
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-171-0/+1
* Fix NIO Buffers<T> .put<Type1>(<Type2>) - Add appropriate source -> destinati...Sven Gothel2012-03-051-0/+25
* Add some warning supression tagsSven Gothel2011-10-071-0/+5
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-222-6/+2
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-212-4/+4
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-202-2/+4
* CachedBufferFactory: Cosmetic changes - comments, -1 -> 0Sven Gothel2011-08-091-2/+11
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-211-6/+59
* minor refinementSven Gothel2011-07-201-30/+30
* FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsetsSven Gothel2011-07-201-132/+84
* PointerBuffer: Add duplicate() method (as req by JOCL)Sven Gothel2011-05-011-0/+19
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-276-298/+221
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-263-156/+2
* Fix commentSven Gothel2011-02-221-2/+2
* - Buffers.slice() should maintain byteorder when sliceing ByteBuffersMichael Bien2011-02-221-31/+9
* - ensure slice uses the buffers original byteorder.Michael Bien2011-02-221-2/+2
* Merge remote branch 'mbien/master'Sven Gothel2011-02-141-0/+340
|\
| * added CachedBufferFactory + test.Michael Bien2011-02-131-0/+340
* | Fix: Buffers cstr back to protectedSven Gothel2011-02-131-1/+1
* | Fix: Buffers back to non final ; Added missing JogAmp (c)Sven Gothel2011-02-134-1/+5
|/
* - generified com.jogamp.common.nio.Buffers.Michael Bien2011-02-131-37/+46
* - removed CDC impl for com.jogamp.common.nioMichael Bien2011-02-0911-372/+83
* Buffers float/double conversion: Add arg for given destination buffer; Add ba...Sven Gothel2010-11-191-7/+86
* Enhance API doc .. package description etcSven Gothel2010-11-091-0/+9
* LICENSE.txt changes:Sven Gothel2010-09-145-98/+130
* added slice utility methods to Buffers + rudimentary test.Michael Bien2010-07-041-10/+48
* Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrarySven Gothel2010-06-051-0/+8
* Using Buffers.isDirect(), due to Java <= 1.5 limitationsSven Gothel2010-04-261-1/+1
* Fix 32bit masking / testsSven Gothel2010-04-013-3/+4
* Merged with latest of mbienSven Gothel2010-03-319-244/+313
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-319-0/+1849