aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio/PointerBuffer.java
Commit message (Expand)AuthorAgeFilesLines
* NIO NativeBuffer, {Element,Pointer}Buffer: Add limit, clear and flip; Arrange...Sven Gothel2023-06-231-33/+80
* GlueGen Struct [1]: Enhance com.jogamp.common.nio.* to serve a most native-fr...Sven Gothel2023-06-161-42/+46
* Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename g...Sven Gothel2019-08-181-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-22/+22
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+5
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-22/+22
* Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip Buffers.sizeOfBu...Sven Gothel2013-06-251-8/+7
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-221-3/+1
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-211-2/+2
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-201-1/+2
* 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-271-39/+151
* - removed CDC impl for com.jogamp.common.nioMichael Bien2011-02-091-19/+8
* LICENSE.txt changes:Sven Gothel2010-09-141-24/+25
* Using Buffers.isDirect(), due to Java <= 1.5 limitationsSven Gothel2010-04-261-1/+1
* Fix 32bit masking / testsSven Gothel2010-04-011-1/+2
* Merged with latest of mbienSven Gothel2010-03-311-94/+23
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-311-0/+227