Mercurial
Mercurial
>
icculus
>
mojoshader
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-300
-100
-50
-30
+30
+50
+100
+300
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
add_define() can take a string we allocated elsewhere, to avoid extra StrDup().
2009-02-16, by Ryan C. Gordon
Merged back to one head.
2009-02-16, by Ryan C. Gordon
Try to make #error lexing match gcc's.
2009-02-16, by Ryan C. Gordon
Fix state when rewinding stream.
2009-02-16, by Ryan C. Gordon
Renamed buffer_init() to init_buffer() to match rest of function names.
2009-02-15, by Ryan C. Gordon
Moved Buffer stuff higher up, so internal routines can use it.
2009-02-15, by Ryan C. Gordon
Lexer now handles '\\' continuation at the end of a line.
2009-02-15, by Ryan C. Gordon
Allow debug output directly from the lexer, before preprocessor eats.
2009-02-15, by Ryan C. Gordon
Better debug token output.
2009-02-15, by Ryan C. Gordon
Moved the "public API" comment to what is now, in fact, the real public API. :)
2009-02-15, by Ryan C. Gordon
Added some FIXMEs.
2009-02-15, by Ryan C. Gordon
Fixed line numbers when a preprocessor directive fails.
2009-02-15, by Ryan C. Gordon
Fixed #else preprocessor directive so it'll work with #elif.
2009-02-15, by Ryan C. Gordon
Implemented #else preprocessor directive.
2009-02-14, by Ryan C. Gordon
Implemented #ifdef and #ifndef preprocessor directives.
2009-02-14, by Ryan C. Gordon
Fixed logic bug in string loop.
2009-02-14, by Ryan C. Gordon
Implemented #endif preprocessor directive.
2009-02-14, by Ryan C. Gordon
Initial work on preprocessor conditionals.
2009-02-14, by Ryan C. Gordon
Updated re2c-generated code.
2009-02-14, by Ryan C. Gordon
Added #undef directive to preprocessor.
2009-02-14, by Ryan C. Gordon
Added a FIXME.
2009-02-14, by Ryan C. Gordon
'#' is not a valid HLSL token (we check for preprocessor directives elsewhere).
2009-02-14, by Ryan C. Gordon
Fix line numbers in #error preprocessor directives.
2009-02-13, by Ryan C. Gordon
Implemented #line preprocessor directive.
2009-02-13, by Ryan C. Gordon
Have re2c omit the build timestamp.
2009-02-13, by Ryan C. Gordon
Moved filename caching into the preprocessor.
2009-02-13, by Ryan C. Gordon
Implemented #include in the preprocessor.
2009-02-13, by Ryan C. Gordon
Don't include malloc()/free() references if using MOJOSHADER_FORCE_ALLOCATOR.
2009-02-13, by Ryan C. Gordon
Added a FIXME.
2009-02-13, by Ryan C. Gordon
We already #included malloc.h in mojoshader_internal.h ...
2009-02-13, by Ryan C. Gordon
less
more
|
(0)
-300
-100
-50
-30
+30
+50
+100
+300
tip