summaryrefslogtreecommitdiffstats
path: root/src/manifest_parser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #623 from nico/fixNico Weber2013-07-191-0/+11
|\
| * Fix diagnostic formatting regression caused by adaa91a33eb2cf23b88.Nico Weber2013-07-191-0/+11
* | Add test for a manifest ending in the middle of a keyword.Nico Weber2013-07-181-0/+11
|/
* Improve error message for duplicate rules and unknown pools.Nico Weber2013-07-021-0/+102
* Remove a few unused includes.Nico Weber2013-05-121-0/+3
* drop std:: qualifiers on more stl datatypesEvan Martin2013-04-181-1/+1
* make it an error for now to have multiple outputs with depslogEvan Martin2013-04-081-0/+12
* ManifestParser constructor accesses its first argument, don't pass NULLNico Weber2013-01-031-3/+6
* rearrange handling of builtin bindings to make rules simplerEvan Martin2012-12-291-8/+12
* update old test to cover newer rule attributesEvan Martin2012-08-241-1/+4
* add test that checks attributes on rulesEvan Martin2012-08-241-0/+11
* reject tabs (and CRs) in input files more aggressivelyEvan Martin2012-08-021-1/+1
* disallow crlf in manifest filesEvan Martin2012-07-181-0/+20
* Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-0/+684