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-25
Ignore separating whitespace at the beginning of a macro argument.
Carl Worth
2010-05-25
Implement substitution of function parameters in macro calls.
Carl Worth
2010-05-25
Collapse multiple spaces in input down to a single space.
Carl Worth
2010-05-25
Add a test #0 to ensure that we don't do any inadvertent token pasting.
Carl Worth
2010-05-25
Pass through literal space values from replacement lists.
Carl Worth
2010-05-25
Implement simplified substitution for function-like macro invocation.
Carl Worth
2010-05-25
Implement #undef.
Carl Worth
2010-05-25
Implement expansion of object-like macros.
Carl Worth
2010-05-25
Make the lexer pass whitespace through (as OTHER tokens) for text lines.
Carl Worth
2010-05-25
Store parsed tokens as token list and print all text lines.
Carl Worth
2010-05-25
Delete some trailing whitespace.
Carl Worth
2010-05-25
Add xtalloc_reference.
Carl Worth
2010-05-25
Starting over with the C99 grammar for the preprocessor.
Carl Worth
2010-05-24
Add test for '/', '<<', and '>>' in #if expressions.
Carl Worth
2010-05-24
Add test of bitwise operators and octal/hexadecimal literals.
Carl Worth
2010-05-24
Add support for octal and hexadecimal integer literals.
Carl Worth
2010-05-24
Switch to intmax_t (rather than int) for #if expressions
Carl Worth
2010-05-24
Add the '~' operator to the lexer.
Carl Worth
2010-05-24
Implement all operators specified for GLSL #if expressions (with tests).
Carl Worth
2010-05-20
Implement #if, #else, #elif, and #endif with tests.
Carl Worth
2010-05-20
Implement (and add test) for token pasting.
Carl Worth
2010-05-20
Pre-expand macro arguments at time of invocation.
Carl Worth
2010-05-20
Add xtalloc_asprintf
Carl Worth
2010-05-20
Finish cleaning up whitespace differences.
Carl Worth
2010-05-20
Avoid printing a space at the beginning of lines in the output.
Carl Worth
2010-05-20
Fix bug of consuming excess whitespace.
Carl Worth
2010-05-20
Remove unused function _print_string_list
Carl Worth
2010-05-20
Remove "unnecessary" whitespace from some tests.
Carl Worth
2010-05-20
Stop ignoring whitespace while testing.
Carl Worth
2010-05-20
Add test (and fix) for a function argument of a macro that expands with a comma.
Carl Worth
2010-05-20
Add support for commas within parenthesized groups in function arguments.
Carl Worth
2010-05-20
Avoid re-expanding a macro name that has once been rejected from expansion.
Carl Worth
2010-05-19
Use new token_list_t rather than string_list_t for macro values.
Carl Worth
2010-05-19
Perform "re lexing" on string list values rathern than on text.
Carl Worth
2010-05-19
Remove unused NEWLINE token.
Carl Worth
2010-05-19
Remove unneeded YYLEX_PARAM define.
Carl Worth
2010-05-19
Rename yylex to glcpp_parser_lex and give it a glcpp_parser_t* argument.
Carl Worth
2010-05-19
Add a wrapper function around the lexer.
Carl Worth
2010-05-19
Like previous fix, but for object-like macros (and add a test).
Carl Worth
2010-05-19
Fix bug as in previous fix, but with multi-token argument.
Carl Worth
2010-05-19
Fix bug (and test) for an invocation using macro name as a non-macro argument
Carl Worth
2010-05-19
Fix bug (and add tests) for a function-like macro defined as itself.
Carl Worth
2010-05-18
Rewrite macro handling to support function-like macro invocation in macro values
Carl Worth
2010-05-18
Add several tests where the defined value of a macro is (or looks like) a macro
Carl Worth
2010-05-17
Fix (and add test for) function-like macro invocation with newlines.
Carl Worth
2010-05-17
Expect 1 shift/reduce conflict.
Carl Worth
2010-05-17
Fix bug (and add test) for a function-like-macro appearing as a non-macro.
Carl Worth
2010-05-17
Add test and fix bug leading to infinite recursion.
Carl Worth
2010-05-14
Fix two whitespace bugs in the lexer.
Carl Worth
2010-05-14
Don't return SPACE tokens unless strictly needed.
Carl Worth
[prev]
[next]