index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build_log_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increment ninja_log version (#2240)
Junji Watanabe
2023-04-18
1
-13/+19
*
support 32bit system like i386 (#829)
Ma Aiguo
2022-10-09
1
-1/+5
*
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
1
-0/+2
*
Null terminate the out2 string passed as filter2 to log.Restat
yydevelop
2020-04-15
1
-1/+1
*
restat: Accept list of outputs to restat (none means all)
Jan Niklas Hasse
2020-01-16
1
-1/+8
*
Ignore nonexistent .ninja_log/.ninja_deps for restat and recompact
Jan Niklas Hasse
2019-12-23
1
-1/+1
*
Add restat tool which recalculates all mtimes in the build log
Jan Niklas Hasse
2019-12-23
1
-0/+42
*
Revert "1492 add column headers to .ninja_log"
Jan Niklas Hasse
2019-10-28
1
-5/+4
*
1492 add column headers to .ninja_log
Guilhem Charles
2019-01-13
1
-4/+5
*
Always rebuild on errors
Colin Cross
2017-05-22
1
-4/+4
*
ninja_test: Fix Visual C++ 2015 warnings/errors about name hiding.
James Johnston
2016-04-18
1
-7/+9
*
Remove 'Recompacting...' messages.
Nico Weber
2014-12-18
1
-1/+0
*
Don't print "Recompacting..." message from tests.
Nico Weber
2014-09-19
1
-0/+1
*
Fix building tests on Windows again.
Nico Weber
2014-09-18
1
-1/+1
*
Make BuildLogUser reference constant.
Nico Weber
2014-01-07
1
-2/+2
*
Rename "IsDead" to "BuildLogUser".
Nico Weber
2014-01-04
1
-8/+8
*
Add a test for collection of dead log entries.
Nico Weber
2014-01-04
1
-0/+40
*
Make tests compile (one fails atm).
Nico Weber
2014-01-02
1
-6/+7
*
Introduce a Truncate() function that works on POSIX and Windows.
Nico Weber
2013-04-29
1
-9/+1
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-1/+2
*
wrap test in anon namespace
Evan Martin
2012-12-28
1
-0/+4
*
build log: Adding test for multiple target edges
Maxim Kalaev
2012-10-12
1
-0/+20
*
Merge pull request #408 from nico/fix
Evan Martin
2012-09-06
1
-0/+2
|
\
|
*
Make sure no stale test file exists before running build log tests.
Nico Weber
2012-09-01
1
-0/+2
*
|
remove config from BuildLog, rename members
Evan Martin
2012-09-02
1
-2/+2
|
/
*
fix test broken in 697350d
Evan Martin
2012-08-17
1
-2/+10
*
make it more explicit that a bad build log causes us to rebuild
Evan Martin
2012-08-17
1
-1/+1
*
Include unistd.h in files that use unlink() on OS X.
Nico Weber
2012-08-05
1
-3/+1
*
make the build log test match the indended build log logic
Evan Martin
2012-07-27
1
-3/+3
*
drop support of log formats < 4
Evan Martin
2012-06-18
1
-13/+6
*
Only store command hashes in the build log.
Nico Weber
2012-06-15
1
-6/+6
*
Add a BuildLog test that checks that very long command liens don't crash.
Nico Weber
2012-05-10
1
-0/+28
*
Add a BuildLog test that checks duplicate version headers don't crash.
Nico Weber
2012-05-10
1
-0/+31
*
Add a BuildLog loading perftest.
Nico Weber
2012-05-08
1
-1/+1
*
Don't write ninja log header to log on every build on Windows.
Nico Weber
2012-05-08
1
-0/+31
*
Make |log_| variable private to BuildLog.
Evan Martin
2012-04-05
1
-2/+2
*
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
1
-2/+2
*
make my last change actually work
Evan Martin
2012-01-05
1
-5/+6
*
Switch build log to use tabs as field separators, to support outputs with spa...
Nico Weber
2012-01-05
1
-0/+19
*
Implement restat rules
Peter Collingbourne
2011-10-24
1
-0/+19
*
build_log_test.cc: add 3 #include for stat(2) on Linux
Qingning Huo
2011-06-10
1
-0/+6
*
remove +x bit from source
Evan Martin
2011-06-03
1
-0/+0
*
mingw ninja_test links and passes. (as do linux and native VS2010)
Philip Craig
2011-05-29
1
-2/+3
*
Tests now build on a native Windows build (tested with VS2010)
Philip Craig
2011-05-28
1
-0/+11
*
don't crash on truncated log files
Evan Martin
2011-05-11
1
-0/+28
*
add a versioning header to build log, switch to v2
Evan Martin
2011-05-11
1
-3/+3
*
windows: successfully link tests
Evan Martin
2011-05-06
1
-2/+2
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
remove tempnam
Evan Martin
2011-01-09
1
-8/+7
*
work around mktemp warning
Evan Martin
2011-01-08
1
-2/+1
[next]