summaryrefslogtreecommitdiffstats
path: root/src/depfile_parser.in.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/+23
* depfile_parser_test: test buggy -MP behaviorBen Boeckel2019-11-201-1/+11
* depfile_parser: remove restriction on multiple outputsBen Boeckel2019-11-201-31/+12
* Follow GCC/Clang behavior wrt depfilesPeter Wu2019-06-081-14/+35
* Restore depfile toleration of multiple output paths on distinct linesBrad King2018-11-191-2/+28
* Fix depfile parser handling of multiple rulesBrad King2018-11-191-3/+28
* Re-arrange depfile parser token processing logicBrad King2018-11-191-11/+10
* Fix parsing some special chars in depfilesMaciej Pawlowski2018-11-071-2/+2
* Merge pull request #763 from drbo/masterNico Weber2015-11-121-2/+2
|\
| * Added support for international characters in makefile dependency namesDemetri Obenour2014-05-081-2/+2
* | Reject depfiles that don't contain a : after the target name.Nico Weber2015-03-121-0/+4
|/
* Allow paths with '{' '}' in depfilesMaxim Kalaev2014-05-071-1/+1
* Accept \r\n line endings in depfiles.Nico Weber2014-05-011-2/+2
* Fix additional range in character class.Nico Weber2013-12-131-1/+1
* Dollar signs in depfiles are escaped as "$$", not "\$".Nico Weber2013-04-021-1/+6
* allow paths with '!' in depfilesEvan Martin2013-03-301-1/+1
* windows: fix size_t<->int conversions in ninja.exeEvan Martin2012-08-101-2/+2
* dep file parsing: allow '@' and '=' in pathsMaxim Kalaev2012-07-191-1/+1
* allow '(' and ')' in depfile pathsEvan Martin2012-06-121-1/+1
* Depfile parser accept tilde.Nicolas Despres2012-03-141-1/+1
* Issue #241 - handle depfiles generated by older versions of GCCOleksandr Usov2012-03-121-4/+12
* minor re2c cleanupsEvan Martin2011-12-291-5/+3
* handle nuls more carefully in re2c rulesEvan Martin2011-12-291-1/+5
* de-escape backslashes in depfiles while parsingEvan Martin2011-12-281-34/+62
* 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