Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocate JCPP package: org/anarres/cpp -> com/jogamp/gluegen/jcpp | Sven Gothel | 2015-03-23 | 1 | -296/+0 |
| | |||||
* | Preprocessor.pop_source(..): Fix '#line' number; Preprocessor/Source: Public ↵ | Sven Gothel | 2015-03-23 | 1 | -1/+1 |
| | | | | | | | | | | access (pp.getSource(), s.getParent()) Preprocessor.pop_source(..): Fix '#line' number: See comment: + * FIXME: Removed the '+ 1', since all lines were off by one. + * This solves this case, but I don't know _why_ this was here in the first place. | ||||
* | Apply our jogamp eclipse cleanup filter: 'final', 'whitespace' .. | Sven Gothel | 2015-03-23 | 1 | -14/+14 |
| | |||||
* | jsr305 annotations. | Shevek | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | NetBeans refactorings to standardize codebase. | Shevek | 2014-09-10 | 1 | -1/+5 |
| | |||||
* | Fix #11: Make getPath() public. | Shevek | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Use gradle-velocity-task. | Shevek | 2014-01-29 | 1 | -1/+4 |
| | | | | | Update PreprocessorListener to be an interface. Make Source.getName() public. | ||||
* | Preprocessor: Look at include_next; some null-guards. | Shevek | 2013-12-28 | 1 | -0/+2 |
| | |||||
* | Version bump to 1.4.0-SNAPSHOT. | Shevek | 2013-12-27 | 1 | -0/+287 |
Rewrite build system to use gradle. Clean up source for the new generation. |