summaryrefslogtreecommitdiffstats
path: root/src/deps_log.h
Commit message (Collapse)AuthorAgeFilesLines
* add a test for the "deps out of date" caseEvan Martin2013-04-091-1/+2
| | | | It touched the various remaining XXXes in the code, hooray.
* depslog: track dead record countEvan Martin2013-04-081-0/+5
|
* add recompaction to depslogEvan Martin2013-04-081-0/+4
| | | | Not done automatically yet, just an implementation and a test.
* clarify depslog overviewEvan Martin2013-04-081-4/+5
|
* expand DepsLog test, fix two bugs it revealedEvan Martin2013-04-081-0/+5
|
* use DepsLog in loading dependenciesEvan Martin2013-04-081-6/+6
| | | | WIP
* add DepsLog, a new data structure for dependency informationEvan Martin2013-04-081-0/+91
DepsLog is a compact serialization of dependency information. It can be used to replace depfiles for faster loading.