aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Fix #34.Shevek2017-05-021-0/+70
* Fix #24: Omit trailing comma pasted onto an empty variadic argument.Shevek2015-11-171-1/+1
* Test case for #24.Shevek2015-11-171-0/+63
* Fix #27: Don't preprocess pragma tokens.Shevek2015-05-191-0/+39
* Write IncludeAbsoluteTest properly.vanillaShevek2015-01-011-13/+13
* Hack to make tests pass on trusty jenkins serverShevek2015-01-011-0/+1
* Fix #21: Allow including absolute files.Shevek2015-01-011-0/+34
* Fix #10 using build-time metadata.Shevek2015-01-011-0/+33
* Fix #23: Allow empty anonymous variadic arguments.Shevek2014-12-301-0/+21
* Add extra test from #25.Shevek2014-12-301-0/+43
* Trim whitespace from macro parameters when a new line is detected. Fixes #25TimePath2014-12-301-0/+2
* SourceChangeEvent now uses an enum.Shevek2014-12-032-7/+7
* Handle conditionals in preprocessor statements.Shevek2014-09-111-0/+4
* LexerSource: Handle invalid number as a single INVALID token and don't consum...Shevek2014-09-112-9/+34
* Preprocessor: Fix SQSTRING.Shevek2014-09-101-6/+15
* NetBeans refactorings to standardize codebase.Shevek2014-09-105-14/+11
* Fix #16: NPE on unterminated ifdef.Shevek2014-09-091-3/+20
* Fix #15.Shevek2014-09-081-4/+16
* Fix #13: Negative constants are not in the C99 standard.Shevek2014-02-052-6/+7
* Use gradle-velocity-task.Shevek2014-01-291-2/+2
* Finally fix octal floating point.Shevek2014-01-191-4/+11
* Better numeric base handling. Fix typos in error messages.Shevek2014-01-181-4/+13
* Fix handling of negative exponents.Shevek2014-01-171-0/+4
* Fix lots of NumericValue issues - probably more to go.Shevek2014-01-171-0/+77
* Implement varargs macros, courtesy ochafikShevek2013-12-282-3/+28
* Fix #pragma once.Shevek2013-12-281-4/+25
* Fix floating point lexing: Missing chars and bad token stream.Shevek2013-12-281-18/+34
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-277-0/+442