index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
deps_log_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc typo fixes by https://github.com/codespell-project/codespell/
Mo Zhou
2018-09-06
1
-2/+2
*
ninja_test: Fix Visual C++ 2015 warnings/errors about name hiding.
James Johnston
2016-04-18
1
-4/+6
*
Remove 'Recompacting...' messages.
Nico Weber
2014-12-18
1
-2/+0
*
make all GetNode explicit, add DepsLog canonicalize test
Scott Graham
2014-11-10
1
-47/+47
*
Don't print "Recompacting..." message from tests.
Nico Weber
2014-09-19
1
-0/+2
*
Fix building tests on Windows again.
Nico Weber
2014-09-18
1
-1/+1
*
Use a small, standalone testing framework instead of googletest.
Nico Weber
2014-09-18
1
-0/+5
*
Add a test for collection of dead deps entries.
Nico Weber
2014-01-03
1
-1/+46
*
Fix DepsLogTest.Recompact by making sure outputs aren't garbag-collected.
Nico Weber
2014-01-02
1
-0/+10
*
Fix an issue with more than 64k deps, spotted by maximuska.
Nico Weber
2013-08-28
1
-0/+33
*
fix truncate compile error in ninja_test on windows
Scott Graham
2013-05-17
1
-1/+2
*
Keep a DepsLog's data valid after a call to DepsLog::Recompact().
Nico Weber
2013-05-01
1
-2/+27
*
Let DepsLog::RecordDeps() update its in-memory representation.
Nico Weber
2013-04-30
1
-8/+14
*
Merge pull request #558 from nico/buildfix
Evan Martin
2013-04-29
1
-2/+2
|
\
|
*
Introduce a Truncate() function that works on POSIX and Windows.
Nico Weber
2013-04-29
1
-2/+2
*
|
Don't crash during deps log recompaction if there's more than one deps entry.
Nico Weber
2013-04-29
1
-0/+6
|
/
*
deps log: recover on truncated entry
Evan Martin
2013-04-27
1
-3/+68
*
add a test for truncated deps
Evan Martin
2013-04-26
1
-0/+60
*
make DepsLogTest actually clean up on teardown
Evan Martin
2013-04-26
1
-1/+1
*
fix typo in comment
Nico Weber
2013-04-09
1
-1/+1
*
On invalid depslog header, restart build instead of showing an error.
Nico Weber
2013-04-09
1
-0/+26
*
add recompaction to depslog
Evan Martin
2013-04-08
1
-0/+70
*
don't write out deps entries if nothing changed
Evan Martin
2013-04-08
1
-0/+46
*
expand DepsLog test, fix two bugs it revealed
Evan Martin
2013-04-08
1
-11/+27
*
add DepsLog, a new data structure for dependency information
Evan Martin
2013-04-08
1
-0/+63