| Commit message (Expand) | Author | Age | Files | Lines |
* | NIO NativeBuffer, {Element,Pointer}Buffer: Add limit, clear and flip; Arrange... | Sven Gothel | 2023-06-23 | 4 | -94/+385 |
* | ElementBuffer: Add absolute get/put multi-element with full srcElemPos, destE... | Sven Gothel | 2023-06-17 | 1 | -23/+42 |
* | Buffers.copyNativeToDirectByteBuffer(): Remove unused var | Sven Gothel | 2023-06-16 | 1 | -1/+0 |
* | GlueGen Struct [1]: Enhance com.jogamp.common.nio.* to serve a most native-fr... | Sven Gothel | 2023-06-16 | 6 | -185/+867 |
* | Buffers: Add put[34][bsifd](..) and array-put variants for flexibility/perfor... | Sven Gothel | 2023-03-06 | 1 | -1/+468 |
* | MappedByteBufferInputStream: Reduce dependency to Platform | Sven Gothel | 2023-01-23 | 1 | -5/+5 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | Bug 1363: Java 11: Extract and extend sun.misc.Unsafe functionality to Unsafe...java11ios | Sven Gothel | 2019-09-04 | 1 | -28/+12 |
* | Bug 1363: Java 11: Resolve Buffers.Cleaner implementation | Sven Gothel | 2019-08-19 | 1 | -8/+46 |
* | Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename g... | Sven Gothel | 2019-08-18 | 2 | -2/+2 |
* | MappedByteBufferInputStream: Add flushSlices() to release mapped slices to sa... | Sven Gothel | 2018-01-15 | 1 | -8/+31 |
* | Factor out Cleaner access for general use (Cleaning up NIO DirectBuffer) | Sven Gothel | 2017-02-22 | 2 | -55/+75 |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ... | Sven Gothel | 2015-03-23 | 1 | -0/+23 |
* | Minor Cleanup: Buffers: Remove !JAVA_6 branch; NativeLibrary: Reuse isOSX det... | Sven Gothel | 2015-02-01 | 1 | -27/+13 |
* | MappedByteBufferInputStream: Default CacheMode is FLUSH_PRE_HARD now (was FLU... | Sven Gothel | 2014-10-03 | 1 | -7/+7 |
* | MappedByteBuffer*Stream: | Sven Gothel | 2014-10-03 | 2 | -64/+266 |
* | Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ... | Sven Gothel | 2014-09-29 | 3 | -78/+321 |
* | Bug 1080 - Add write support for memory mapped big file I/O via specialized O... | Sven Gothel | 2014-09-26 | 2 | -89/+462 |
* | Bug 1080 - Fix TestByteBufferInputStream: Handle OutOfMemoryError cause in IO... | Sven Gothel | 2014-09-26 | 1 | -0/+7 |
* | Bug 1080 - Add read support for memory mapped big file I/O via specialized In... | Sven Gothel | 2014-09-25 | 2 | -0/+670 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 5 | -177/+177 |
* | Buffers: Split slice2Float(..) into dedicated methods for FloatBuffer and flo... | Sven Gothel | 2014-06-27 | 1 | -32/+53 |
* | Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a... | Sven Gothel | 2014-06-25 | 1 | -3/+3 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 2 | -0/+18 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 6 | -170/+170 |
* | Buffers.java - spelling | Matthew Gibson | 2013-08-26 | 1 | -12/+12 |
* | Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip Buffers.sizeOfBu... | Sven Gothel | 2013-06-25 | 2 | -18/+22 |
* | AbstractBuffer: Generalize 'capacity' calculation, since we may encounter a b... | Sven Gothel | 2013-06-25 | 1 | -1/+1 |
* | 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 | 2 | -6/+31 |
* | 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 Bug625: StructAccessor missing setShortsAt() and getShortsAt() methods fo... | Sven Gothel | 2012-12-30 | 1 | -0/+13 |
* | 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 | 2 | -5/+46 |
* | Minor edits: Fix API doc / Remove Thread.dumpStack() | Sven Gothel | 2012-03-22 | 1 | -2/+1 |
* | 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 |