summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/cleantrees.py
Commit message (Collapse)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
| | | | performed by running "pyupgrade --py36-plus" and committing the results
* typing: fully annotate scriptsDaniel Mensinger2020-09-081-2/+3
|
* Use a script to clean-up custom-target output dirsNirbheek Chauhan2016-12-191-0/+43
The script will manually delete all custom_target outputs that are directories instead of files. This is needed because on platforms other than Windows, Ninja only deletes directories while cleaning if they are empty. Closes #1220