index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
parsers.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
comment fix
Nico Weber
2012-05-13
1
-1/+1
*
Response files
unknown
2012-02-09
1
-0/+7
*
parse $:
Peter Kuemmel
2012-01-29
1
-0/+1
*
add a '-d stats' flag for detailed timings
Evan Martin
2012-01-05
1
-0/+2
*
test error message of ManifestParser::Load
Evan Martin
2012-01-05
1
-1/+4
*
Add a space to unexpected token errors.
Evan Jones
2012-01-04
1
-1/+1
*
more private
Evan Martin
2011-12-30
1
-4/+2
*
switch the core ninja parser to use re2c for the lexer
Evan Martin
2011-12-29
1
-447/+170
*
Merge pull request #146 from nornagon/escape-spaces
Evan Martin
2011-12-20
1
-0/+3
|
\
|
*
Allow '$ ' to escape spaces in identifiers.
Jeremy Apthorp
2011-11-21
1
-0/+3
*
|
remove makefile parsing code, use depfile code instead
Evan Martin
2011-12-07
1
-44/+3
|
/
*
Implement restat rules
Peter Collingbourne
2011-10-24
1
-0/+6
*
Implement generator rules
Peter Collingbourne
2011-10-15
1
-0/+6
*
make CanonicalizePath report an error on empty path
Evan Martin
2011-10-06
1
-2/+4
*
use StringPiece for makefile deps
Evan Martin
2011-09-12
1
-3/+12
*
optimize IsIdentChar
Evan Martin
2011-09-09
1
-5/+25
*
Add depfile support to build command with multiple outputs (Fixes: #61)
Qingning Huo
2011-09-06
1
-7/+0
*
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
-0/+28
*
semantic change: allow reaching into parent directories in paths
Evan Martin
2011-08-24
1
-2/+1
*
don't track line/column until you encounter an error, then re-parse
Evan Martin
2011-07-26
1
-17/+21
*
switch to $ as the line continuation char
Evan Martin
2011-05-27
1
-10/+24
*
refactor let parsing, passing another test
Evan Martin
2011-05-24
1
-23/+34
*
refactor
Evan Martin
2011-05-23
1
-7/+8
*
show correct location for unexpected var error
Evan Martin
2011-05-23
1
-1/+3
*
refactor parser, check in some failing tests
Evan Martin
2011-05-23
1
-7/+9
*
merge two line continuation codepaths
Evan Martin
2011-05-22
1
-14/+11
*
include filename in subninja load err message
Evan Martin
2011-05-22
1
-4/+6
*
remove ROOT_HACK hack; it is unused
Evan Martin
2011-05-02
1
-9/+0
*
drop reserved words 'build'/'rule'/'subninja'/etc.
Evan Martin
2011-05-01
1
-45/+43
*
Merged pull request #29 from polrop/minor-bug-fix.
Evan Martin
2011-04-28
1
-1/+1
|
\
|
*
Prefix perror(3) messages with program name.
Nicolas Despres
2011-04-26
1
-1/+1
*
|
include location of error in parse error messages in EvalEnv strings
Alexei Svitkine
2011-04-26
1
-4/+18
|
/
*
use util's CanonicalizePath in parsers as well
Evan Martin
2011-04-22
1
-14/+5
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
ignore whitespace in makefiles
Evan Martin
2011-02-04
1
-2/+6
*
refactor parse error messages
Evan Martin
2011-02-04
1
-13/+13
*
allow implicit deps
Evan Martin
2011-01-23
1
-3/+23
*
add an include statement
Evan Martin
2011-01-15
1
-10/+20
*
remove vestigal builddir
Evan Martin
2011-01-15
1
-2/+0
*
split out graph into its own header
Evan Martin
2011-01-08
1
-2/+3
*
aggressively eval variables in build blocks
Evan Martin
2010-12-21
1
-1/+1
*
immediately evaluate variables in top-level bindings
Evan Martin
2010-12-21
1
-4/+13
*
restore gyp root hack
Evan Martin
2010-12-20
1
-0/+9
*
Merge remote branch 'origin/master'
Evan Martin
2010-12-19
1
-8/+9
|
\
|
*
simplify token representation, speeding up parse
Evan Martin
2010-12-17
1
-8/+9
*
|
remove special builddir
Evan Martin
2010-12-19
1
-26/+2
*
|
expand variables in build paths
Evan Martin
2010-12-19
1
-4/+18
|
/
*
move src into subdir
Evan Martin
2010-12-05
1
-0/+485