Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-13 | Use SPDX-License-Identifier consistently | Dylan Baker | 1 | -1/+1 | |
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-08-18 | docs: use future annotations for genrefman types in typing_extensions | Eli Schwartz | 1 | -0/+1 | |
And in fact *use* typing_extensions, which is sometimes the only way to get access to TypedDict. Mostly, reindent almost but not quite an entire file to only define annotation classes under TYPE_CHECKING. | |||||
2022-04-07 | docs: refman: Add `arg_flattening` support | Daniel Mensinger | 1 | -0/+1 | |
2022-01-05 | cleanup _extract_meson_version() | Stone Tickle | 1 | -7/+0 | |
2021-10-09 | docs: Added JSON generator | Daniel Mensinger | 1 | -0/+120 | |