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
*
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
*
Fix restat rebuild if deps are missing.
Maxim Kalaev
2013-09-02
1
-2/+3
*
Share more code between CleanNode() and RecomputeDirty().
Maxim Kalaev
2013-09-02
1
-3/+7
*
Check depslog timestamp in LoadDepsFromLog(), not in RecomputeOutputDirty().
Maxim Kalaev
2013-09-02
1
-6/+5
*
use logged deps mtime in dirty calculation
Evan Martin
2013-04-08
1
-3/+5
*
hook up depslog writing into build process
Evan Martin
2013-04-08
1
-0/+8
*
add "special=gcc" attribute, use to load depslog
Evan Martin
2013-04-08
1
-1/+10
*
plumb DepsLog load through Builder
Evan Martin
2013-04-08
1
-4/+5
*
use DepsLog in loading dependencies
Evan Martin
2013-04-08
1
-5/+18
*
factor out implicit dep loading
Evan Martin
2013-04-08
1
-5/+16
*
add DepsLog, a new data structure for dependency information
Evan Martin
2013-04-08
1
-1/+8
*
rearrange handling of builtin bindings to make rules simpler
Evan Martin
2012-12-29
1
-33/+10
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-1/+1
*
update a comment
Evan Martin
2012-12-21
1
-6/+3
*
Make Edge->pool() a pointer like it should have been
Robert Iannucci
2012-11-30
1
-1/+1
*
block parse method done
Robert Iannucci
2012-11-10
1
-0/+1
*
and some basic implementation
Robert Iannucci
2012-11-09
1
-0/+2
*
stub out an api and de-constify Pool
Robert Iannucci
2012-11-09
1
-0/+2
*
remove unfortunate header dependency
Evan Martin
2012-09-04
1
-1/+0
*
clarify setter
Evan Martin
2012-09-04
1
-1/+3
*
move BuildLog to DependencyScan
Evan Martin
2012-09-04
1
-5/+13
*
remove a redundant arg to RecomputeOutputDirty
Evan Martin
2012-09-02
1
-2/+1
*
split out dirty recomputation logic from Edge class
Evan Martin
2012-09-02
1
-17/+32
*
windows: fix size_t<->int conversions in ninja.exe
Evan Martin
2012-08-10
1
-4/+4
*
Improving Edge::Dump, introducing Node::Dump
Maxim Kalaev
2012-06-28
1
-1/+3
*
views: Mark single-argument constructors as explicit.
Thiago Farina
2012-05-06
1
-3/+7
*
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
1
-1/+2
*
fix some public/private errors in rspfile patch
Evan Martin
2012-02-23
1
-0/+2
*
Merge pull request #217 from PetrWolf/master
Evan Martin
2012-02-23
1
-1/+16
|
\
[next]