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
*
Merge pull request #1780 from jhasse/delay-open
Jan Niklas Hasse
2020-08-03
1
-28/+44
|
\
|
*
Delay actually opening log files until the first write, fix #1724
Jan Niklas Hasse
2020-05-23
1
-28/+44
*
|
[clang-tidy] check empty instead of size (#1784)
Rosen Penev
2020-06-04
1
-1/+1
|
/
*
Ignore nonexistent .ninja_log/.ninja_deps for restat and recompact
Jan Niklas Hasse
2019-12-23
1
-7/+7
*
Remove trailing whitespace from all files
Jan Niklas Hasse
2019-04-17
1
-2/+2
*
Fix older VS compatibility issues and PDB files generation issue. (#1435)
ikifof
2018-11-07
1
-0/+3
*
Merge pull request #1219 from QuLogic/resolution
Nico Weber
2017-10-20
1
-7/+12
|
\
|
*
Use 64-bit-alignment-safe timestamp reading.
Elliott Sales de Andrade
2017-09-16
1
-2/+8
|
*
Make TimeStamp 64-bit.
Elliott Sales de Andrade
2017-09-16
1
-7/+6
*
|
Fix potential buffer overrun
Logan Chien
2017-10-16
1
-1/+1
|
/
*
Directly pass the string instead of char * to Truncate util function. It will...
Pierre Schweitzer
2015-03-07
1
-1/+1
*
Fix compilation errors on Visual Studio 2015 (_MSC_VER 1900).
Beren Minor
2014-12-31
1
-2/+2
*
Remove 'Recompacting...' messages.
Nico Weber
2014-12-18
1
-2/+0
*
no need to save slash_bits, add comment
Scott Graham
2014-11-11
1
-9/+9
*
save slash_bits in depslog
Scott Graham
2014-11-11
1
-9/+8
*
make all GetNode explicit, add DepsLog canonicalize test
Scott Graham
2014-11-10
1
-2/+8
*
Don't print "Recompacting..." message from tests.
Nico Weber
2014-09-19
1
-1/+2
*
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
[next]