summaryrefslogtreecommitdiffstats
path: root/src/depfile_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 'using namespace std' from header files, properly namespace all std sy...Michael Jones2020-09-301-3/+2
* depfile_parser: remove restriction on multiple outputsBen Boeckel2019-11-201-11/+2
* Restore depfile toleration of multiple output paths on distinct linesBrad King2018-11-191-0/+17
* Header guards were missing from some header files.Jonathan Sternberg2012-05-301-0/+5
* de-escape backslashes in depfiles while parsingEvan Martin2011-12-281-2/+3
* switch DepfileParser to take a string* to make memory clearerEvan Martin2011-12-271-1/+4
* use re2c to parse depfilesEvan Martin2011-12-071-0/+26