index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build_log.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delay actually opening log files until the first write, fix #1724
Jan Niklas Hasse
2020-05-23
1
-0/+8
*
restat: Accept list of outputs to restat (none means all)
Jan Niklas Hasse
2020-01-16
1
-1/+1
*
Ignore nonexistent .ninja_log/.ninja_deps for restat and recompact
Jan Niklas Hasse
2019-12-23
1
-1/+2
*
Add restat tool which recalculates all mtimes in the build log
Jan Niklas Hasse
2019-12-23
1
-0/+5
*
Always rebuild on errors
Colin Cross
2017-05-22
1
-3/+3
*
Fix typo.
Nicolas Despres
2015-09-24
1
-1/+1
*
Remove 'Recompacting...' messages.
Nico Weber
2014-12-18
1
-2/+0
*
Don't print "Recompacting..." message from tests.
Nico Weber
2014-09-19
1
-0/+2
*
Make BuildLogUser reference constant.
Nico Weber
2014-01-07
1
-3/+3
*
Rename "IsDead" to "BuildLogUser".
Nico Weber
2014-01-04
1
-3/+6
*
Remove dead entries in .ninja_log and .ninja_deps while recompacting.
Nico Weber
2014-01-02
1
-2/+6
*
Build log write error checking.
Nico Weber
2013-07-24
1
-2/+2
*
Remove a few unused includes.
Nico Weber
2013-05-12
1
-1/+0
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-1/+2
*
build log: mini-refactoring to use constructors to initialize entries
Maxim Kalaev
2012-10-12
1
-0/+3
*
remove config from BuildLog, rename members
Evan Martin
2012-09-02
1
-11/+7
*
fix windows build
Scott Graham
2012-06-15
1
-0/+1
*
Only store command hashes in the build log.
Nico Weber
2012-06-15
1
-2/+4
*
Make |log_| variable private to BuildLog.
Evan Martin
2012-04-05
1
-2/+3
*
Fix cygwin build by including stdio.h here
okuoku
2012-01-25
1
-0/+1
*
convert all time_t to a new TimeStamp type
Evan Martin
2012-01-05
1
-2/+3
*
revert part of c33b198 to fix build of ninja_test
Evan Martin
2011-12-22
1
-1/+2
*
Protect BuildLog data member variables by making them private.
Thiago Farina
2011-12-20
1
-1/+2
*
Implement restat rules
Peter Collingbourne
2011-10-24
1
-2/+5
*
generalize the pattern of hash_map<const char*, ...>, use in BuildLog
Evan Martin
2011-09-12
1
-1/+3
*
Support for rebuilding and reloading manifest files
Peter Collingbourne
2011-09-03
1
-0/+1
*
add a versioning header to build log, switch to v2
Evan Martin
2011-05-11
1
-3/+7
*
add doxygen-compatibile comments to most classes
Evan Martin
2011-04-29
1
-11/+12
*
Add missing CPP guards.
Nicolas Despres
2011-03-22
1
-0/+5
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
pass config into build log
Evan Martin
2011-01-23
1
-0/+3
*
recompact log files
Evan Martin
2011-01-23
1
-0/+7
*
don't crash in tests where we don't use a log file
Evan Martin
2011-01-08
1
-0/+2
*
add a class for logging builds (commands + timing)
Evan Martin
2010-12-23
1
-0/+37