index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-05-14
Add tests exercising substitution of arguments in function-like macros.
Carl Worth
2010-05-14
Make the lexer return SPACE tokens unconditionally.
Carl Worth
2010-05-14
Makefile: Make "make test" depend on the main program.
Carl Worth
2010-05-14
Add some whitespace variations to test 15.
Carl Worth
2010-05-14
Fix parsing of object-like macro with a definition that begins with '('.
Carl Worth
2010-05-14
Add test for an object-like macro with a definition beginning with '('
Carl Worth
2010-05-14
Eliminate a reduce/reduce conflict in the function-like macro production.
Carl Worth
2010-05-13
Add support for the structure of function-like macros.
Carl Worth
2010-05-13
Add tests for the structure of function-like macros.
Carl Worth
2010-05-13
Make the lexer distinguish between identifiers and defined macros.
Carl Worth
2010-05-12
Remove some redundancy in the top-level production.
Carl Worth
2010-05-12
Simplify lexer significantly (remove all stateful lexing).
Carl Worth
2010-05-12
Add test case to define, undef, and then again define a macro.
Carl Worth
2010-05-12
Add support for the #undef macro.
Carl Worth
2010-05-12
Add test for #undef.
Carl Worth
2010-05-12
Add test for an empty definition.
Carl Worth
2010-05-12
Convert lexer to talloc and add xtalloc wrappers.
Carl Worth
2010-05-12
Fix defines involving both literals and other defined macros.
Carl Worth
2010-05-11
Add tests defining a macro to be a literal and another macro.
Carl Worth
2010-05-11
Add a couple more tests for chained #define directives.
Carl Worth
2010-05-11
Fix to handle chained #define directives.
Carl Worth
2010-05-11
Add test for chained #define directives.
Carl Worth
2010-05-11
Add README file describing glcpp.
Carl Worth
2010-05-10
Add a very simple test for the pre-processor.
Carl Worth
2010-05-10
Implment #define
Carl Worth
2010-05-10
Makefile: Enable debugging of parser.
Carl Worth
2010-05-10
Add hash table implementation from glsl2 project.
Carl Worth
2010-05-10
Add .gitignore file.
Carl Worth
2010-05-10
Add some compiler warnings and corresponding fixes.
Carl Worth
2010-05-10
Make the lexer reentrant (to avoid "still reachable" memory).
Carl Worth
2010-05-10
Add the tiniest shell of a flex/bison-based parser.
Carl Worth