summaryrefslogtreecommitdiffstats
path: root/parsers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* fix whitespace-eating regressionEvan Martin2010-11-221-1/+3
* nested scope for build linesEvan Martin2010-11-221-0/+15
* die on unexpected vars in rule blocksEvan Martin2010-11-221-3/+11
* canonicalize paths with // in themEvan Martin2010-11-141-0/+14
* allow backslashes throughEvan Martin2010-11-141-0/+9
* nested file-scoped binding environmentsEvan Martin2010-11-141-7/+20
* add a special "phony" ruleEvan Martin2010-11-141-2/+2
* make Rule* constEvan Martin2010-11-141-3/+3
* hack in special $root for builddirEvan Martin2010-11-141-0/+13
* parse order-only dep syntaxEvan Martin2010-11-071-0/+6
* subninjas should inherit builddirEvan Martin2010-11-071-1/+5
* test default builddir is emptyEvan Martin2010-11-071-0/+2
* translate @ in variable definitionsEvan Martin2010-11-071-1/+4
* make all vars start with $Evan Martin2010-11-011-4/+4
* parse subfile; pass subninja testEvan Martin2010-10-301-0/+4
* use new interface for loading subfilesEvan Martin2010-10-301-13/+9
* pass disk interface to parserEvan Martin2010-10-301-11/+11
* failing test for loading subninjaEvan Martin2010-10-301-2/+10
* make DiskInterface pure virtualEvan Martin2010-10-301-0/+13
* use a fixture for parser testsEvan Martin2010-10-301-24/+23
* extra printEvan Martin2010-10-301-1/+0
* factor tests into filesEvan Martin2010-10-301-0/+182