deps log: recover on truncated entry
[platform/upstream/ninja.git] / src / deps_log.cc
2013-04-27 Evan Martindeps log: recover on truncated entry
2013-04-09 Evan MartinMerge pull request #535 from sgraham/fix-windows-depslog
2013-04-09 Evan MartinMerge pull request #534 from nico/invalid_log
2013-04-09 Scott Grahamfix windows build after depslog
2013-04-09 Nico WeberOn invalid depslog header, restart build instead of...
2013-04-09 Evan MartinMerge branch 'dep-pipeless'
2013-04-09 Nico WeberWrite the depslog version in binary instead of text.
2013-04-09 Evan Martinadd a test for the "deps out of date" case
2013-04-08 Evan Martindon't call .front() on an empty vector
2013-04-08 Evan Martinmissing header
2013-04-08 Evan Martindepslog: track dead record count
2013-04-08 Evan Martinadd recompaction to depslog
2013-04-08 Evan Martinmake old deps format migration actually work
2013-04-08 Evan Martinrecord and check depslog file version
2013-04-08 Evan Martindon't write out deps entries if nothing changed
2013-04-08 Evan Martinwindows: add uint16 casts in depslog
2013-04-08 Evan Martintrack deps log load time in metrics
2013-04-08 Evan Martinexpand DepsLog test, fix two bugs it revealed
2013-04-08 Evan Martinno error if deps log doesn't exist
2013-04-08 Evan Martinuse DepsLog in loading dependencies
2013-04-08 Evan Martinadd DepsLog, a new data structure for dependency inform...