aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/anarres/cpp/Preprocessor.java
Commit message (Expand)AuthorAgeFilesLines
* Fix some findbugs warnings.Shevek2015-01-011-2/+2
* Fix #21: Allow including absolute files.Shevek2015-01-011-0/+10
* jsr305 annotations.Shevek2014-12-301-1/+1
* Much simpler fix for #25 still passes tests.Shevek2014-12-301-0/+1
* Fix #23: Allow empty anonymous variadic arguments.Shevek2014-12-301-9/+21
* SourceChangeEvent now uses an enum.Shevek2014-12-031-4/+5
* Handle framework includes.Shevek2014-09-111-0/+9
* Handle conditionals in preprocessor statements.Shevek2014-09-111-3/+12
* Preprocessor: Fix SQSTRING.Shevek2014-09-101-0/+1
* Modernize: Use slf4j and joptsimple.Shevek2014-09-101-9/+9
* NetBeans refactorings to standardize codebase.Shevek2014-09-101-21/+8
* Fix #18: Give access to list of includes.Shevek2014-09-101-1/+15
* Fix #16: NPE on unterminated ifdef.Shevek2014-09-091-11/+29
* Fix #13: Negative constants are not in the C99 standard.Shevek2014-02-051-5/+5
* Preprocessor: Apply JSR305; use getMacro everywhere.Shevek2014-01-191-47/+52
* Fix lots of NumericValue issues - probably more to go.Shevek2014-01-171-7/+7
* Preprocessor: Look at include_next; some null-guards.Shevek2013-12-281-8/+13
* Implement varargs macros, courtesy ochafikShevek2013-12-281-0/+7
* Fix #pragma once.Shevek2013-12-281-28/+62
* Lots of findbugs markers.Shevek2013-12-281-24/+37
* Mark include() as protected to allow jnaerator to call it.Shevek2013-12-281-2/+2
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-271-0/+2016