Age | Commit message (Expand) | Author |
2010-02-15 | glsl/pp: Add asserts to check for null pointer deferences. | Vinson Lee |
2009-12-23 | glsl/pp: quieten compiler about missing case statements | Keith Whitwell |
2009-12-20 | glsl: Do syntax parsing inline with processing. | Michal Krol |
2009-12-20 | glsl/pp: Do processing inline with tokenisation. | Michal Krol |
2009-11-20 | glsl/pp: Expand unknown identifiers to 0 in if/elif expressions. | Michal Krol |
2009-09-24 | glsl/pp: Include missing headers. | Michal Krol |
2009-09-24 | glsl/pp: Store both line number and file index in a single token. | Michal Krol |
2009-09-17 | slang/pp: Use a dictionary for the remaining string literals. | Michal Krol |
2009-09-16 | glsl/pp: Add more error messages. | Michal Krol |
2009-09-07 | glsl: Correctly handle line numbering. | Michal Krol |
2009-09-07 | glsl: Implement `line' preprocessor directive. | Michal Krol |
2009-09-07 | glsl: Output endof token after processing a directive. | Michal Krol |
2009-09-07 | glsl: Implement `extension' preprocessor directive. | Michal Krol |
2009-09-07 | glsl: Implement `pragma' preprocessor directive. | Michal Krol |
2009-09-07 | glsl: Implement `error' preprocessor directive. | Michal Krol |
2009-09-07 | glsl: Implement `undef' preprocessor directive. | Michal Krol |
2009-09-07 | glsl: Allow for preprocessor macro redefinition. | Michal Krol |
2009-09-07 | glsl: Support if preprocessor directive and friends. | Michal Krol |
2009-09-07 | glsl: Centralise sl_pp_macro constructor. | Michal Krol |
2009-09-07 | glsl: Implement macro expansion. | Michal Krol |
2009-09-07 | glsl: Parse define directive in preprocessor. | Michal Krol |
2009-09-07 | glsl: Simplify directive parser skeleton. | Michal Krol |
2009-09-07 | glsl: Introduce sl_pp_context and maintain a reuseable pool of strings. | Michal Krol |
2009-09-07 | glsl: Add preprocessor skeleton for directive parsing. | Michal Krol |