Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'using namespace std;' to all cc files to prepare for removing it from ↵ | Michael Jones | 2020-09-30 | 1 | -0/+2 |
| | | | | header files | ||||
* | Factor out a base class of ManifestParser | Brad King | 2019-04-18 | 1 | -0/+51 |
Create a Parser base class that holds parser functionality not specific to the build manifest file format. This will allow it to be re-used for other parsers later. |