aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/anarres/cpp/Source.java
Commit message (Collapse)AuthorAgeFilesLines
* Relocate JCPP package: org/anarres/cpp -> com/jogamp/gluegen/jcppSven Gothel2015-03-231-296/+0
|
* Preprocessor.pop_source(..): Fix '#line' number; Preprocessor/Source: Public ↵Sven Gothel2015-03-231-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 Gothel2015-03-231-14/+14
|
* jsr305 annotations.Shevek2014-12-301-1/+1
|
* NetBeans refactorings to standardize codebase.Shevek2014-09-101-1/+5
|
* Fix #11: Make getPath() public.Shevek2014-02-071-1/+1
|
* Use gradle-velocity-task.Shevek2014-01-291-1/+4
| | | | | Update PreprocessorListener to be an interface. Make Source.getName() public.
* Preprocessor: Look at include_next; some null-guards.Shevek2013-12-281-0/+2
|
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-271-0/+287
Rewrite build system to use gradle. Clean up source for the new generation.