Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a test for the "deps out of date" case | Evan Martin | 2013-04-09 | 1 | -1/+2 |
| | | | | It touched the various remaining XXXes in the code, hooray. | ||||
* | depslog: track dead record count | Evan Martin | 2013-04-08 | 1 | -0/+5 |
| | |||||
* | add recompaction to depslog | Evan Martin | 2013-04-08 | 1 | -0/+4 |
| | | | | Not done automatically yet, just an implementation and a test. | ||||
* | clarify depslog overview | Evan Martin | 2013-04-08 | 1 | -4/+5 |
| | |||||
* | expand DepsLog test, fix two bugs it revealed | Evan Martin | 2013-04-08 | 1 | -0/+5 |
| | |||||
* | use DepsLog in loading dependencies | Evan Martin | 2013-04-08 | 1 | -6/+6 |
| | | | | WIP | ||||
* | add DepsLog, a new data structure for dependency information | Evan Martin | 2013-04-08 | 1 | -0/+91 |
DepsLog is a compact serialization of dependency information. It can be used to replace depfiles for faster loading. |