index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change priority_list_ into a std::priority_queue of ready edges
Peter Bell
2021-08-25
1
-4/+53
*
Use explicit std:: style and remove debug print statements
Peter Bell
2021-08-25
1
-2/+2
*
support explicit build order
Nico Weber
2021-08-25
1
-0/+5
*
Add --quiet option that suppresses status updates.
Henner Zeller
2021-05-06
1
-1/+2
*
Turn BuildStatus into an interface
Colin Cross
2020-12-18
1
-72/+4
*
Simplify running edges status
Colin Cross
2020-12-18
1
-8/+3
*
Move edge time from Status to Builder
Colin Cross
2020-12-18
1
-37/+17
*
Merge pull request #1866 from jhasse/unique-edge-ids
Jan Niklas Hasse
2020-12-03
1
-2/+1
|
\
|
*
Add unique IDs to edges
Colin Cross
2020-10-30
1
-2/+1
*
|
[clang-tidy] fix inconsistent declarations
Rosen Penev
2020-12-02
1
-1/+1
|
/
*
Comply with project formatting rules wrt 80 column lines
Michael Jones
2020-09-30
1
-3/+3
*
Remove 'using namespace std' from header files, properly namespace all std sy...
Michael Jones
2020-09-30
1
-31/+31
*
build.cc: constify BuildStatus
Konstantin Kharlamov
2019-11-20
1
-2/+2
*
build.cc: constify a map in BuildStatus
Konstantin Kharlamov
2019-11-20
1
-1/+1
*
build.cc: constify a few Plan functions
Konstantin Kharlamov
2019-11-20
1
-6/+6
*
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
-3/+18
*
Make a Builder optionally available to Plan
Brad King
2019-04-18
1
-1/+4
*
Factor out output edge ready check from Plan::NodeFinished
Brad King
2019-04-18
1
-0/+1
*
Factor out edge marking logic from Plan::AddSubTarget
Brad King
2019-04-18
1
-0/+2
*
Allow EdgeFinished and NodeFinished to fail with errors
Brad King
2019-04-18
1
-2/+6
*
Restore depfile toleration of multiple output paths on distinct lines
Brad King
2018-11-19
1
-0/+2
*
Revert "Fix confusing smart console output from concurrent builds"
Jan Niklas Hasse
2018-11-05
1
-1/+0
*
Fix confusing smart console output from concurrent builds
Nico Weber
2018-04-05
1
-0/+1
*
Merge pull request #1294 from bradking/plan-track-scheduling
Nico Weber
2018-04-05
1
-5/+17
|
\
|
*
Track in Plan whether wanted edges have been scheduled
Brad King
2017-09-14
1
-5/+17
*
|
make ninja build with -std=c++17
Nico Weber
2018-04-05
1
-0/+4
|
/
*
Drop unnecessary cycle detection in Plan::AddTarget
Brad King
2017-06-19
1
-3/+1
*
Add a test that fails if a rule updates it output file but fails
Colin Cross
2017-05-22
1
-0/+3
*
Tidy up rate snprintf'ing helper
Scott Graham
2016-10-07
1
-5/+7
*
Fixed not initialized elapsed time.
gkistanova
2016-07-14
1
-0/+1
*
Fix NINJA_STATUS %r on dumb terminals
Colin Cross
2016-04-29
1
-2/+9
*
Improve Plan::EdgeFinished signature
Brad King
2016-04-19
1
-1/+6
*
Release the pool slot held by an edge whether it succeeds or fails
Fredrik Medley
2016-04-06
1
-3/+2
*
simplify & inline
Scott Graham
2015-04-27
1
-6/+1
*
avoid calling ResumeDelayedJobs instead
Scott Graham
2015-04-24
1
-1/+1
*
Cleanup: Make stack a const ref now that it's no longer modified.
Nico Weber
2015-04-01
1
-1/+2
*
Make failing stat() calls abort the build.
Nico Weber
2015-03-19
1
-1/+2
*
Minor style fixes. No functionality change.
Nico Weber
2013-10-19
1
-2/+3
*
add deps_prefix for localized /showIncludes' output parsing
Peter Kümmel
2013-10-18
1
-1/+1
*
Minor style fixes, no behavior change.
Nico Weber
2013-08-23
1
-1/+1
*
Fix for incorrect number of total edges in the status message
Richard Geary
2013-08-22
1
-1/+1
*
Fix for missing "no work to do." message if all build edges are phony rules.
Richard Geary
2013-08-11
1
-1/+1
*
Adding error checking on fwrite/fflush in deps_log
Maxim Kalaev
2013-07-01
1
-1/+4
*
drop std:: qualifiers on more stl datatypes
Evan Martin
2013-04-18
1
-2/+1
*
always use output timestamp for deps
Evan Martin
2013-04-10
1
-2/+1
*
fix test
Scott Graham
2013-04-09
1
-4/+0
*
Merge branch 'dep-pipeless'
Evan Martin
2013-04-09
1
-4/+19
|
\
|
*
add a straightforward deps log test, fix the other one
Evan Martin
2013-04-09
1
-1/+2
|
*
hook up depslog writing into build process
Evan Martin
2013-04-08
1
-3/+4
[next]