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 test for composed invocation of function-like macros.
Carl Worth
2010-05-14
Eliminate a shift/reduce conflict.
Carl Worth
2010-05-14
Support macro invocations with multiple tokens for a single argument.
Carl Worth
2010-05-14
Add test for function-like macro invocations with multiple-token arguments.
Carl Worth
2010-05-14
Make macro-expansion productions create string-list values rather than printing
Carl Worth
2010-05-14
Move most printing to the action in the content production.
Carl Worth
2010-05-14
Remove _list suffix from several identifiers.
Carl Worth
2010-05-14
Rename list_t and node_t to string_list_t and string_node_t.
Carl Worth
2010-05-14
Fix case of a macro formal parameter matching a defined macro.
Carl Worth
2010-05-14
Add test where a macro formal parameter is the same as an existing macro.
Carl Worth
2010-05-14
Implement substitution of macro arguments.
Carl Worth
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
[prev]