index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build_log.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1834 from jhasse/close-during-generator
Jan Niklas Hasse
2020-11-02
1
-2/+1
|
\
|
*
Close BuildLog while running generators, fix #1724
Jan Niklas Hasse
2020-08-26
1
-2/+1
*
|
Check return value of setvbuf, fix #509
Jan Niklas Hasse
2020-10-30
1
-1/+3
*
|
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
1
-0/+2
|
/
*
Delay actually opening log files until the first write, fix #1724
Jan Niklas Hasse
2020-05-23
1
-19/+32
*
restat: Accept list of outputs to restat (none means all)
Jan Niklas Hasse
2020-01-16
1
-5/+15
*
Ignore nonexistent .ninja_log/.ninja_deps for restat and recompact
Jan Niklas Hasse
2019-12-23
1
-6/+6
*
Add restat tool which recalculates all mtimes in the build log
Jan Niklas Hasse
2019-12-23
1
-0/+48
*
Revert "1492 add column headers to .ninja_log"
Jan Niklas Hasse
2019-10-28
1
-3/+1
*
1492 add column headers to .ninja_log
Guilhem Charles
2019-01-13
1
-1/+3
*
Fix older VS compatibility issues and PDB files generation issue. (#1435)
ikifof
2018-11-07
1
-0/+3
*
Add NINJA_FALLTHROUGH macro
Stefan Becker
2018-04-11
1
-0/+6
*
Flush changes into .ninja_log right away.
Pawel Pluciennik
2017-11-24
1
-0/+3
*
Use strtoll when reading mtime from build log.
Elliott Sales de Andrade
2017-09-16
1
-1/+1
*
Make TimeStamp 64-bit.
Elliott Sales de Andrade
2017-09-16
1
-1/+1
*
Always rebuild on errors
Colin Cross
2017-05-22
1
-5/+5
*
Fix AIX compilation error related to printf macros
Mike Seplowitz
2015-08-19
1
-3/+8
*
Make sure not to re-define __STDC_FORMAT_MACROS.
Lindley French
2015-07-31
1
-0/+2
*
Remove 'Recompacting...' messages.
Nico Weber
2014-12-18
1
-3/+1
*
Don't print "Recompacting..." message from tests.
Nico Weber
2014-09-19
1
-2/+3
*
Make BuildLogUser reference constant.
Nico Weber
2014-01-07
1
-2/+3
*
Rename "IsDead" to "BuildLogUser".
Nico Weber
2014-01-04
1
-4/+5
*
Remove dead entries in .ninja_log and .ninja_deps while recompacting.
Nico Weber
2014-01-02
1
-3/+12
*
Minor style fixes, no behavior change.
Nico Weber
2013-08-23
1
-1/+1
*
Build log write error checking.
Nico Weber
2013-07-24
1
-7/+14
*
Merge pull request #616 from nico/recompact
Evan Martin
2013-07-08
1
-1/+1
|
\
|
*
Add a 'recompact' tool, which forces recompaction of the build and deps logs.
Nico Weber
2013-07-08
1
-1/+1
*
|
Fix murmur hash implementations to work on strict alignment
Matthew Dempsky
2013-07-08
1
-12/+13
|
/
*
fix all "class" -> "struct"
Evan Martin
2012-12-29
1
-2/+1
*
Fix formatting
Robert Iannucci
2012-11-30
1
-2/+2
*
build log: fixing parameter names
Maxim Kalaev
2012-10-15
1
-6/+6
*
build log: mini-refactoring to use constructors to initialize entries
Maxim Kalaev
2012-10-12
1
-4/+11
*
build log: moving HashCommand() calculation out of targets loop
Maxim Kalaev
2012-10-12
1
-1/+2
*
Add metric for log recompacting
Petr Wolf
2012-10-04
1
-0/+1
*
remove config from BuildLog, rename members
Evan Martin
2012-09-02
1
-13/+10
*
make it more explicit that a bad build log causes us to rebuild
Evan Martin
2012-08-17
1
-3/+6
*
windows: fix size_t<->int conversions in ninja.exe
Evan Martin
2012-08-10
1
-6/+6
*
Revert "Make StringPiece data members private."
Nico Weber
2012-07-28
1
-2/+2
*
Merge pull request #352 from tfarina/string-piece-private
Evan Martin
2012-07-27
1
-2/+2
|
\
|
*
Make StringPiece data members private.
Thiago Farina
2012-06-30
1
-2/+2
*
|
Minor: zero log buffer before reading data/parsing it
Maxim Kalaev
2012-07-27
1
-1/+3
*
|
don't leak file handle on fail-to-upgrade case
Scott Graham
2012-06-19
1
-0/+1
|
/
*
switch build log to print hashes as hex
Evan Martin
2012-06-19
1
-2/+2
*
drop support of log formats < 4
Evan Martin
2012-06-18
1
-10/+15
*
use PRIu64 for printing 64-bit in, %d for printing int
Evan Martin
2012-06-18
1
-2/+4
*
no recompacting needed when log file is empty
Peter Kuemmel
2012-06-18
1
-3/+7
*
Only store command hashes in the build log.
Nico Weber
2012-06-15
1
-5/+59
*
Switch LineReader from fgets() to just fread().
Nico Weber
2012-05-10
1
-5/+33
*
Pull BuildLog line reading into its own class. No performance or behavior cha...
Nico Weber
2012-05-10
1
-11/+36
*
Don't write ninja log header to log on every build on Windows.
Nico Weber
2012-05-08
1
-0/+4
[next]