index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
deps_log.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move duplicated code into a helper function.
Nico Weber
2014-01-04
1
-11/+11
*
Add a test for collection of dead deps entries.
Nico Weber
2014-01-03
1
-0/+6
*
Remove dead entries in .ninja_log and .ninja_deps while recompacting.
Nico Weber
2014-01-02
1
-0/+7
*
Make depslog v1->v3 message less scary.
Nico Weber
2013-09-06
1
-1/+1
*
Fix an issue with more than 64k deps, spotted by maximuska.
Nico Weber
2013-08-28
1
-1/+1
*
document an assumption
Nico Weber
2013-08-28
1
-0/+1
*
Deps log format v3
Nico Weber
2013-08-28
1
-27/+32
*
Suffix depslog path records with their expected index.
Nico Weber
2013-08-26
1
-6/+31
*
Merge pull request #612 from maximuska/proposed/deps_log_write_errors_checking
Nico Weber
2013-07-24
1
-14/+41
|
\
|
*
Adding checks for record overflow in deps_log
Maxim Kalaev
2013-07-01
1
-6/+21
|
*
Adding error checking on fwrite/fflush in deps_log
Maxim Kalaev
2013-07-01
1
-12/+24
*
|
Add a 'recompact' tool, which forces recompaction of the build and deps logs.
Nico Weber
2013-07-08
1
-1/+1
|
/
*
Make sure to not write partial deps entries.
Nico Weber
2013-06-14
1
-0/+9
*
Recompact the deps log when it gets too big.
Nico Weber
2013-05-01
1
-2/+19
*
Keep a DepsLog's data valid after a call to DepsLog::Recompact().
Nico Weber
2013-05-01
1
-5/+8
*
Let DepsLog::RecordDeps() update its in-memory representation.
Nico Weber
2013-04-30
1
-0/+7
*
Move updating DepsLog's deps_ array into its own function.
Nico Weber
2013-04-30
1
-6/+12
*
Move some DepsLog::Deps initialization code into its constructor.
Nico Weber
2013-04-30
1
-4/+1
*
Merge pull request #558 from nico/buildfix
Evan Martin
2013-04-29
1
-3/+1
|
\
|
*
Introduce a Truncate() function that works on POSIX and Windows.
Nico Weber
2013-04-29
1
-3/+1
*
|
Merge pull request #556 from nico/unlink
Evan Martin
2013-04-29
1
-0/+5
|
\
\
|
*
|
Make sure that recompaction writes a pristine new depslog.
Nico Weber
2013-04-29
1
-0/+5
|
|
/
*
|
Don't crash during deps log recompaction if there's more than one deps entry.
Nico Weber
2013-04-29
1
-0/+2
|
/
*
don't count eof as truncated
Evan Martin
2013-04-27
1
-1/+2
*
fix warning
Evan Martin
2013-04-27
1
-1/+1
*
deps log: recover on truncated entry
Evan Martin
2013-04-27
1
-6/+35
*
Merge pull request #535 from sgraham/fix-windows-depslog
Evan Martin
2013-04-09
1
-0/+2
|
\
|
*
fix windows build after depslog
Scott Graham
2013-04-09
1
-0/+2
*
|
On invalid depslog header, restart build instead of showing an error.
Nico Weber
2013-04-09
1
-9/+5
|
/
*
Write the depslog version in binary instead of text.
Nico Weber
2013-04-09
1
-5/+12
*
add a test for the "deps out of date" case
Evan Martin
2013-04-09
1
-1/+5
*
don't call .front() on an empty vector
Evan Martin
2013-04-08
1
-1/+2
*
missing header
Evan Martin
2013-04-08
1
-0/+1
*
depslog: track dead record count
Evan Martin
2013-04-08
1
-1/+3
*
add recompaction to depslog
Evan Martin
2013-04-08
1
-10/+53
*
make old deps format migration actually work
Evan Martin
2013-04-08
1
-5/+4
*
record and check depslog file version
Evan Martin
2013-04-08
1
-4/+24
*
don't write out deps entries if nothing changed
Evan Martin
2013-04-08
1
-2/+30
*
windows: add uint16 casts in depslog
Evan Martin
2013-04-08
1
-2/+2
*
track deps log load time in metrics
Evan Martin
2013-04-08
1
-0/+2
*
expand DepsLog test, fix two bugs it revealed
Evan Martin
2013-04-08
1
-5/+4
*
no error if deps log doesn't exist
Evan Martin
2013-04-08
1
-0/+2
*
use DepsLog in loading dependencies
Evan Martin
2013-04-08
1
-0/+6
*
add DepsLog, a new data structure for dependency information
Evan Martin
2013-04-08
1
-0/+149