aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/arglist.py
AgeCommit message (Expand)AuthorFilesLines
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