summaryrefslogtreecommitdiffstats
path: root/src/deps_log_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Misc typo fixes by https://github.com/codespell-project/codespell/Mo Zhou2018-09-061-2/+2
* ninja_test: Fix Visual C++ 2015 warnings/errors about name hiding.James Johnston2016-04-181-4/+6
* Remove 'Recompacting...' messages.Nico Weber2014-12-181-2/+0
* make all GetNode explicit, add DepsLog canonicalize testScott Graham2014-11-101-47/+47
* Don't print "Recompacting..." message from tests.Nico Weber2014-09-191-0/+2
* Fix building tests on Windows again.Nico Weber2014-09-181-1/+1
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-0/+5
* Add a test for collection of dead deps entries.Nico Weber2014-01-031-1/+46
* Fix DepsLogTest.Recompact by making sure outputs aren't garbag-collected.Nico Weber2014-01-021-0/+10
* Fix an issue with more than 64k deps, spotted by maximuska.Nico Weber2013-08-281-0/+33
* 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