index
:
~cworth/glcpp
master
take-2
"C" pre-processor for GLSL
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Merge remote branch 'kwg/fixes'
Carl Worth
14 years
take-2
Perform macro by replacing tokens in original list.
Carl Worth
14 years
Age
Commit message
Author
Files
Lines
2010-06-09
Merge remote branch 'kwg/fixes'
HEAD
master
Carl Worth
1
-0
/
+20
2010-06-04
Disallow defining macros whose names start with "__" or "GL_".
Kenneth Graunke
1
-0
/
+20
2010-06-02
test suite: Add expected output for every test.
Carl Worth
70
-8
/
+384
2010-06-02
Restore error message for a macro with unbalanced parentheses.
Carl Worth
1
-1
/
+4
2010-06-02
Eliminate some recursion from children of _expand_token_list
Carl Worth
2
-57
/
+110
2010-06-02
Remove dead code: _glcpp_parser_expand_token_list_onto
Carl Worth
1
-10
/
+0
2010-06-02
Factor out common sub-expression from multi-line-comment regular expression.
Carl Worth
1
-1
/
+3
2010-06-02
Make the multi-line comment regular expression a bit easier to read.
Carl Worth
1
-1
/
+1
2010-06-02
Fix multi-line comment regular expression to handle (non) nested comments.
Carl Worth
2
-1
/
+6
2010-06-01
Implement comment handling in the lexer (with test).
Carl Worth
3
-2
/
+28
[...]
Clone
git://people.freedesktop.org/~cworth/glcpp
ssh://people.freedesktop.org/~cworth/glcpp