aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/arglist.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-12/+2
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-14/+14
2023-08-11remove useless type annotationsEli Schwartz1-3/+3
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2023-04-11fix various spelling issuesJosh Soref1-2/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-12-13Revert "openbsd: execinfo is not a compiler lib"Brad Smith1-6/+2
2022-10-03pylint: enable unnecessary-dunder-callDylan Baker1-2/+2
2022-09-19pylint: enable use-list-literalDylan Baker1-1/+1
2022-09-12arglist: use typing.MutableSequence instead of collectionsDylan Baker1-1/+1
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-2/+2
2021-01-13Fix misspellsAntonin Décimo1-5/+5
2020-09-08typing: fix code reviewDaniel Mensinger1-4/+4
2020-09-08typing: get rid of most T.castDaniel Mensinger1-1/+1
2020-09-08typing: fully annotate arglistDaniel Mensinger1-3/+3
2020-08-18arglist: optimize flush_pre_postPaolo Bonzini1-7/+10
2020-06-22arglist: Fix remaining mypy errors and warningsDylan Baker1-5/+4
2020-06-22arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker1-75/+18
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-27/+16
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-0/+400