summaryrefslogtreecommitdiffstats
path: root/src/depfile_parser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* drop DepfileParserTest.Tilde, as it's covered by .SpecialCharsEvan Martin2012-08-241-13/+0
* dep file parsing: allow '@' and '=' in pathsMaxim Kalaev2012-07-191-2/+7
* allow '(' and ')' in depfile pathsEvan Martin2012-06-121-0/+11
* fix a typo in a test nameEvan Martin2012-06-121-1/+1
* Merge pull request #256 from iwadon/fix-sign-compareEvan Martin2012-04-051-1/+1
|\
| * fix warning: "comparison between signed and unsigned integer expressions"Hiroyuki Iwatsuki2012-03-161-1/+1
* | Depfile parser accept tilde.Nicolas Despres2012-03-141-0/+13
|/
* Issue #241 - handle depfiles generated by older versions of GCCOleksandr Usov2012-03-121-0/+17
* de-escape backslashes in depfiles while parsingEvan Martin2011-12-281-3/+20
* add (failing) test involving spaces in depfilesEvan Martin2011-12-271-0/+13
* switch DepfileParser to take a string* to make memory clearerEvan Martin2011-12-271-18/+26
* handle backslashes and isolated colons in depfile parserEvan Martin2011-12-191-0/+16
* split out depfile parser tests into new fileEvan Martin2011-12-191-0/+50