summaryrefslogtreecommitdiffstats
path: root/src/depfile_parser.in.cc
Commit message (Expand)AuthorAgeFilesLines
* switch DepfileParser to take a string* to make memory clearerEvan Martin2011-12-271-6/+5
* fix depfile regex to not match empty stringsEvan Martin2011-12-271-1/+1
* Matching the depfile_parser.in.cc file to properly generate the depfile_parse...Jonathan Sternberg2011-12-231-1/+1
* handle backslashes and isolated colons in depfile parserEvan Martin2011-12-191-4/+11
* remove makefile parsing code, use depfile code insteadEvan Martin2011-12-071-0/+12
* use re2c to parse depfilesEvan Martin2011-12-071-0/+55