aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Much simpler fix for #25 still passes tests.Shevek2014-12-302-5/+2
|
* Fix #23: Allow empty anonymous variadic arguments.Shevek2014-12-301-9/+21
|
* Trim whitespace from macro parameters when a new line is detected. Fixes #25TimePath2014-12-301-1/+5
| | | | Signed-off-by: Shevek <[email protected]>
* SourceChangeEvent now uses an enum.Shevek2014-12-033-6/+12
| | | | -> gradle 2.2.1
* Handle framework includes.Shevek2014-09-111-0/+9
|
* Handle conditionals in preprocessor statements.Shevek2014-09-111-3/+12
|
* LexerSource: Handle invalid number as a single INVALID token and don't ↵Shevek2014-09-111-6/+10
| | | | consume the entire line.
* Preprocessor: Fix SQSTRING.Shevek2014-09-101-0/+1
|
* Modernize: Use slf4j and joptsimple.Shevek2014-09-107-256/+139
|
* NetBeans refactorings to standardize codebase.Shevek2014-09-1020-401/+364
|
* Fix #18: Give access to list of includes.Shevek2014-09-101-1/+15
|
* Fix #16: NPE on unterminated ifdef.Shevek2014-09-092-12/+35
|
* Fix #15.Shevek2014-09-081-0/+6
|
* Fix #11: Make getPath() public.Shevek2014-02-073-3/+3
|
* Fix #13: Negative constants are not in the C99 standard.Shevek2014-02-053-34/+21
|
* Use gradle-velocity-task.Shevek2014-01-297-42/+101
| | | | | Update PreprocessorListener to be an interface. Make Source.getName() public.
* Finally fix octal floating point.Shevek2014-01-191-39/+27
|
* Preprocessor: Apply JSR305; use getMacro everywhere.Shevek2014-01-191-47/+52
|
* Better numeric base handling. Fix typos in error messages.Shevek2014-01-182-27/+77
|
* Fix handling of negative exponents.Shevek2014-01-172-9/+23
|
* Fix lots of NumericValue issues - probably more to go.Shevek2014-01-173-36/+92
|
* Preprocessor: Look at include_next; some null-guards.Shevek2013-12-282-8/+15
|
* Implement varargs macros, courtesy ochafikShevek2013-12-281-0/+7
|
* Fix #pragma once.Shevek2013-12-283-73/+116
|
* Lots of findbugs markers.Shevek2013-12-282-26/+43
|
* Mark include() as protected to allow jnaerator to call it.Shevek2013-12-281-2/+2
|
* Fix floating point lexing: Missing chars and bad token stream.Shevek2013-12-281-1/+7
|
* Version bump to 1.4.0-SNAPSHOT.Shevek2013-12-2731-0/+6150
Rewrite build system to use gradle. Clean up source for the new generation.