add DepsLog, a new data structure for dependency information
authorEvan Martin <martine@danga.com>
Mon, 17 Dec 2012 17:08:15 +0000 (09:08 -0800)
committerEvan Martin <martine@danga.com>
Mon, 8 Apr 2013 21:45:06 +0000 (14:45 -0700)
commitb6a9a1c8adbb444c2489d884f06e5bd39627c3e9
tree61a7e8e06a57e1ef054a48e6febe061ac51635a5
parent9f1852fa3c97197e1876f1d47ca45e66b5e6cd28
add DepsLog, a new data structure for dependency information

DepsLog is a compact serialization of dependency information.
It can be used to replace depfiles for faster loading.
configure.py
src/deps_log.cc [new file with mode: 0644]
src/deps_log.h [new file with mode: 0644]
src/deps_log_test.cc [new file with mode: 0644]
src/graph.h
src/state.cc