index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
graph.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2396 from digit-google/remove-Worder-warnings
Jan Niklas Hasse
2024-03-16
1
-36/+24
|
\
|
*
graph.h: Use default initializers to remove -Worder warnings.
David 'Digit' Turner
2024-03-14
1
-36/+24
*
|
Merge pull request #1963 from LebedevRI/reliable-eta
Jan Niklas Hasse
2024-03-16
1
-0/+4
|
\
\
|
|
/
|
/
|
|
*
Reliable ETA and progress percentage.
Roman Lebedev
2023-10-10
1
-0/+4
*
|
Merge pull request #2177 from peterbell10/cpsched-2
Jan Niklas Hasse
2024-02-29
1
-1/+48
|
\
\
|
*
|
Simplify scheduler to not use build log/execution time
Peter Bell
2022-08-10
1
-27/+18
|
*
|
Merge remote-tracking branch 'upstream/master' into cpsched-2
Peter Bell
2022-08-10
1
-4/+8
|
|
\
\
|
|
|
/
|
*
|
Rename critical_time to critical_time_ms
Peter Bell
2022-03-08
1
-7/+7
|
*
|
Pool: sort equally-weighted edges by priority
Peter Bell
2022-03-08
1
-3/+10
|
*
|
Add run_time_ms accessors and more comments
Peter Bell
2022-03-08
1
-0/+8
|
*
|
Improve comments and retrieve edges into ready_queue directly
Peter Bell
2022-03-07
1
-11/+12
|
*
|
Add simple test for EdgeQueue
Peter Bell
2022-03-07
1
-1/+1
|
*
|
Merge remote-tracking branch 'upstream/master' into cpsched
Peter Bell
2022-03-07
1
-7/+35
|
|
\
\
|
*
|
|
Address review comments
Peter Bell
2022-03-07
1
-0/+33
|
*
|
|
Address review comments
Peter Bell
2021-08-27
1
-1/+1
|
*
|
|
clang-format diff
Peter Bell
2021-08-25
1
-3/+5
|
*
|
|
Fix critical time calculation
Peter Bell
2021-08-25
1
-4/+4
|
*
|
|
support explicit build order
Nico Weber
2021-08-25
1
-3/+9
*
|
|
|
Remove phony edges for nodes created by a dependency loader.
David 'Digit' Turner
2023-11-07
1
-5/+15
|
|
_
|
/
|
/
|
|
*
|
|
Introduce mechanism to provide resiliency for inputs changing while the build...
John Drouhard
2022-06-10
1
-1/+3
*
|
|
Make the output of `ninja -t inputs` deterministic
David 'Digit' Turner
2022-03-21
1
-0/+3
|
|
/
|
/
|
*
|
Add validation nodes to ninja
Colin Cross
2021-10-12
1
-3/+12
*
|
Set output mtime of phony edges to the latest inputs
Richard Geary
2021-08-02
1
-4/+23
|
/
*
dyndep: reconcile dyndep-specified outputs with depfile-specified inputs
Brad King
2021-03-24
1
-2/+3
*
Revert "Change build log to always log the most recent input mtime"
John Drouhard
2021-03-24
1
-6/+4
*
Change build log to always log the most recent input mtime
John Drouhard
2021-03-16
1
-4/+6
*
Refactor depfile loading in preparation for the missingdeps tool
Tomasz Ĺšniatowski
2021-02-22
1
-1/+7
*
Add unique IDs to edges
Colin Cross
2020-10-30
1
-4/+14
*
Remove 'using namespace std' from header files, properly namespace all std sy...
Michael Jones
2020-09-30
1
-28/+27
*
graph.cc: constify DependencyScan
Konstantin Kharlamov
2019-11-20
1
-1/+1
*
Small constifications (#1647)
Konstantin Kharlamov
2019-09-19
1
-3/+3
*
Improve const-correctness in compdb related methods
Jan Niklas Hasse
2019-08-02
1
-3/+3
*
Teach DependencyScan to load a dyndep file
Brad King
2019-04-18
1
-1/+11
*
Add a "dyndep" reserved binding to the manifest format
Brad King
2019-04-18
1
-3/+15
*
Explicitly avoid repeat deps loading
Brad King
2019-04-18
1
-1/+2
*
Restore depfile toleration of multiple output paths on distinct lines
Brad King
2018-11-19
1
-4/+9
*
Restore tolerance of self-referencing phony build statements
Brad King
2017-09-08
1
-0/+1
*
Teach RecomputeDirty to detect cycles in the build graph
Brad King
2017-06-19
1
-0/+3
*
Add infrastructure for efficient walks through the `Edge` graph
Brad King
2017-06-19
1
-1/+8
*
Refactor RecomputeDirty to take a node instead of an edge
Brad King
2017-06-19
1
-1/+2
*
Use uint64_t for slash_bits consistently
Daniel Weber
2016-09-01
1
-4/+5
*
Add support for build statement implicit outputs
Brad King
2016-02-03
1
-1/+11
*
win: print right slashes in 'unknown target' message
Nico Weber
2015-07-10
1
-1/+6
*
Add missing member initializer in Edge constructor
Brad King
2015-06-16
1
-1/+2
*
Make failing stat() calls abort the build.
Nico Weber
2015-03-19
1
-10/+10
*
Allow scoping rules through subninja
Mohamed Bamakhrama
2015-03-01
1
-21/+0
*
path decanonicalization when building command
Scott Graham
2014-11-08
1
-1/+4
*
wip on adding tests at higher level, some not right
Scott Graham
2014-11-08
1
-1/+7
*
Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.
Nico Weber
2014-05-21
1
-0/+6
*
Introduce the "console" pool
Peter Collingbourne
2014-02-03
1
-0/+1
[next]