index
:
~cworth/glcpp
master
take-2
"C" pre-processor for GLSL
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-02
test suite: Add expected output for every test.
Carl Worth
1
-1
/
+1
2010-05-27
Implement token pasting of integers.
Carl Worth
1
-1
/
+1
2010-05-19
Add a wrapper function around the lexer.
Carl Worth
1
-1
/
+1
2010-05-14
Provide implementation for macro arguments containing parentheses.
Carl Worth
1
-1
/
+1
2010-05-14
Makefile: Make "make test" depend on the main program.
Carl Worth
1
-1
/
+1
2010-05-13
Add support for the structure of function-like macros.
Carl Worth
1
-1
/
+1
2010-05-12
Convert lexer to talloc and add xtalloc wrappers.
Carl Worth
1
-1
/
+1
2010-05-12
Fix defines involving both literals and other defined macros.
Carl Worth
1
-0
/
+7
2010-05-10
Add a very simple test for the pre-processor.
Carl Worth
1
-0
/
+4
2010-05-10
Makefile: Enable debugging of parser.
Carl Worth
1
-1
/
+1
2010-05-10
Add hash table implementation from glsl2 project.
Carl Worth
1
-1
/
+1
2010-05-10
Add some compiler warnings and corresponding fixes.
Carl Worth
1
-0
/
+2
2010-05-10
Add the tiniest shell of a flex/bison-based parser.
Carl Worth
1
-0
/
+12