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
*
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
*
Implement Make-style order-only dependencies
Peter Collingbourne
2011-10-24
1
-16/+9
*
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
1
-27/+54
*
Implement generator rules
Peter Collingbourne
2011-10-15
1
-1/+3
*
make CanonicalizePath report an error on empty path
Evan Martin
2011-10-06
1
-1/+2
*
Merge pull request #106 from pcc/depfile-vector
Evan Martin
2011-09-14
1
-4/+7
|
\
|
*
Allocate space in the inputs vector for the depfile implicit deps
Peter Collingbourne
2011-09-14
1
-4/+7
*
|
Consider missing phony targets with no dependencies out of date
Peter Collingbourne
2011-09-14
1
-1/+4
|
/
*
use StringPiece for makefile deps
Evan Martin
2011-09-12
1
-5/+7
*
don't mark phony edges dirty if none of their inputs are dirty
Evan Martin
2011-09-09
1
-2/+11
*
Add depfile support to build command with multiple outputs (Fixes: #61)
Qingning Huo
2011-09-06
1
-4/+0
*
Factor out State struct from ninja_jumble.cc into its header/source files.
Thiago Farina
2011-09-03
1
-1/+2
*
Merge pull request #86 from tfarina/real-disk-interface
Evan Martin
2011-08-25
1
-0/+1
|
\
|
*
Move RealDiskInterface class to disk_interface.h.
Thiago Farina
2011-08-25
1
-0/+1
*
|
semantic change: allow reaching into parent directories in paths
Evan Martin
2011-08-24
1
-2/+1
|
/
*
src/graph.cc: fix EdgeEnv::LookupVariable
Qingning Huo
2011-06-10
1
-1/+6
*
make the phony depfile edge order-only
Evan Martin
2011-05-17
1
-0/+1
*
SEMANTIC CHANGE: implicit inputs are now required to exist
Evan Martin
2011-05-13
1
-3/+10
*
add doxygen-compatibile comments to most classes
Evan Martin
2011-04-29
1
-0/+1
*
Move CanonicalizePath into util.h so it can be shared by the other modules.
Thiago Farina
2011-04-15
1
-53/+1
*
files that have both implicit and explicit edges should be implicit
Evan Martin
2011-03-07
1
-11/+3
*
canonicalize paths loaded from depfiles
Evan Martin
2011-03-07
1
-1/+58
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
cleanup phony testing
Evan Martin
2011-02-05
1
-0/+3
*
include path when printing a makefile parse error
Evan Martin
2011-02-04
1
-1/+4
*
remove bottom-up dirtying
Evan Martin
2011-01-08
1
-32/+0
*
split out graph into its own header
Evan Martin
2011-01-08
1
-0/+201