index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
parsers_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename parsers.* to manifest_parser.*
Thiago Farina
2012-07-09
1
-684/+0
*
improve test
Scott Graham
2012-06-15
1
-8/+7
*
add $in_newline
Scott Graham
2012-06-15
1
-0/+18
*
allow UTF-8 in rule descriptions
Evan Martin
2012-04-26
1
-0/+7
*
fix some public/private errors in rspfile patch
Evan Martin
2012-02-23
1
-2/+2
*
Response files
unknown
2012-02-09
1
-0/+18
*
parse $:
Peter Kuemmel
2012-01-29
1
-4/+33
*
Lexer: include leading spaces in the newline token.
Evan Jones
2012-01-05
1
-0/+28
*
test error message of ManifestParser::Load
Evan Martin
2012-01-05
1
-2/+9
*
make Lexer::Error not emit trailing newline
Evan Martin
2012-01-05
1
-18/+18
*
Lexer: include leading whitespace in the comment token.
Evan Jones
2012-01-05
1
-7/+18
*
Add a space to unexpected token errors.
Evan Jones
2012-01-04
1
-0/+7
*
switch the core ninja parser to use re2c for the lexer
Evan Martin
2011-12-29
1
-71/+130
*
Follow up fix to commit 32bf74f (Fix the TODO in Rule class.)
Thiago Farina
2011-12-24
1
-2/+2
*
fix bad merge
Evan Martin
2011-12-20
1
-3/+3
*
Merge pull request #146 from nornagon/escape-spaces
Evan Martin
2011-12-20
1
-0/+13
|
\
|
*
Add tests for escaping spaces with '$ '.
Jeremy Apthorp
2011-11-28
1
-0/+13
*
|
split out depfile parser tests into new file
Evan Martin
2011-12-19
1
-34/+0
*
|
remove makefile parsing code, use depfile code instead
Evan Martin
2011-12-07
1
-6/+7
*
|
make Rule::name_ private
Evan Martin
2011-12-07
1
-2/+2
*
|
make Node::in_edge_ private
Evan Martin
2011-12-07
1
-2/+2
*
|
merge FileStat into Node
Evan Martin
2011-12-07
1
-3/+3
|
/
*
make CanonicalizePath report an error on empty path
Evan Martin
2011-10-06
1
-0/+20
*
use StringPiece for makefile deps
Evan Martin
2011-09-12
1
-2/+2
*
Move a passing test from Errors to MultipleOutputs
Qingning Huo
2011-09-06
1
-10/+11
*
Add depfile support to build command with multiple outputs (Fixes: #61)
Qingning Huo
2011-09-06
1
-3/+2
*
Factor out State struct from ninja_jumble.cc into its header/source files.
Thiago Farina
2011-09-03
1
-1/+1
*
Implement default target statements
Peter Collingbourne
2011-08-31
1
-1/+64
*
expand $$ as $
Evan Martin
2011-05-27
1
-0/+12
*
switch to $ as the line continuation char
Evan Martin
2011-05-27
1
-8/+8
*
add more test coverage for makefile parsing
Evan Martin
2011-05-25
1
-0/+13
*
refactor let parsing, passing another test
Evan Martin
2011-05-24
1
-2/+1
*
show correct location for unexpected var error
Evan Martin
2011-05-23
1
-2/+1
*
refactor parser, check in some failing tests
Evan Martin
2011-05-23
1
-0/+22
*
include filename in subninja load err message
Evan Martin
2011-05-22
1
-1/+9
*
windows: fix more signedness warnings
Evan Martin
2011-05-08
1
-7/+7
*
drop reserved words 'build'/'rule'/'subninja'/etc.
Evan Martin
2011-05-01
1
-0/+7
*
include location of error in parse error messages in EvalEnv strings
Alexei Svitkine
2011-04-26
1
-0/+24
*
use util's CanonicalizePath in parsers as well
Evan Martin
2011-04-22
1
-0/+12
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
ignore whitespace in makefiles
Evan Martin
2011-02-04
1
-0/+10
*
refactor parse error messages
Evan Martin
2011-02-04
1
-1/+1
*
allow implicit deps
Evan Martin
2011-01-23
1
-1/+13
*
add an include statement
Evan Martin
2011-01-15
1
-0/+11
*
split out graph into its own header
Evan Martin
2011-01-08
1
-0/+1
*
aggressively eval variables in build blocks
Evan Martin
2010-12-21
1
-2/+8
*
immediately evaluate variables in top-level bindings
Evan Martin
2010-12-21
1
-1/+4
*
allow one-letter variable names
Evan Martin
2010-12-19
1
-2/+4
*
remove special builddir
Evan Martin
2010-12-19
1
-31/+3
*
expand variables in build paths
Evan Martin
2010-12-19
1
-0/+21
[next]