index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1508 from mqudsi/colored_fail
Jan Niklas Hasse
2019-08-02
1
-1/+5
|
\
|
*
Add braces to clarify conditional scope
Mahmoud Al-Qudsi
2019-02-04
1
-2/+3
|
*
Emit "FAILED: " in red if terminal supports ANSI color output
Mahmoud Al-Qudsi
2018-12-05
1
-1/+4
*
|
Teach builder to load dyndep files when they are ready
Brad King
2019-04-18
1
-4/+173
*
|
Make a Builder optionally available to Plan
Brad King
2019-04-18
1
-2/+7
*
|
Factor out output edge ready check from Plan::NodeFinished
Brad King
2019-04-18
1
-9/+16
*
|
Factor out edge marking logic from Plan::AddSubTarget
Brad King
2019-04-18
1
-3/+7
*
|
Allow EdgeFinished and NodeFinished to fail with errors
Brad King
2019-04-18
1
-9/+17
*
|
Assert precondition in BuildStatus::BuildEdgeStarted
Brad King
2019-04-18
1
-0/+1
|
/
*
Restore depfile toleration of multiple output paths on distinct lines
Brad King
2018-11-19
1
-2/+3
*
Allow disabling of escape code stripping, fix #1475
Jan Niklas Hasse
2018-11-13
1
-1/+0
*
Revert "Fix confusing smart console output from concurrent builds"
Jan Niklas Hasse
2018-11-05
1
-13/+0
*
Do not always strip colored output in verbose mode, fix #1214
Jan Niklas Hasse
2018-11-05
1
-1/+1
*
Fix confusing smart console output from concurrent builds
Nico Weber
2018-04-05
1
-0/+13
*
Merge pull request #1294 from bradking/plan-track-scheduling
Nico Weber
2018-04-05
1
-21/+23
|
\
|
*
Track in Plan whether wanted edges have been scheduled
Brad King
2017-09-14
1
-21/+23
*
|
make ninja build with -std=c++17
Nico Weber
2018-04-05
1
-1/+6
|
/
*
Drop unnecessary cycle detection in Plan::AddTarget
Brad King
2017-06-19
1
-44/+5
*
Refactor RecomputeDirty to take a node instead of an edge
Brad King
2017-06-19
1
-2/+3
*
Merge pull request #1156 from cdbennett/windows-binary-mode-output
Nico Weber
2017-06-14
1
-0/+15
|
\
|
*
Write subprocess output to stdout in binary mode
Colin D Bennett
2016-05-12
1
-0/+15
*
|
Always rebuild on errors
Colin Cross
2017-05-22
1
-5/+11
*
|
Add a test that fails if a rule updates it output file but fails
Colin Cross
2017-05-22
1
-0/+7
*
|
Merge pull request #1181 from DanielWeber/issue-1161
Nico Weber
2017-01-24
1
-1/+1
|
\
\
|
*
|
Allow more path components
Daniel Weber
2016-08-22
1
-1/+1
*
|
|
Tidy up rate snprintf'ing helper
Scott Graham
2016-10-07
1
-2/+2
|
/
/
*
|
Fixed not initialized elapsed time.
gkistanova
2016-07-14
1
-5/+8
|
/
*
Fix NINJA_STATUS %r on dumb terminals
Colin Cross
2016-04-29
1
-7/+12
*
Fix NINJA_STATUS %e on dumb terminals
Colin Cross
2016-04-28
1
-4/+6
*
Update %p to use finished edges after #1143.
Nico Weber
2016-04-28
1
-1/+1
*
Change default NINJA_STATUS to [%f/%t]
Colin Cross
2016-04-28
1
-1/+1
*
Improve Plan::EdgeFinished signature
Brad King
2016-04-19
1
-6/+6
*
Merge pull request #1126 from bradking/pool-release-on-fail
Nico Weber
2016-04-19
1
-9/+16
|
\
|
*
Release the pool slot held by an edge whether it succeeds or fails
Fredrik Medley
2016-04-06
1
-9/+16
*
|
Merge pull request #1059 from bradking/avoid-double-scheduling-edge
Nico Weber
2016-04-19
1
-7/+10
|
\
\
|
|
/
|
/
|
|
*
Avoid double-scheduling build edges in another case
Brad King
2016-02-03
1
-7/+10
*
|
Make deps=msvc experimentally available on non-Windows.
Nico Weber
2016-04-06
1
-3/+1
|
/
*
Merge pull request #1033 from colincross/failed
Nico Weber
2016-02-03
1
-2/+9
|
\
|
*
Print output file on failure
Colin Cross
2015-10-05
1
-2/+9
*
|
Expose more details in FileReader::ReadFile signature
Brad King
2016-02-03
1
-2/+10
*
|
Add -d keepdepfile to preserve depfiles
Shinichiro Hamaji
2016-01-28
1
-3/+5
*
|
Merge pull request #999 from colincross/dumbstatus
Nico Weber
2015-11-12
1
-2/+3
|
\
\
|
*
|
Print status when edge finishes on dumb terminals
Colin Cross
2015-07-31
1
-2/+3
|
|
/
*
|
Make links point to org page
Nico Weber
2015-11-11
1
-1/+1
|
/
*
don't alias input/output in ExtractDeps (i.e. actually works now)
Scott Graham
2015-06-18
1
-1/+3
*
propagate include normalization failure to caller instead
Scott Graham
2015-06-18
1
-1/+2
*
simplify & inline
Scott Graham
2015-04-27
1
-12/+7
*
avoid calling ResumeDelayedJobs instead
Scott Graham
2015-04-24
1
-6/+7
*
Fix pool use count going unbalanced
Scott Graham
2015-04-23
1
-1/+3
*
Don't get stuck on cyclic graphs where one edge has multiple outputs.
Nico Weber
2015-04-01
1
-4/+21
[next]