summaryrefslogtreecommitdiffstats
path: root/src/manifest_parser.cc
Commit message (Collapse)AuthorAgeFilesLines
* make it an error for now to have multiple outputs with depslogEvan Martin2013-04-081-0/+8
|
* add syntax for checking versionsEvan Martin2013-02-161-3/+9
|
* rearrange handling of builtin bindings to make rules simplerEvan Martin2012-12-291-51/+25
| | | | | Now, a 'build' block can override any special binding like 'command' or 'description' if it needs to.
* wrap some overlong linesEvan Martin2012-12-291-2/+4
|
* begin rationalizing platform for both parsersRobert Iannucci2012-11-101-7/+5
|
* block parse method doneRobert Iannucci2012-11-101-2/+66
|
* all building and tests passingRobert Iannucci2012-11-091-1/+1
|
* stub out an api and de-constify PoolRobert Iannucci2012-11-091-1/+1
|
* reject tabs (and CRs) in input files more aggressivelyEvan Martin2012-08-021-2/+3
|
* Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-0/+327
So it matches with the class name in there. Signed-off-by: Thiago Farina <tfarina@chromium.org>