Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -14/+14 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | PrimitiveStack: Add 'void position(int)' to set new position. Add test case ↵ | Sven Gothel | 2012-12-31 | 1 | -5/+13 |
| | | | | w/ initialSizeElem:=0. | ||||
* | Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a ↵ | Sven Gothel | 2012-12-30 | 1 | -0/+72 |
simple primitive stack implementation. Currently only FILO put/get operations are implemented using either primitive arrays as I/O itself or <Type>Buffer. Unit tests are included.. Note: Only FloatStack is implemented in a manual, where others (IntegerStack) is derived (generated) from it. Same goes w/ unit tests. |