Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comment | Sven Gothel | 2011-02-22 | 1 | -2/+2 |
| | |||||
* | - Buffers.slice() should maintain byteorder when sliceing ByteBuffers | Michael Bien | 2011-02-22 | 1 | -31/+9 |
| | | | - simplified isDirect() and getArray() | ||||
* | Fix: Buffers cstr back to protected | Sven Gothel | 2011-02-13 | 1 | -1/+1 |
| | |||||
* | Fix: Buffers back to non final ; Added missing JogAmp (c) | Sven Gothel | 2011-02-13 | 1 | -1/+2 |
| | |||||
* | - generified com.jogamp.common.nio.Buffers. | Michael Bien | 2011-02-13 | 1 | -37/+46 |
| | | | | - class is now final (change it back on demand) - added concurrency warning to slice() method doc | ||||
* | - removed CDC impl for com.jogamp.common.nio | Michael Bien | 2011-02-09 | 1 | -73/+50 |
| | | | | - generified class hierarchy (casts no longer needed in client code) - @Override where needed and other minor changes | ||||
* | Buffers float/double conversion: Add arg for given destination buffer; Add ↵ | Sven Gothel | 2010-11-19 | 1 | -7/+86 |
| | | | | back conversion; Add unit test for arrays | ||||
* | added slice utility methods to Buffers + rudimentary test. | Michael Bien | 2010-07-04 | 1 | -10/+48 |
| | |||||
* | Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrary | Sven Gothel | 2010-06-05 | 1 | -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() | ||||
* | introduced com.jogamp.common.{nio,os} packages and moved some classes. | Michael Bien | 2010-03-31 | 1 | -0/+707 |