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
*
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