index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] check empty instead of size (#1784)
Rosen Penev
2020-06-04
1
-1/+1
*
depfile_parser: remove restriction on multiple outputs
Ben Boeckel
2019-11-20
1
-0/+223
*
Small constifications (#1647)
Konstantin Kharlamov
2019-09-19
1
-2/+2
*
Teach builder to load dyndep files when they are ready
Brad King
2019-04-18
1
-0/+717
*
Teach FakeCommandRunner to support multiple active commands
Brad King
2019-04-18
1
-21/+47
*
Allow EdgeFinished and NodeFinished to fail with errors
Brad King
2019-04-18
1
-26/+52
*
Restore tolerance of self-referencing phony build statements
Brad King
2017-09-08
1
-0/+13
*
Drop unnecessary cycle detection in Plan::AddTarget
Brad King
2017-06-19
1
-53/+0
*
Simplify BuildTest.StatFailureAbortsBuild test case
Brad King
2017-06-19
1
-2/+2
*
Fix segfault on edge with no inputs
Colin Cross
2017-06-16
1
-0/+31
*
Always rebuild on errors
Colin Cross
2017-05-22
1
-2/+2
*
Add a test that fails if a rule updates it output file but fails
Colin Cross
2017-05-22
1
-2/+49
*
Regression test for not initialized elapsed time bug.
gkistanova
2016-07-14
1
-0/+8
*
Fix NINJA_STATUS %r on dumb terminals
Colin Cross
2016-04-29
1
-2/+4
*
Improve Plan::EdgeFinished signature
Brad King
2016-04-19
1
-26/+26
*
Merge pull request #1126 from bradking/pool-release-on-fail
Nico Weber
2016-04-19
1
-24/+90
|
\
|
*
Add another test case covering pool release on edge failure
David Emett
2016-04-06
1
-0/+24
|
*
Release the pool slot held by an edge whether it succeeds or fails
Fredrik Medley
2016-04-06
1
-24/+66
*
|
Avoid double-scheduling build edges in another case
Brad King
2016-02-03
1
-0/+23
|
/
*
Add support for build statement implicit outputs
Brad King
2016-02-03
1
-0/+16
*
Make links point to org page
Nico Weber
2015-11-11
1
-4/+4
*
Fix pool use count going unbalanced
Scott Graham
2015-04-23
1
-8/+36
*
Don't get stuck on cyclic graphs where one edge has multiple outputs.
Nico Weber
2015-04-01
1
-0/+37
*
Let Stat() have an err outparam instead of writing to stderr.
Nico Weber
2015-03-31
1
-4/+5
*
Make failing stat() calls abort the build.
Nico Weber
2015-03-19
1
-11/+25
*
On unexpected output in a .d file, rebuild instead erroring.
Nico Weber
2015-03-12
1
-0/+17
*
Reject depfiles that don't contain a : after the target name.
Nico Weber
2015-03-12
1
-2/+1
*
make all GetNode explicit, add DepsLog canonicalize test
Scott Graham
2014-11-10
1
-1/+67
*
improve test
Scott Graham
2014-11-09
1
-7/+10
*
remove CanonicalizePath overloads, test for toplevel behaviour
Scott Graham
2014-11-09
1
-0/+29
*
path decanonicalization when building command
Scott Graham
2014-11-08
1
-2/+1
*
CanonicalizePath handles \ on Windows
Scott Graham
2014-10-30
1
-5/+1
*
Use a small, standalone testing framework instead of googletest.
Nico Weber
2014-09-18
1
-1/+3
*
Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.
Nico Weber
2014-05-21
1
-17/+28
*
win console wip: enable test
Nico Weber
2014-05-13
1
-4/+2
*
Introduce the "console" pool
Peter Collingbourne
2014-02-03
1
-10/+54
*
Make BuildLogUser reference constant.
Nico Weber
2014-01-07
1
-1/+1
*
Rename "IsDead" to "BuildLogUser".
Nico Weber
2014-01-04
1
-2/+2
*
Make tests compile (one fails atm).
Nico Weber
2014-01-02
1
-2/+4
*
Simplify.
Nico Weber
2013-09-08
1
-3/+2
*
Fix for build test for BuildWithDepsLogTest.RestatMissingDepfileDepslog
Richard Geary
2013-09-07
1
-1/+4
*
Fix restat rebuild if deps are missing.
Maxim Kalaev
2013-09-02
1
-1/+117
*
Minor style fixes, no behavior change.
Nico Weber
2013-08-23
1
-2/+2
*
Add a test for issue #638.
Nico Weber
2013-08-22
1
-0/+1
*
Add test for correct restat logic
Chris Hopman
2013-07-20
1
-0/+40
*
Add a test for CreatePhonyInEdge() in depsmode path.
Nico Weber
2013-06-06
1
-0/+61
*
Add test that proves `node->AddOutEdge(edge);` in `LoadDepFile()` is needed.
Nico Weber
2013-06-04
1
-1/+24
*
Fix restat builds with edges generating headers depended on through deps files
Nico Weber
2013-06-03
1
-0/+64
*
Fix Pool tests.
Robert Iannucci
2013-05-06
1
-18/+37
*
Don't record deps in dry runs.
Nico Weber
2013-04-22
1
-1/+30
[next]