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
*
Fix typo
Orgad Shaneh
2023-11-19
1
-1/+1
*
Remove phony edges for nodes created by a dependency loader.
David 'Digit' Turner
2023-11-07
1
-17/+24
*
Ensure tests do not leave stale files in current directory.
David 'Digit' Turner
2023-10-06
1
-42/+54
*
Introduce mechanism to provide resiliency for inputs changing while the build...
John Drouhard
2022-06-10
1
-6/+314
*
Fix two typos
Marc-Antoine Ruel
2021-12-28
1
-1/+1
*
Merge pull request #1800 from colincross/validations
Jan Niklas Hasse
2021-12-21
1
-0/+313
|
\
|
*
Add validation nodes to ninja
Colin Cross
2021-10-12
1
-0/+305
|
*
Remove early return from Builder::AddTarget
Colin Cross
2021-10-12
1
-0/+8
*
|
Fix crash when FakeCommandRunner is deleted twice
Jan Niklas Hasse
2021-11-16
1
-0/+1
|
/
*
Set output mtime of phony edges to the latest inputs
Richard Geary
2021-08-02
1
-0/+145
*
dyndep: reconcile dyndep-specified outputs with depfile-specified inputs
Brad King
2021-03-24
1
-0/+42
*
Add some regression tests for additional test cases
John Drouhard
2021-03-24
1
-0/+186
*
Revert "Change build log to always log the most recent input mtime"
John Drouhard
2021-03-24
1
-160/+0
*
Change build log to always log the most recent input mtime
John Drouhard
2021-03-16
1
-0/+160
*
Turn BuildStatus into an interface
Colin Cross
2020-12-18
1
-20/+20
*
Simplify running edges status
Colin Cross
2020-12-18
1
-6/+3
*
Move edge time from Status to Builder
Colin Cross
2020-12-18
1
-17/+17
*
[clang-tidy] add explicit to single argument constructors
Rosen Penev
2020-12-06
1
-4/+3
*
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
1
-0/+2
*
[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
[next]