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 | ||||
* | Add a parser for a new "dyndep" file format | Brad King | 2019-04-18 | 1 | -0/+512 |
Define a file format suitable for specifying dynamically-discovered dependency information for build edges. Design a format inspired by the build manifest format and using the same lexer. Start with a required format version specification followed by "build" statements that add implicit inputs and outputs to existing edges. |