|
Ninja
|
#include <map>#include <set>#include <string>#include <queue>#include <vector>

Go to the source code of this file.
Classes | |
| struct | BuildConfig |
| Options (e.g. verbosity, parallelism) passed to a build. More... | |
| struct | Builder |
| Builder wraps the build process: starting commands, updating status. More... | |
| struct | CommandRunner |
| CommandRunner is an interface that wraps running the build subcommands. More... | |
| struct | Plan |
| Plan stores the state of a build plan: what we intend to build, which steps we're ready to execute. More... | |
1.7.5.1