index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
depfile_parser.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
-24/+63
*
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
-29/+98
*
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
-30/+74
*
Re-arrange depfile parser token processing logic
Brad King
2018-11-19
1
-11/+10
*
Re-generate depfile parser with re2cc 1.0.1
Brad King
2018-11-19
1
-3/+2
*
Fix parsing some special chars in depfiles
Maciej Pawlowski
2018-11-07
1
-2/+2
*
Regenerate depfile_parser.cc and lexer.cc with newer re2c
Maciej Pawlowski
2018-11-07
1
-85/+45
*
Merge pull request #763 from drbo/master
Nico Weber
2015-11-12
1
-27/+31
|
\
|
*
Added test of international character support
Demetri Obenour
2014-05-08
1
-27/+31
*
|
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
-3/+4
*
Accept \r\n line endings in depfiles.
Nico Weber
2014-05-01
1
-6/+7
*
Fix additional range in character class.
Nico Weber
2013-12-13
1
-29/+42
*
Dollar signs in depfiles are escaped as "$$", not "\$".
Nico Weber
2013-04-02
1
-30/+47
*
allow paths with '!' in depfiles
Evan Martin
2013-03-30
1
-28/+16
*
windows: fix size_t<->int conversions in ninja.exe
Evan Martin
2012-08-10
1
-2/+2
*
Revert "Make StringPiece data members private."
Nico Weber
2012-07-28
1
-1/+1
*
Merge pull request #352 from tfarina/string-piece-private
Evan Martin
2012-07-27
1
-1/+1
|
\
|
*
Make StringPiece data members private.
Thiago Farina
2012-06-30
1
-1/+1
*
|
dep file parsing: allow '@' and '=' in paths
Maxim Kalaev
2012-07-19
1
-14/+22
|
/
*
allow '(' and ')' in depfile paths
Evan Martin
2012-06-12
1
-6/+10
*
Depfile parser accept tilde.
Nicolas Despres
2012-03-14
1
-9/+7
*
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
-2/+3
*
handle nuls more carefully in re2c rules
Evan Martin
2011-12-29
1
-22/+29
*
de-escape backslashes in depfiles while parsing
Evan Martin
2011-12-28
1
-80/+113
*
switch DepfileParser to take a string* to make memory clearer
Evan Martin
2011-12-27
1
-4/+4
*
fix depfile regex to not match empty strings
Evan Martin
2011-12-27
1
-12/+11
*
handle backslashes and isolated colons in depfile parser
Evan Martin
2011-12-19
1
-33/+27
*
remove makefile parsing code, use depfile code instead
Evan Martin
2011-12-07
1
-10/+22
*
use re2c to parse depfiles
Evan Martin
2011-12-07
1
-0/+150