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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix #16: NPE on unterminated ifdef.
Shevek
2014-09-09
3
-15
/
+55
|
*
Fix #15.
Shevek
2014-09-08
2
-4
/
+22
|
*
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
5
-40
/
+28
|
*
Use gradle-velocity-task.
Shevek
2014-01-29
8
-44
/
+103
|
|
|
|
|
Update PreprocessorListener to be an interface. Make Source.getName() public.
*
Finally fix octal floating point.
Shevek
2014-01-19
2
-43
/
+38
|
*
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
3
-31
/
+90
|
*
Fix handling of negative exponents.
Shevek
2014-01-17
3
-9
/
+27
|
*
Fix lots of NumericValue issues - probably more to go.
Shevek
2014-01-17
5
-36
/
+175
|
*
Preprocessor: Look at include_next; some null-guards.
Shevek
2013-12-28
2
-8
/
+15
|
*
Implement varargs macros, courtesy ochafik
Shevek
2013-12-28
4
-3
/
+43
|
*
Fix #pragma once.
Shevek
2013-12-28
6
-77
/
+145
|
*
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
2
-19
/
+41
|
*
Version bump to 1.4.0-SNAPSHOT.
Shevek
2013-12-27
70
-5734
/
+5795
|
|
|
|
|
Rewrite build system to use gradle. Clean up source for the new generation.
*
LexerSourceTestCase: Check token offsets to detect bug spotted in jnaerator ↵
Shevek
2013-11-04
1
-0
/
+3
|
|
|
|
edition.
*
Add missing directories to git.
Shevek
2013-11-04
1
-0
/
+0
|
*
StringLexerSource doesn't need to throw IOException.
Shevek
2013-11-04
1
-4
/
+2
|
*
Test cases for single-quoted string.
Shevek
2012-09-04
2
-3
/
+5
|
*
Support single-quoted strings properly, as a variant of 'character'.
Shevek
2012-09-04
2
-3
/
+18
|
*
NumericValue: Allow floating point numbers.
Shevek
2012-04-01
7
-67
/
+292
|
*
Make ant task work a lot better.
Shevek
2011-07-08
4
-153
/
+268
|
*
Add nested-comment test case
Shevek
2011-01-20
1
-0
/
+1
|
*
Fix some lexer bugs
Shevek
2011-01-19
2
-6
/
+26
|
*
Fix line offsets in read after unget.
Shevek
2011-01-19
1
-6
/
+14
|
*
feature requests from ochafik
Shevek
2009-04-23
4
-11
/
+78
|
*
fix widening macro case
Shevek
2009-04-08
4
-3
/
+32
|
*
allow @ as a token for objective C
Shevek
2009-03-31
1
-0
/
+3
|
*
Fix comments in macros. Fix EOF killing jcpp. Allow macros after whitespace.
Shevek
2009-03-31
3
-4
/
+25
|
*
stop OOBE on high chars
Shevek
2009-02-06
1
-1
/
+1
|
*
start on objc
Shevek
2009-02-06
5
-7
/
+72
|
*
remove quadratic getName; close lexers; add debug flags
Shevek
2008-06-14
9
-38
/
+185
|
*
extend testing a bit
Shevek
2008-06-13
1
-0
/
+6
|
*
handle errors better, using features
Shevek
2008-06-13
6
-26
/
+49
|
*
implement Feature.CSYNTAX, Feature.KEEPCOMMENTS, etc
Shevek
2008-06-13
9
-48
/
+56
|
*
new error propagation mechanism; add include list
Shevek
2008-06-11
6
-137
/
+213
|
*
change return types on VFS methods
Shevek
2008-06-06
2
-4
/
+4
|
*
test vfs a bit
Shevek
2008-06-06
3
-19
/
+45
|
*
implement VFS properly
Shevek
2008-06-06
10
-21
/
+237
|
*
update license
Shevek
2008-06-03
23
-345
/
+299
|
*
make vfiles work better
Shevek
2008-05-31
4
-31
/
+40
|
*
javadoc; more warning checks
Shevek
2008-05-18
5
-22
/
+181
|
*
minor patches for 1.2.1 release
Shevek
2008-05-18
3
-4
/
+5
|
*
update findbugs, work towards 1.2
Shevek
2008-05-18
8
-40
/
+140
|
*
findbugs: nothing major
Shevek
2008-05-08
2
-2
/
+6
|
*
license two files
Shevek
2008-05-08
2
-0
/
+38
|
*
clean up cpp task some more
Shevek
2008-05-08
1
-3
/
+8
|
*
add cpp task
Shevek
2008-05-08
2
-1
/
+89
|
[next]