Ninja
Classes
build.cc File Reference
#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"
Include dependency graph for build.cc:

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