summaryrefslogtreecommitdiffstats
path: root/src/deps_log.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 'Recompacting...' messages.Nico Weber2014-12-181-3/+1
* Don't print "Recompacting..." message from tests.Nico Weber2014-09-191-1/+3
* Move duplicated code into a helper function.Nico Weber2014-01-041-0/+8
* Deps log format v3Nico Weber2013-08-281-3/+4
* Suffix depslog path records with their expected index.Nico Weber2013-08-261-1/+3
* Recompact the deps log when it gets too big.Nico Weber2013-05-011-5/+3
* Move updating DepsLog's deps_ array into its own function.Nico Weber2013-04-301-0/+3
* Move some DepsLog::Deps initialization code into its constructor.Nico Weber2013-04-301-1/+2
* add a test for truncated depsEvan Martin2013-04-261-0/+1
* add a test for the "deps out of date" caseEvan Martin2013-04-091-1/+2
* depslog: track dead record countEvan Martin2013-04-081-0/+5
* add recompaction to depslogEvan Martin2013-04-081-0/+4
* 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
* add DepsLog, a new data structure for dependency informationEvan Martin2013-04-081-0/+91