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
*
Merge pull request #1949 from Flowdalic/load-capacity
Jan Niklas Hasse
2024-02-29
1
-1/+1
|
\
|
*
Consider the remaining load capacity in main loop
Florian Schmaus
2023-11-23
1
-1/+1
*
|
Merge pull request #2177 from peterbell10/cpsched-2
Jan Niklas Hasse
2024-02-29
1
-14/+24
|
\
\
|
|
/
|
/
|
|
*
Simplify scheduler to not use build log/execution time
Peter Bell
2022-08-10
1
-3/+3
|
*
Merge remote-tracking branch 'upstream/master' into cpsched-2
Peter Bell
2022-08-10
1
-0/+1
|
|
\
|
*
|
Add test and fix priority bug
Peter Bell
2022-03-08
1
-1/+8
|
*
|
Improve comments and retrieve edges into ready_queue directly
Peter Bell
2022-03-07
1
-2/+2
|
*
|
Remove unnecessary whitespace
Peter Bell
2022-03-07
1
-1/+0
|
*
|
Address review comments
Peter Bell
2022-03-07
1
-36/+0
|
*
|
Remove redundant include
Peter Bell
2021-10-08
1
-1/+0
|
*
|
Improve heuristic for unknown cost edges
Peter Bell
2021-08-27
1
-11/+12
|
*
|
Address review comments
Peter Bell
2021-08-27
1
-10/+2
|
*
|
clang-format diff
Peter Bell
2021-08-25
1
-9/+3
|
*
|
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
*
|
|
Remove auto_ptr
Orgad Shaneh
2023-01-14
1
-5/+1
|
|
/
|
/
|
*
|
Introduce mechanism to provide resiliency for inputs changing while the build...
John Drouhard
2022-06-10
1
-0/+1
|
/
*
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
[next]