summaryrefslogtreecommitdiffstats
path: root/src/dyndep_parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'using namespace std' from header files, properly namespace all std ↵Michael Jones2020-09-301-5/+6
| | | | symbols
* Add a parser for a new "dyndep" file formatBrad King2019-04-181-0/+46
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.