index
:
jcpp.git
master
vanilla
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Handle framework includes.
Shevek
2014-09-11
1
-0
/
+9
|
*
Handle conditionals in preprocessor statements.
Shevek
2014-09-11
1
-3
/
+12
|
*
LexerSource: Handle invalid number as a single INVALID token and don't ↵
Shevek
2014-09-11
1
-6
/
+10
|
|
|
|
consume the entire line.
*
Preprocessor: Fix SQSTRING.
Shevek
2014-09-10
1
-0
/
+1
|
*
Modernize: Use slf4j and joptsimple.
Shevek
2014-09-10
7
-256
/
+139
|
*
NetBeans refactorings to standardize codebase.
Shevek
2014-09-10
20
-401
/
+364
|
*
Fix #18: Give access to list of includes.
Shevek
2014-09-10
1
-1
/
+15
|
*
Fix #16: NPE on unterminated ifdef.
Shevek
2014-09-09
2
-12
/
+35
|
*
Fix #15.
Shevek
2014-09-08
1
-0
/
+6
|
*
Fix #11: Make getPath() public.
Shevek
2014-02-07
3
-3
/
+3
|
*
Fix #13: Negative constants are not in the C99 standard.
Shevek
2014-02-05
3
-34
/
+21
|
*
Use gradle-velocity-task.
Shevek
2014-01-29
7
-42
/
+101
|
|
|
|
|
Update PreprocessorListener to be an interface. Make Source.getName() public.
*
Finally fix octal floating point.
Shevek
2014-01-19
1
-39
/
+27
|
*
Preprocessor: Apply JSR305; use getMacro everywhere.
Shevek
2014-01-19
1
-47
/
+52
|
*
Better numeric base handling. Fix typos in error messages.
Shevek
2014-01-18
2
-27
/
+77
|
*
Fix handling of negative exponents.
Shevek
2014-01-17
2
-9
/
+23
|
*
Fix lots of NumericValue issues - probably more to go.
Shevek
2014-01-17
4
-36
/
+98
|
*
Preprocessor: Look at include_next; some null-guards.
Shevek
2013-12-28
2
-8
/
+15
|
*
Implement varargs macros, courtesy ochafik
Shevek
2013-12-28
1
-0
/
+7
|
*
Fix #pragma once.
Shevek
2013-12-28
3
-73
/
+116
|
*
Lots of findbugs markers.
Shevek
2013-12-28
2
-26
/
+43
|
*
Mark include() as protected to allow jnaerator to call it.
Shevek
2013-12-28
1
-2
/
+2
|
*
Fix floating point lexing: Missing chars and bad token stream.
Shevek
2013-12-28
1
-1
/
+7
|
*
Version bump to 1.4.0-SNAPSHOT.
Shevek
2013-12-27
34
-0
/
+6245
Rewrite build system to use gradle. Clean up source for the new generation.