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