summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Update PreprocessorListener to be an interface. Make Source.getName() public.
* 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-283-3/+36
|
* Fix #pragma once.Shevek2013-12-283-4/+29
|
* Fix floating point lexing: Missing chars and bad token stream.Shevek2013-12-281-18/+34
|
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-2712-0/+520
Rewrite build system to use gradle. Clean up source for the new generation.