summaryrefslogtreecommitdiffstats
path: root/src/depfile_parser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-301-0/+2
* bugfix: Process escaped colon in GCC depfiles. (#1774)zero91782020-05-201-0/+35
* depfile_parser_test: test buggy -MP behaviorBen Boeckel2019-11-201-0/+9
* depfile_parser: remove restriction on multiple outputsBen Boeckel2019-11-201-34/+57
* Follow GCC/Clang behavior wrt depfilesPeter Wu2019-06-081-3/+24
* Restore depfile toleration of multiple output paths on distinct linesBrad King2018-11-191-3/+10
* Fix depfile parser handling of multiple rulesBrad King2018-11-191-0/+123
* Fix depfile parser test case line continuationBrad King2018-11-191-4/+4
* Fix parsing some special chars in depfilesMaciej Pawlowski2018-11-071-2/+5
* Merge pull request #763 from drbo/masterNico Weber2015-11-121-2/+5
|\
| * Added test of international character supportDemetri Obenour2014-05-081-2/+5
* | Correct order of ASSERT_EQ argumentsMike Seplowitz2015-07-301-2/+2
* | Reject depfiles that don't contain a : after the target name.Nico Weber2015-03-121-1/+1
* | Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-1/+1
|/
* Allow paths with '{' '}' in depfilesMaxim Kalaev2014-05-071-2/+5
* Accept \r\n line endings in depfiles.Nico Weber2014-05-011-0/+12
* Dollar signs in depfiles are escaped as "$$", not "\$".Nico Weber2013-04-021-1/+1
* allow paths with '!' in depfilesEvan Martin2013-03-301-2/+4
* 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