move BuildLog to DependencyScan
authorEvan Martin <martine@danga.com>
Tue, 4 Sep 2012 22:39:04 +0000 (18:39 -0400)
committerEvan Martin <martine@danga.com>
Tue, 4 Sep 2012 22:39:04 +0000 (18:39 -0400)
commit1e11c8a6bd119025efd8725370ffa42354f92f88
tree53adfbd3d97d14a84bc9e0657e85569d0d547a11
parent703dcffd6d2e4b64411eb44d3025093abfd1d737
move BuildLog to DependencyScan

The build log is needed in computing whether an edge is
dirty, so I think it belongs here.  (It's a bit weird
that Builder needs to reach into it to record completed
commands, maybe it will become cleaner with more thought.)
src/build.cc
src/build.h
src/build_test.cc
src/disk_interface_test.cc
src/graph.h
src/graph_test.cc
src/ninja.cc
src/state.cc
src/state.h