summaryrefslogtreecommitdiff
path: root/mesonbuild/arglist.py
Commit message (Expand)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* Fix misspellsAntonin Décimo2021-01-131-5/+5
* typing: fix code reviewDaniel Mensinger2020-09-081-4/+4
* typing: get rid of most T.castDaniel Mensinger2020-09-081-1/+1
* typing: fully annotate arglistDaniel Mensinger2020-09-081-3/+3
* arglist: optimize flush_pre_postPaolo Bonzini2020-08-181-7/+10
* arglist: Fix remaining mypy errors and warningsDylan Baker2020-06-221-5/+4
* arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker2020-06-221-75/+18
* compilers: Return CompilerArgs from compiler instanceDylan Baker2020-06-221-27/+16
* compilers: Split CompilerArgs into a separate moduleDylan Baker2020-06-221-0/+400