summaryrefslogtreecommitdiffstats
path: root/src/deps_log_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in commentNico Weber2013-04-091-1/+1
|
* On invalid depslog header, restart build instead of showing an error.Nico Weber2013-04-091-0/+26
| | | | Also add tests for invalid headers.
* add recompaction to depslogEvan Martin2013-04-081-0/+70
| | | | Not done automatically yet, just an implementation and a test.
* don't write out deps entries if nothing changedEvan Martin2013-04-081-0/+46
| | | | Shortcuts a common case.
* expand DepsLog test, fix two bugs it revealedEvan Martin2013-04-081-11/+27
|
* add DepsLog, a new data structure for dependency informationEvan Martin2013-04-081-0/+63
DepsLog is a compact serialization of dependency information. It can be used to replace depfiles for faster loading.