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
*
Follow up fix to commit 32bf74f (Fix the TODO in Rule class.)
Thiago Farina
2011-12-24
1
-0/+1
*
Fix the TODO in Rule class.
Thiago Farina
2011-12-24
1
-13/+15
*
make Rule::generator_ and restat_ private
Evan Martin
2011-12-07
1
-2/+10
*
make Rule::name_ private
Evan Martin
2011-12-07
1
-0/+7
*
remove unused function
Evan Martin
2011-12-07
1
-3/+0
*
make Node::out_edges_ private
Evan Martin
2011-12-07
1
-3/+4
*
make Node::in_edge_ private
Evan Martin
2011-12-07
1
-1/+7
*
make Node::dirty_ private
Evan Martin
2011-12-07
1
-5/+11
*
merge FileStat into Node
Evan Martin
2011-12-07
1
-18/+30
*
refactor to remove Node::ready()
Evan Martin
2011-12-07
1
-1/+3
*
add and use getter for Edge::rule_
Evan Martin
2011-12-07
1
-0/+1
*
Factor out Edge::EvaluateDepFile
Peter Collingbourne
2011-12-06
1
-0/+1
*
refactor RecomputeOutputDirty to return true/false for dirty
Evan Martin
2011-12-04
1
-2/+10
*
Implement restat rules
Peter Collingbourne
2011-10-24
1
-2/+2
*
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
1
-16/+23
*
Implement generator rules
Peter Collingbourne
2011-10-15
1
-1/+2
*
add doxygen-compatibile comments to most classes
Evan Martin
2011-04-29
1
-2/+10
*
Move CanonicalizePath into util.h so it can be shared by the other modules.
Thiago Farina
2011-04-15
1
-3/+0
*
canonicalize paths loaded from depfiles
Evan Martin
2011-03-07
1
-0/+3
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
cleanup phony testing
Evan Martin
2011-02-05
1
-0/+2
*
remove bottom-up dirtying
Evan Martin
2011-01-08
1
-4/+1
*
split out graph into its own header
Evan Martin
2011-01-08
1
-0/+109