summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio
Commit message (Expand)AuthorAgeFilesLines
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ...Sven Gothel2015-03-231-0/+23
* Minor Cleanup: Buffers: Remove !JAVA_6 branch; NativeLibrary: Reuse isOSX det...Sven Gothel2015-02-011-27/+13
* MappedByteBufferInputStream: Default CacheMode is FLUSH_PRE_HARD now (was FLU...Sven Gothel2014-10-031-7/+7
* MappedByteBuffer*Stream:Sven Gothel2014-10-032-64/+266
* Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ...Sven Gothel2014-09-293-78/+321
* Bug 1080 - Add write support for memory mapped big file I/O via specialized O...Sven Gothel2014-09-262-89/+462
* Bug 1080 - Fix TestByteBufferInputStream: Handle OutOfMemoryError cause in IO...Sven Gothel2014-09-261-0/+7
* Bug 1080 - Add read support for memory mapped big file I/O via specialized In...Sven Gothel2014-09-252-0/+670
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-035-177/+177
* Buffers: Split slice2Float(..) into dedicated methods for FloatBuffer and flo...Sven Gothel2014-06-271-32/+53
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-251-3/+3
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-172-0/+18
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-176-170/+170
* Buffers.java - spellingMatthew Gibson2013-08-261-12/+12
* Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip Buffers.sizeOfBu...Sven Gothel2013-06-252-18/+22
* AbstractBuffer: Generalize 'capacity' calculation, since we may encounter a b...Sven Gothel2013-06-251-1/+1
* 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-272-6/+31
* 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 Bug625: StructAccessor missing setShortsAt() and getShortsAt() methods fo...Sven Gothel2012-12-301-0/+13
* 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-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