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
*
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