summaryrefslogtreecommitdiffstats
path: root/src/clean_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding a way to clean dead build artifacts that have an entry in the build log,ikifof2019-05-251-0/+82
* clean: remove outputs specified by dyndep filesBrad King2019-04-181-0/+49
* Remove trailing whitespace from all filesJan Niklas Hasse2019-04-171-1/+1
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-38/+47
* Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.Nico Weber2014-05-211-0/+28
* CleanTest cleanups:Nico Weber2014-05-211-6/+2
* move test virtual time "now_" into VirtualFileSystemEvan Martin2013-04-081-46/+46
* Merge branch 'dont-clean-phony' of git://github.com/pcc/ninjaEvan Martin2012-04-261-0/+25
|\
| * Don't delete phony targets when cleaning a specified targetPeter Collingbourne2012-02-281-0/+25
* | Remove depfiles when running when running "ninja -t clean <target>"Qingning Huo2012-03-141-0/+30
|/
* Response filesunknown2012-02-091-0/+61
* Have the clean tool remove depfilesPeter Collingbourne2011-12-061-0/+15
* Implement generator rulesPeter Collingbourne2011-10-151-0/+22
* windows: fix more signedness warningsEvan Martin2011-05-081-12/+12
* The cleaner can be used multiple times now.Nicolas Despres2011-05-021-90/+48
* Return non-zero status when errors occur.Nicolas Despres2011-05-021-4/+12
* Add a test for the clean tool.Nicolas Despres2011-05-021-0/+255