Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -1/+1 | |
performed by running "pyupgrade --py36-plus" and committing the results | |||||
2020-09-08 | typing: fully annotate scripts | Daniel Mensinger | 1 | -2/+3 | |
2016-12-19 | Use a script to clean-up custom-target output dirs | Nirbheek Chauhan | 1 | -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 |