summaryrefslogtreecommitdiffstats
path: root/src/deps_log_test.cc
Commit message (Expand)AuthorAgeFilesLines
* fix truncate compile error in ninja_test on windowsScott Graham2013-05-171-1/+2
* Keep a DepsLog's data valid after a call to DepsLog::Recompact().Nico Weber2013-05-011-2/+27
* Let DepsLog::RecordDeps() update its in-memory representation.Nico Weber2013-04-301-8/+14
* Merge pull request #558 from nico/buildfixEvan Martin2013-04-291-2/+2
|\
| * Introduce a Truncate() function that works on POSIX and Windows.Nico Weber2013-04-291-2/+2
* | Don't crash during deps log recompaction if there's more than one deps entry.Nico Weber2013-04-291-0/+6
|/
* deps log: recover on truncated entryEvan Martin2013-04-271-3/+68
* add a test for truncated depsEvan Martin2013-04-261-0/+60
* make DepsLogTest actually clean up on teardownEvan Martin2013-04-261-1/+1
* 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
* add recompaction to depslogEvan Martin2013-04-081-0/+70
* don't write out deps entries if nothing changedEvan Martin2013-04-081-0/+46
* 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