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 (
Expand
)
Author
Age
Files
Lines
*
Preprocessor: Add feature UNIFIED_OUTPUT (now default in GlueGen's JCPP): lin...
HEAD
v2.5.0
master
Sven Gothel
2023-08-12
3
-4
/
+18
*
JCPP: Resolve another merge conflict
Sven Gothel
2023-08-08
1
-1
/
+0
*
Merge remote-tracking branch 'upstream/master' into pulled
Sven Gothel
2023-08-08
29
-120
/
+289
|
\
|
*
LexerSource: Fix handling of numeric values with explicit positive exponents.
Shevek
2019-08-19
1
-1
/
+1
|
*
LexerSource: Support text round-trip of lost and lonely unicode.
Shevek
2018-09-04
1
-5
/
+12
|
*
InputLexerSource: Don't force buffering of the reader.
Shevek
2017-05-15
1
-1
/
+5
|
*
Add missing @Override.
Shevek
2017-05-15
1
-0
/
+1
|
*
Fix #34.
Shevek
2017-05-02
1
-1
/
+11
|
*
Fix #24: Omit trailing comma pasted onto an empty variadic argument.
Shevek
2015-11-17
2
-2
/
+39
|
*
Test case for #24.
Shevek
2015-11-17
1
-1
/
+1
|
*
Token.getValue() does not merit a @CheckForNull.
Shevek
2015-07-28
1
-1
/
+1
|
*
Fix more charset issues.
Shevek
2015-07-28
2
-6
/
+6
|
*
Fix some findbugs warnings.
Shevek
2015-07-28
4
-43
/
+64
|
*
NumericValue: Overflow a bit later on overlong integers.
Shevek
2015-06-16
1
-0
/
+7
|
*
Update copyrights to 2015.
Shevek
2015-06-15
29
-30
/
+30
|
*
NumericValue: Deal slightly more elegantly with unadorned longs.
Shevek
2015-06-15
1
-5
/
+9
|
*
LexerSource: Comment escape()
Shevek
2015-06-15
1
-0
/
+7
|
*
Fix #27: Don't preprocess pragma tokens.
Shevek
2015-05-19
1
-2
/
+4
|
*
Fix two javadoc @param warnings.
Shevek
2015-05-13
1
-0
/
+5
|
*
Fix #29 - line directives out by one on pop_source. Hard to unit test without...
Shevek
2015-05-13
1
-1
/
+1
|
*
Improve javadoc.
Shevek
2015-04-15
4
-13
/
+78
|
*
Backport source API to Java 1.5 for compatibility.
Shevek
2015-04-15
2
-3
/
+8
*
|
feat(feature): Enable pragma once management
Mathieu Féry
2023-06-15
1
-1
/
+5
*
|
Bug 1153 - GlueGen: Adapt to commit c6d5ee30e023d030697f14ae2c444ce7a5542e94 ...
v2.4.0
v2.3.2
Sven Gothel
2015-04-01
1
-1
/
+1
*
|
Use local LoggerIf, reflecting current log level of GlueGen
Sven Gothel
2015-03-24
3
-6
/
+6
*
|
Expose explicit macro expansiob and remove previously added implicit macro ex...
Sven Gothel
2015-03-24
3
-44
/
+89
*
|
Complete JogAmp GlueGen merge: Relocate and patch unit test, strip unrelated ...
Sven Gothel
2015-03-24
4
-356
/
+0
*
|
Add JCPP implementing GenericCPP (for GlueGen)
Sven Gothel
2015-03-23
1
-0
/
+192
*
|
Relocate JCPP package: org/anarres/cpp -> com/jogamp/gluegen/jcpp
Sven Gothel
2015-03-23
33
-51
/
+61
*
|
Preprocessor.pop_source(..): Fix '#line' number; Preprocessor/Source: Public ...
Sven Gothel
2015-03-23
2
-4
/
+7
*
|
Preprocessor.addMacro: Expand active macros w/ non-expanding source right awa...
Sven Gothel
2015-03-23
2
-0
/
+7
*
|
Apply our jogamp eclipse cleanup filter: 'final', 'whitespace' ..
Sven Gothel
2015-03-23
4
-154
/
+154
*
|
Utilize com.jogamp.gluegen.Logging.LoggerIf instead of org.slf4j.Logger
Sven Gothel
2015-03-23
2
-6
/
+12
|
/
*
Fix some findbugs warnings.
Shevek
2015-01-01
3
-5
/
+6
*
Fix #21: Allow including absolute files.
Shevek
2015-01-01
1
-0
/
+10
*
Fix #10 using build-time metadata.
Shevek
2015-01-01
3
-3
/
+87
*
Remove old binary files from build tree.
Shevek
2014-12-31
2
-24
/
+0
*
jsr305 annotations.
Shevek
2014-12-30
3
-11
/
+11
*
Much simpler fix for #25 still passes tests.
Shevek
2014-12-30
2
-5
/
+2
*
Fix #23: Allow empty anonymous variadic arguments.
Shevek
2014-12-30
1
-9
/
+21
*
Trim whitespace from macro parameters when a new line is detected. Fixes #25
TimePath
2014-12-30
1
-1
/
+5
*
SourceChangeEvent now uses an enum.
Shevek
2014-12-03
3
-6
/
+12
*
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 consum...
Shevek
2014-09-11
1
-6
/
+10
*
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
[next]