summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/nio
Commit message (Expand)AuthorAgeFilesLines
* Bug 1180: Refine BuffersTest: Add assertion for remaining()Sven Gothel2015-07-241-0/+7
* Bug 1180 BuffersTest: Refine test case a bit, add static main for standalone ...Sven Gothel2015-07-241-27/+32
* BUG1180 BuffersTest: Verify positionLimitCapacityAfterArrayAllocationXerxes RĂ„nby2015-07-241-0/+57
* TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to redu...Sven Gothel2015-03-063-10/+60
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-022-3/+3
* SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ...Sven Gothel2014-10-038-16/+16
* SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ...Sven Gothel2014-10-038-16/+16
* TestByteBufferInputStream: Reduce FLUSH_SOFT loadSven Gothel2014-10-031-6/+6
* TestByteBufferCopyStream, TestByteBufferInputStream: Reduce load and test timeSven Gothel2014-10-032-22/+25
* MappedByteBuffer*Stream:Sven Gothel2014-10-032-177/+226
* Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ...Sven Gothel2014-09-293-14/+191
* Bug 1080 - Add write support for memory mapped big file I/O via specialized O...Sven Gothel2014-09-262-1/+276
* Bug 1080 - Fix TestByteBufferInputStream: Handle OutOfMemoryError cause in IO...Sven Gothel2014-09-261-26/+43
* Bug 1080 - Add read support for memory mapped big file I/O via specialized In...Sven Gothel2014-09-251-0/+334
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-035-131/+135
* Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classesSven Gothel2013-08-315-0/+20
* Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting...Sven Gothel2013-02-081-5/+5
* TestTracer -> JunitTracerv2.0-rc4Sven Gothel2011-12-025-10/+10
* Fix Test1p2ProcAddressEmitter (static var); Add TestTracerSven Gothel2011-12-025-5/+13
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-271-0/+7
* Fix TestStructAccessorEndianSven Gothel2011-07-211-3/+10
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-172-11/+8
* - ensure slice uses the buffers original byteorder.Michael Bien2011-02-221-0/+2
* added CachedBufferFactory + test.Michael Bien2011-02-131-0/+244
* improved BuffersTest.slice().Michael Bien2011-02-131-1/+32
* moved struct and buffer test to its nio friends, cleaned up importsMichael Bien2011-02-132-0/+89
* Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest...Sven Gothel2010-11-251-0/+57
* Buffers float/double conversion: Add arg for given destination buffer; Add ba...Sven Gothel2010-11-191-0/+153