summaryrefslogtreecommitdiffstats
path: root/src/status.h
Commit message (Collapse)AuthorAgeFilesLines
* Put builder output through status interfaceColin Cross2021-02-051-1/+11
| | | | | | Send all output after manifest parsing is finished to the Status interface, so that when status frontends are added they can handle build messages.
* Turn BuildStatus into an interfaceColin Cross2020-12-181-0/+107
Make BuildStatus an abstract interface, and move the current implementation to StatusPrinter, to make way for a serialized Status output.