aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio
Commit message (Collapse)AuthorAgeFilesLines
* Buffers float/double conversion: Add arg for given destination buffer; Add ↵Sven Gothel2010-11-191-7/+86
| | | | back conversion; Add unit test for arrays
* Enhance API doc .. package description etcSven Gothel2010-11-091-0/+9
|
* LICENSE.txt changes:Sven Gothel2010-09-145-98/+130
| | | | | | | | | | | | | - Added JogAmp Community and common denominator: New BSD 3-clause license - Added note to make/lib binary file (source and license) Added source and license text for external binaries used in build process (make/lib folder). Changed 'Sven Gothel' and 'Michael Bien' New BSD 3-clause license to 'JogAmp Community' Simplified BSD 2-clause license.
* added slice utility methods to Buffers + rudimentary test.Michael Bien2010-07-041-10/+48
|
* Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrarySven Gothel2010-06-051-0/+8
| | | | | | | | | | | | Buffers add 'float[] getFloatArray(double[])' conversion, ready to replace all JOGL InternalBufferUtil's. NativeLibrary/DynamicLinker add global lookup method allowing Unices and OSX to lookup a symbol globally. However, this is not recommended, due to the lookup costs. Windows is not supported here. Primitive type HashMap's (IntIntHashMap): Added putAll()
* Using Buffers.isDirect(), due to Java <= 1.5 limitationsSven Gothel2010-04-261-1/+1
|
* Fix 32bit masking / testsSven Gothel2010-04-013-3/+4
|
* Merged with latest of mbienSven Gothel2010-03-319-244/+313
|
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-319-0/+1849