index
:
gluegen.git
1.0b06-maint
JOGL_2_SANDBOX
JOGL_CDCCVM_sgothel
MIPS_PORT
android.merged_launcher_gluegen
b202_gl44
b22x
callback_gluemap
callback_jniuserparamproxy
ios
java11
javafx
master
pulled
rc
v2.3.1_winexe
GLUEGEN repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
com
/
jogamp
/
common
/
nio
/
Buffers.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1363: Java 11: Extract and extend sun.misc.Unsafe functionality to Unsafe...
java11
ios
Sven Gothel
2019-09-04
1
-28
/
+12
*
Bug 1363: Java 11: Resolve Buffers.Cleaner implementation
Sven Gothel
2019-08-19
1
-8
/
+46
*
Factor out Cleaner access for general use (Cleaning up NIO DirectBuffer)
Sven Gothel
2017-02-22
1
-0
/
+71
*
Minor Cleanup: Buffers: Remove !JAVA_6 branch; NativeLibrary: Reuse isOSX det...
Sven Gothel
2015-02-01
1
-27
/
+13
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-80
/
+80
*
Buffers: Split slice2Float(..) into dedicated methods for FloatBuffer and flo...
Sven Gothel
2014-06-27
1
-32
/
+53
*
gluegen: remove trailing whitespace
Harvey Harrison
2013-10-17
1
-78
/
+78
*
Buffers.java - spelling
Matthew Gibson
2013-08-26
1
-12
/
+12
*
Buffers: getRemainingBytes(Object) -> remainingBytes(Object); sizeOfBufferEle...
Sven Gothel
2013-04-29
1
-60
/
+60
*
Buffers: Add 'sizeOfBufferType(Class<?> bufferType)'
Sven Gothel
2013-04-27
1
-1
/
+24
*
Buffers: Expose 'getRemainingBytes(Object buffer)'
Sven Gothel
2013-04-27
1
-6
/
+30
*
gluegen: remove executable bit from java and c source files
Harvey Harrison
2013-04-09
1
-0
/
+0
*
Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...
Sven Gothel
2013-01-19
1
-19
/
+27
*
Merge remote-tracking branch 'xranby/gcj-gij'
Sven Gothel
2013-01-18
1
-3
/
+17
|
\
|
*
Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE.
Xerxes RĂ„nby
2013-01-18
1
-3
/
+17
*
|
Buffers: Fix typo
Sven Gothel
2013-01-18
1
-2
/
+2
|
/
*
Fix Buffers.copy<Type>Buffer[asByteBuffer](..): Reset position of the passed ...
Sven Gothel
2012-10-18
1
-14
/
+15
*
Buffers: Add normalized put methods, i.e. incl. value range conversion; New u...
Sven Gothel
2012-10-17
1
-2
/
+108
*
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
1
-0
/
+8
*
Buffers: Add generic slice2Float(..) method from JOGL's ProjectFloat/FloatUtil
Sven Gothel
2012-04-09
1
-4
/
+46
*
Minor edits: Fix API doc / Remove Thread.dumpStack()
Sven Gothel
2012-03-22
1
-2
/
+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
*
NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...
Sven Gothel
2011-04-27
1
-12
/
+14
*
refactoring in common.nio public api - removed Int64Buffer
Michael Bien
2011-04-26
1
-15
/
+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
*
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
1
-1
/
+2
*
- 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
1
-73
/
+50
*
Buffers float/double conversion: Add arg for given destination buffer; Add ba...
Sven Gothel
2010-11-19
1
-7
/
+86
*
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
*
introduced com.jogamp.common.{nio,os} packages and moved some classes.
Michael Bien
2010-03-31
1
-0
/
+707