Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> | ||||
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -30/+30 |
| | | | | Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> | ||||
* | PrimitiveStack: Add 'void position(int)' to set new position. Add test case ↵ | Sven Gothel | 2012-12-31 | 1 | -1/+9 |
| | | | | w/ initialSizeElem:=0. | ||||
* | Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a ↵ | Sven Gothel | 2012-12-30 | 1 | -0/+157 |
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. |