summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio/Buffers.java
Commit message (Expand)AuthorAgeFilesLines
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-80/+80
* Buffers: Split slice2Float(..) into dedicated methods for FloatBuffer and flo...Sven Gothel2014-06-271-32/+53
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-78/+78
* Buffers.java - spellingMatthew Gibson2013-08-261-12/+12
* Buffers: getRemainingBytes(Object) -> remainingBytes(Object); sizeOfBufferEle...Sven Gothel2013-04-291-60/+60
* Buffers: Add 'sizeOfBufferType(Class<?> bufferType)'Sven Gothel2013-04-271-1/+24
* Buffers: Expose 'getRemainingBytes(Object buffer)'Sven Gothel2013-04-271-6/+30
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-091-0/+0
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-191-19/+27
* Merge remote-tracking branch 'xranby/gcj-gij'Sven Gothel2013-01-181-3/+17
|\
| * Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE.Xerxes RĂ„nby2013-01-181-3/+17
* | Buffers: Fix typoSven Gothel2013-01-181-2/+2
|/
* Fix Buffers.copy<Type>Buffer[asByteBuffer](..): Reset position of the passed ...Sven Gothel2012-10-181-14/+15
* Buffers: Add normalized put methods, i.e. incl. value range conversion; New u...Sven Gothel2012-10-171-2/+108
* Buffers.toString(): Add optional format string for single elementSven Gothel2012-10-101-8/+39
* 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-091-4/+46
* Minor edits: Fix API doc / Remove Thread.dumpStack()Sven Gothel2012-03-221-2/+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
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-271-12/+14
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-261-15/+2
* Fix commentSven Gothel2011-02-221-2/+2
* - Buffers.slice() should maintain byteorder when sliceing ByteBuffersMichael Bien2011-02-221-31/+9
* Fix: Buffers cstr back to protectedSven Gothel2011-02-131-1/+1
* Fix: Buffers back to non final ; Added missing JogAmp (c)Sven Gothel2011-02-131-1/+2
* - generified com.jogamp.common.nio.Buffers.Michael Bien2011-02-131-37/+46
* - removed CDC impl for com.jogamp.common.nioMichael Bien2011-02-091-73/+50
* Buffers float/double conversion: Add arg for given destination buffer; Add ba...Sven Gothel2010-11-191-7/+86
* 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
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-311-0/+707