Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rearrange handling of builtin bindings to make rules simpler | Evan Martin | 2012-12-29 | 1 | -51/+25 |
| | | | | | Now, a 'build' block can override any special binding like 'command' or 'description' if it needs to. | ||||
* | wrap some overlong lines | Evan Martin | 2012-12-29 | 1 | -2/+4 |
| | |||||
* | begin rationalizing platform for both parsers | Robert Iannucci | 2012-11-10 | 1 | -7/+5 |
| | |||||
* | block parse method done | Robert Iannucci | 2012-11-10 | 1 | -2/+66 |
| | |||||
* | all building and tests passing | Robert Iannucci | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | stub out an api and de-constify Pool | Robert Iannucci | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | reject tabs (and CRs) in input files more aggressively | Evan Martin | 2012-08-02 | 1 | -2/+3 |
| | |||||
* | Rename parsers.* to manifest_parser.* | Thiago Farina | 2012-07-09 | 1 | -0/+327 |
So it matches with the class name in there. Signed-off-by: Thiago Farina <tfarina@chromium.org> |