Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gluegen: remove some unused imports | Harvey Harrison | 2014-05-31 | 1 | -1/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | gluegen: use String.format to emit the error exception in implementation classesv2.1.3 | Harvey Harrison | 2013-11-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | Changes emitted code from: if (__addr_ == 0) { throw new Exception("Method \"" + "$methodName" + "\" not available"); to: if (__addr == 0) { throw new Exception(String.format("Method \"%s\" not available", "$methodName")); This removes all the redundant error message parts for each error string and only stores the unique method name in a string. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -8/+8 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 1 | -0/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | Renamed com.sun.gluegen -> com.jogamp.gluegen | Sven Gothel | 2010-11-06 | 1 | -0/+153 |