Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch DepfileParser to take a string* to make memory clearer | Evan Martin | 2011-12-27 | 1 | -6/+5 |
* | fix depfile regex to not match empty strings | Evan Martin | 2011-12-27 | 1 | -1/+1 |
* | Matching the depfile_parser.in.cc file to properly generate the depfile_parse... | Jonathan Sternberg | 2011-12-23 | 1 | -1/+1 |
* | handle backslashes and isolated colons in depfile parser | Evan Martin | 2011-12-19 | 1 | -4/+11 |
* | remove makefile parsing code, use depfile code instead | Evan Martin | 2011-12-07 | 1 | -0/+12 |
* | use re2c to parse depfiles | Evan Martin | 2011-12-07 | 1 | -0/+55 |