aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/anarres/cpp/MacroTokenSource.java
Commit message (Collapse)AuthorAgeFilesLines
* Relocate JCPP package: org/anarres/cpp -> com/jogamp/gluegen/jcppSven Gothel2015-03-231-207/+0
|
* jsr305 annotations.Shevek2014-12-301-9/+9
|
* Much simpler fix for #25 still passes tests.Shevek2014-12-301-5/+1
|
* Trim whitespace from macro parameters when a new line is detected. Fixes #25TimePath2014-12-301-1/+5
| | | | Signed-off-by: Shevek <[email protected]>
* NetBeans refactorings to standardize codebase.Shevek2014-09-101-1/+0
|
* Fix #16: NPE on unterminated ifdef.Shevek2014-09-091-1/+6
|
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-271-0/+203
Rewrite build system to use gradle. Clean up source for the new generation.