aboutsummaryrefslogtreecommitdiff
path: root/src/clean.h
AgeCommit message (Expand)Author
2022-05-26Implement subninja chdir buildingDavid Hubbard
2019-04-18clean: remove outputs specified by dyndep filesBrad King
2019-04-18clean: remove unnecessary Cleaner constructor variantBrad King
2012-12-29fix all "class" -> "struct"Evan Martin
2012-10-31refactor repeated code in cleanerEvan Martin
2012-10-04Improve the efficiency of -t cleanPetr Wolf
2012-07-17Remove #pragma once from our header files.Thiago Farina
2011-10-15Implement generator rulesPeter Collingbourne
2011-09-09Make Cleaner::config_ a reference-to-const instead of copying the value.Thiago Farina
2011-08-09Fix trivial style issues with Cleaner class.Thiago Farina
2011-05-02Return non-zero status when errors occur.Nicolas Despres
2011-05-02Add a test for the clean tool.Nicolas Despres
2011-04-26Add the 'clean' tool.Nicolas Despres