summaryrefslogtreecommitdiffstats
path: root/src/clean.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the TODO in Rule class.Thiago Farina2011-12-241-1/+1
* make Rule::generator_ and restat_ privateEvan Martin2011-12-071-1/+1
* make Rule::name_ privateEvan Martin2011-12-071-5/+6
* make Node::in_edge_ privateEvan Martin2011-12-071-3/+3
* merge FileStat into NodeEvan Martin2011-12-071-3/+3
* add and use getter for Edge::rule_Evan Martin2011-12-071-3/+3
* Have the clean tool remove depfilesPeter Collingbourne2011-12-061-0/+2
* Implement generator rulesPeter Collingbourne2011-10-151-1/+4
* Make Cleaner::config_ a reference-to-const instead of copying the value.Thiago Farina2011-09-091-1/+0
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-1/+1
* Move RealDiskInterface class to disk_interface.h.Thiago Farina2011-08-251-21/+20
* clean: don't delete phony targetsEvan Martin2011-06-301-4/+7
* Return non-zero status when errors occur.Nicolas Despres2011-05-021-15/+35
* Add a test for the clean tool.Nicolas Despres2011-05-021-31/+52
* fix a signedness warningEvan Martin2011-04-291-1/+1
* Add the 'clean' tool.Nicolas Despres2011-04-261-0/+190