Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -8/+8 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | Buffers: Expose 'getRemainingBytes(Object buffer)' | Sven Gothel | 2013-04-27 | 1 | -0/+1 |
| | |||||
* | Buffers: Add generic slice2Float(..) method from JOGL's ProjectFloat/FloatUtil | Sven Gothel | 2012-04-09 | 1 | -1/+0 |
| | |||||
* | NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, ↵ | Sven Gothel | 2011-04-27 | 1 | -6/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alloc referenced data map if used only) This patch doesn't impact GlueGen's code generation, but enhance and fix PointerBuffer usage only. remove explicit backup array As suggested by Michael Bien with a proposed patch, PointerBuffer's backup array is not only redundant in case it's not used, but also erroneous - due to possible sliced buffers. Removes the explicit backup array implementation leaving it up to the user, ie how PointerBuffer is created (alloc/allocDirect) and use the underlying nio's buffer backup array, if available. This also fixes the (never tested) case of indirect w/ backup array usage on 32bit platform size. In this case the array shall be of type int[], holding 32bit pointer - on 64bit long[]. Previous to this patch, it was always long[]. Added more thorough tests of PointerBuffer, notably indirect w/ backup array and native deep copy and filling of a pointer array. alloc referenced data map if used only As suggested by Michael Bien with a proposed patch, the allocation of the dataMap hash map is redundant in case it's not used. The hash map will be initialized lazy, if needed only. | ||||
* | - removed CDC impl for com.jogamp.common.nio | Michael Bien | 2011-02-09 | 1 | -6/+2 |
| | | | | - generified class hierarchy (casts no longer needed in client code) - @Override where needed and other minor changes | ||||
* | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 1 | -0/+28 |
| | | | | | | | | | | | | | - 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. | ||||
* | Merged with latest of mbien | Sven Gothel | 2010-03-31 | 1 | -13/+20 |
| | |||||
* | introduced com.jogamp.common.{nio,os} packages and moved some classes. | Michael Bien | 2010-03-31 | 1 | -0/+47 |