summaryrefslogtreecommitdiff
path: root/src/expand/include.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of std::str...John Hodge1-12/+3
2019-05-15Expand - Track include!/include_str!/include_bytes! files for dependenciesJohn Hodge1-0/+4
2017-10-29Expand - Add parent spans to TTStream[O]John Hodge1-5/+5
2017-09-06expand include - include_bytes/include_strJohn Hodge1-0/+60
2017-08-22Expand - Handle windows paths in `include!`John Hodge1-4/+11
2017-01-15Expand include! - Support for absolute pathsJohn Hodge1-1/+4
2017-01-15Expand include! - Expand argument stringJohn Hodge1-3/+16
2016-12-24No more tears!ubsan1-5/+5
2016-11-02Parse - Refactor TTStream and TokenTree into their own filesJohn Hodge1-2/+2
2016-10-28Expand include! - Support paths relative to a fileJohn Hodge1-9/+33
2016-09-27Expand - hack in an include! macroJohn Hodge1-0/+46