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
path:
root
/
glcpp.h
Age
Commit message (
Expand
)
Author
2010-05-25
Remove a bunch of old code and give the static treatment to what's left.
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 expansion of object-like macros.
Carl Worth
2010-05-25
Store parsed tokens as token list and print all text lines.
Carl Worth
2010-05-25
Add xtalloc_reference.
Carl Worth
2010-05-24
Switch to intmax_t (rather than int) for #if expressions
Carl Worth
2010-05-20
Implement #if, #else, #elif, and #endif with tests.
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
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
Add a wrapper function around the lexer.
Carl Worth
2010-05-18
Rewrite macro handling to support function-like macro invocation in macro values
Carl Worth
2010-05-14
Support macro invocations with multiple tokens for a single argument.
Carl Worth
2010-05-14
Rename list_t and node_t to string_list_t and string_node_t.
Carl Worth
2010-05-13
Add support 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
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-10
Implment #define
Carl Worth
2010-05-10
Add some compiler warnings and corresponding fixes.
Carl Worth