index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
depfile_parser.in.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
1
-0/+2
*
bugfix: Process escaped colon in GCC depfiles. (#1774)
zero9178
2020-05-20
1
-0/+23
*
depfile_parser_test: test buggy -MP behavior
Ben Boeckel
2019-11-20
1
-1/+11
*
depfile_parser: remove restriction on multiple outputs
Ben Boeckel
2019-11-20
1
-31/+12
*
Follow GCC/Clang behavior wrt depfiles
Peter Wu
2019-06-08
1
-14/+35
*
Restore depfile toleration of multiple output paths on distinct lines
Brad King
2018-11-19
1
-2/+28
*
Fix depfile parser handling of multiple rules
Brad King
2018-11-19
1
-3/+28
*
Re-arrange depfile parser token processing logic
Brad King
2018-11-19
1
-11/+10
*
Fix parsing some special chars in depfiles
Maciej Pawlowski
2018-11-07
1
-2/+2
*
Merge pull request #763 from drbo/master
Nico Weber
2015-11-12
1
-2/+2
|
\
|
*
Added support for international characters in makefile dependency names
Demetri Obenour
2014-05-08
1
-2/+2
*
|
Reject depfiles that don't contain a : after the target name.
Nico Weber
2015-03-12
1
-0/+4
|
/
*
Allow paths with '{' '}' in depfiles
Maxim Kalaev
2014-05-07
1
-1/+1
*
Accept \r\n line endings in depfiles.
Nico Weber
2014-05-01
1
-2/+2
*
Fix additional range in character class.
Nico Weber
2013-12-13
1
-1/+1
*
Dollar signs in depfiles are escaped as "$$", not "\$".
Nico Weber
2013-04-02
1
-1/+6
*
allow paths with '!' in depfiles
Evan Martin
2013-03-30
1
-1/+1
*
windows: fix size_t<->int conversions in ninja.exe
Evan Martin
2012-08-10
1
-2/+2
*
dep file parsing: allow '@' and '=' in paths
Maxim Kalaev
2012-07-19
1
-1/+1
*
allow '(' and ')' in depfile paths
Evan Martin
2012-06-12
1
-1/+1
*
Depfile parser accept tilde.
Nicolas Despres
2012-03-14
1
-1/+1
*
Issue #241 - handle depfiles generated by older versions of GCC
Oleksandr Usov
2012-03-12
1
-4/+12
*
minor re2c cleanups
Evan Martin
2011-12-29
1
-5/+3
*
handle nuls more carefully in re2c rules
Evan Martin
2011-12-29
1
-1/+5
*
de-escape backslashes in depfiles while parsing
Evan Martin
2011-12-28
1
-34/+62
*
switch DepfileParser to take a string* to make memory clearer
Evan Martin
2011-12-27
1
-6/+5
*
fix depfile regex to not match empty strings
Evan Martin
2011-12-27
1
-1/+1
*
Matching the depfile_parser.in.cc file to properly generate the depfile_parse...
Jonathan Sternberg
2011-12-23
1
-1/+1
*
handle backslashes and isolated colons in depfile parser
Evan Martin
2011-12-19
1
-4/+11
*
remove makefile parsing code, use depfile code instead
Evan Martin
2011-12-07
1
-0/+12
*
use re2c to parse depfiles
Evan Martin
2011-12-07
1
-0/+55