| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-13 | Use SPDX-License-Identifier consistently | Dylan Baker | |
| This replaces all of the Apache blurbs at the start of each file with an `# SPDX-License-Identifier: Apache-2.0` string. It also fixes existing uses to be consistent in capitalization, and to be placed above any copyright notices. This removes nearly 3000 lines of boilerplate from the project (only python files), which no developer cares to look at. SPDX is in common use, particularly in the Linux kernel, and is the recommended format for Meson's own `project(license: )` field | |||
| 2023-02-01 | treewide: add future annotations import | Eli Schwartz | |
| 2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | |
| performed by running "pyupgrade --py36-plus" and committing the results | |||
| 2020-09-08 | typing: fully annotate scripts | Daniel Mensinger | |
| 2016-12-19 | Use a script to clean-up custom-target output dirs | Nirbheek Chauhan | |
| 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 | |||
