index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
graph.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
add "special=gcc" attribute, use to load depslog
Evan Martin
2013-04-08
1
-10/+34
*
use DepsLog in loading dependencies
Evan Martin
2013-04-08
1
-56/+79
*
factor out implicit dep loading
Evan Martin
2013-04-08
1
-2/+3
*
refactor some of the output mtime-handling code
Evan Martin
2013-04-05
1
-12/+13
*
more verbose error (including path) when depfile fails to load
Scott Graham
2013-01-24
1
-1/+3
*
rearrange handling of builtin bindings to make rules simpler
Evan Martin
2012-12-29
1
-36/+45
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-3/+4
*
Make edge dump pool name, and skip default pool
Robert Iannucci
2012-11-10
1
-0/+7
*
Pull graph.cc too
Robert Iannucci
2012-11-09
1
-1/+2
*
delete some obsolete TODOs
Evan Martin
2012-10-31
1
-2/+1
*
trailing whitespace
Evan Martin
2012-10-31
1
-1/+1
*
fix whitespace
Evan Martin
2012-10-23
1
-14/+14
*
remove a redundant arg to RecomputeOutputDirty
Evan Martin
2012-09-02
1
-17/+12
*
split out dirty recomputation logic from Edge class
Evan Martin
2012-09-02
1
-51/+56
*
safer build: consider target dirty if depfile is missing
Maxim Kalaev
2012-08-30
1
-3/+9
*
if a file is missing in the log, count it as dirty
Scott Graham
2012-08-15
1
-4/+9
*
Revert "Make StringPiece data members private."
Nico Weber
2012-07-28
1
-2/+1
*
Merge pull request #352 from tfarina/string-piece-private
Evan Martin
2012-07-27
1
-1/+2
|
\
|
*
Make StringPiece data members private.
Thiago Farina
2012-06-30
1
-1/+2
*
|
explain mode: show which input is more recent
Evan Martin
2012-07-17
1
-1/+4
*
|
Rename parsers.* to manifest_parser.*
Thiago Farina
2012-07-09
1
-1/+1
|
/
*
Improving Edge::Dump, introducing Node::Dump
Maxim Kalaev
2012-06-28
1
-5/+24
*
add $in_newline
Scott Graham
2012-06-15
1
-6/+10
*
Only store command hashes in the build log.
Nico Weber
2012-06-15
1
-2/+2
*
views: Mark single-argument constructors as explicit.
Thiago Farina
2012-05-06
1
-1/+1
*
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
1
-6/+25
*
Mark a phony target with no inputs as outputs-ready
Peter Collingbourne
2012-03-05
1
-4/+4
*
fix some public/private errors in rspfile patch
Evan Martin
2012-02-23
1
-3/+3
*
Response files
unknown
2012-02-09
1
-3/+20
*
remove string copy while loading depfiles
Evan Martin
2012-01-09
1
-3/+2
*
add a '-d stats' flag for detailed timings
Evan Martin
2012-01-05
1
-0/+3
*
convert all time_t to a new TimeStamp type
Evan Martin
2012-01-05
1
-4/+5
*
When expanding $in and $out, wrap with quotes if the filename has a space.
Jeremy Apthorp
2012-01-02
1
-1/+8
*
switch DepfileParser to take a string* to make memory clearer
Evan Martin
2011-12-27
1
-1/+1
*
Fix the TODO in Rule class.
Thiago Farina
2011-12-24
1
-4/+4
*
use re2c to parse depfiles
Evan Martin
2011-12-07
1
-11/+12
*
refactor EdgeEnv
Evan Martin
2011-12-07
1
-23/+35
*
make Rule::generator_ and restat_ private
Evan Martin
2011-12-07
1
-2/+2
*
make Rule::name_ private
Evan Martin
2011-12-07
1
-1/+1
*
make Node::out_edges_ private
Evan Martin
2011-12-07
1
-1/+1
*
make Node::in_edge_ private
Evan Martin
2011-12-07
1
-5/+5
*
make Node::dirty_ private
Evan Martin
2011-12-07
1
-3/+3
*
merge FileStat into Node
Evan Martin
2011-12-07
1
-18/+18
*
refactor to remove Node::ready()
Evan Martin
2011-12-07
1
-0/+9
*
Factor out Edge::EvaluateDepFile
Peter Collingbourne
2011-12-06
1
-3/+6
*
disable the 'unused parameter' warning
Evan Martin
2011-12-05
1
-2/+2
*
fix some minor style issues in RecomputeDirty
Evan Martin
2011-12-04
1
-11/+11
*
when an edge is dirty, mark all outputs dirty
Evan Martin
2011-12-04
1
-9/+25
*
refactor RecomputeOutputDirty to return true/false for dirty
Evan Martin
2011-12-04
1
-29/+25
*
Implement restat rules
Peter Collingbourne
2011-10-24
1
-5/+18
[next]