summaryrefslogtreecommitdiffstats
path: root/src/clean.cc
Commit message (Expand)AuthorAgeFilesLines
* clean: remove outputs specified by dyndep filesBrad King2019-04-181-0/+19
* clean: remove unnecessary Cleaner constructor variantBrad King2019-04-181-10/+0
* Merge pull request #1299 from pcc/fflushJan Niklas Hasse2018-10-301-0/+1
|\
| * Flush stdout after printing "Cleaning..." messagePeter Collingbourne2017-07-051-0/+1
* | Canonicalize targets of clean command.Frank Henigman2018-04-051-8/+15
|/
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-1/+5
* Allow scoping rules through subninjaMohamed Bamakhrama2015-03-011-2/+2
* Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.Nico Weber2014-05-211-2/+2
* Remove a few unused includes.Nico Weber2013-05-121-3/+0
* rearrange handling of builtin bindings to make rules simplerEvan Martin2012-12-291-3/+3
* refactor repeated code in cleanerEvan Martin2012-10-311-14/+14
* Improve the efficiency of -t cleanPetr Wolf2012-10-041-1/+11
* Merge branch 'dont-clean-phony' of git://github.com/pcc/ninjaEvan Martin2012-04-261-9/+11
|\
| * Don't delete phony targets when cleaning a specified targetPeter Collingbourne2012-02-281-7/+9
* | Remove depfiles when running when running "ninja -t clean <target>"Qingning Huo2012-03-141-0/+4
|/
* Add comments, remove unwanted whitespace changePetr Wolf2012-02-101-1/+1
* Response filesunknown2012-02-091-1/+9
* 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