summaryrefslogtreecommitdiff
path: root/mesonbuild/arglist.py
AgeCommit message (Expand)Author
2025-03-01arglist: post is only appended to, make it a listPaolo Bonzini
2025-03-01arglist: optimize flush_pre_post(), and __iadd__() with itPaolo Bonzini
2025-03-01arglist: optimize __init__()Paolo Bonzini
2024-12-27arglist: De-dup arg prefixes only when they are used as a prefixNirbheek Chauhan
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-11remove useless type annotationsEli Schwartz
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-04-11fix various spelling issuesJosh Soref
2023-02-01treewide: add future annotations importEli Schwartz
2022-12-13Revert "openbsd: execinfo is not a compiler lib"Brad Smith
2022-10-03pylint: enable unnecessary-dunder-callDylan Baker
2022-09-19pylint: enable use-list-literalDylan Baker
2022-09-12arglist: use typing.MutableSequence instead of collectionsDylan Baker
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-13Fix misspellsAntonin Décimo
2020-09-08typing: fix code reviewDaniel Mensinger
2020-09-08typing: get rid of most T.castDaniel Mensinger
2020-09-08typing: fully annotate arglistDaniel Mensinger
2020-08-18arglist: optimize flush_pre_postPaolo Bonzini
2020-06-22arglist: Fix remaining mypy errors and warningsDylan Baker
2020-06-22arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker