|
Ninja
|
#include "build.h"#include <assert.h>#include <stdio.h>#include <sys/ioctl.h>#include <sys/time.h>#include <sys/termios.h>#include "build_log.h"#include "disk_interface.h"#include "graph.h"#include "state.h"#include "subprocess.h"#include "util.h"
Go to the source code of this file.
Classes | |
| struct | BuildStatus |
| Tracks the status of a build: completion fraction, printing updates. More... | |
| struct | DryRunCommandRunner |
| A CommandRunner that doesn't actually run the commands. More... | |
| struct | RealCommandRunner |
1.7.5.1