summaryrefslogtreecommitdiffstats
path: root/src/parsers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Lexer: include leading spaces in the newline token.Evan Jones2012-01-051-0/+28
* test error message of ManifestParser::LoadEvan Martin2012-01-051-2/+9
* make Lexer::Error not emit trailing newlineEvan Martin2012-01-051-18/+18
* Lexer: include leading whitespace in the comment token.Evan Jones2012-01-051-7/+18
* Add a space to unexpected token errors.Evan Jones2012-01-041-0/+7
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-291-71/+130
* Follow up fix to commit 32bf74f (Fix the TODO in Rule class.)Thiago Farina2011-12-241-2/+2
* fix bad mergeEvan Martin2011-12-201-3/+3
* Merge pull request #146 from nornagon/escape-spacesEvan Martin2011-12-201-0/+13
|\
| * Add tests for escaping spaces with '$ '.Jeremy Apthorp2011-11-281-0/+13
* | split out depfile parser tests into new fileEvan Martin2011-12-191-34/+0
* | remove makefile parsing code, use depfile code insteadEvan Martin2011-12-071-6/+7
* | make Rule::name_ privateEvan Martin2011-12-071-2/+2
* | make Node::in_edge_ privateEvan Martin2011-12-071-2/+2
* | merge FileStat into NodeEvan Martin2011-12-071-3/+3
|/
* make CanonicalizePath report an error on empty pathEvan Martin2011-10-061-0/+20
* use StringPiece for makefile depsEvan Martin2011-09-121-2/+2
* Move a passing test from Errors to MultipleOutputsQingning Huo2011-09-061-10/+11
* Add depfile support to build command with multiple outputs (Fixes: #61)Qingning Huo2011-09-061-3/+2
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-1/+1
* Implement default target statementsPeter Collingbourne2011-08-311-1/+64
* expand $$ as $Evan Martin2011-05-271-0/+12
* switch to $ as the line continuation charEvan Martin2011-05-271-8/+8
* add more test coverage for makefile parsingEvan Martin2011-05-251-0/+13
* refactor let parsing, passing another testEvan Martin2011-05-241-2/+1
* show correct location for unexpected var errorEvan Martin2011-05-231-2/+1
* refactor parser, check in some failing testsEvan Martin2011-05-231-0/+22
* include filename in subninja load err messageEvan Martin2011-05-221-1/+9
* windows: fix more signedness warningsEvan Martin2011-05-081-7/+7
* drop reserved words 'build'/'rule'/'subninja'/etc.Evan Martin2011-05-011-0/+7
* include location of error in parse error messages in EvalEnv stringsAlexei Svitkine2011-04-261-0/+24
* use util's CanonicalizePath in parsers as wellEvan Martin2011-04-221-0/+12
* add copyrightsEvan Martin2011-02-061-0/+14
* ignore whitespace in makefilesEvan Martin2011-02-041-0/+10
* refactor parse error messagesEvan Martin2011-02-041-1/+1
* allow implicit depsEvan Martin2011-01-231-1/+13
* add an include statementEvan Martin2011-01-151-0/+11
* split out graph into its own headerEvan Martin2011-01-081-0/+1
* aggressively eval variables in build blocksEvan Martin2010-12-211-2/+8
* immediately evaluate variables in top-level bindingsEvan Martin2010-12-211-1/+4
* allow one-letter variable namesEvan Martin2010-12-191-2/+4
* remove special builddirEvan Martin2010-12-191-31/+3
* expand variables in build pathsEvan Martin2010-12-191-0/+21
* move src into subdirEvan Martin2010-12-051-0/+290