aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib
AgeCommit message (Expand)AuthorFilesLines
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger1-1/+1
2021-06-02use an immutable list for an lru_cached functionsDylan Baker1-1/+2
2021-05-28Add a helper to simplify the usage of PerMachineDefaultableDylan Baker1-0/+15
2021-05-28mesonlib: Allow PerMachineDefaultable to take arguments at initializationDylan Baker1-2/+2
2021-05-28mesonlib: Fix return type of PerMachineDefaultable.default_missing()Dylan Baker1-1/+1
2021-05-19.C files are now treated as C++ codeVolker-Weissmann1-4/+6
2021-05-03Clarify incorrect configuration format messageNellie Zhang1-3/+3
2021-03-26windows_proof_rmtree: Also retry os.chmod() partXavier Claessens1-2/+9
2021-03-16Update VS module version check.Jussi Pakkanen1-0/+6
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-21/+21
2021-03-03Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens1-0/+3
2021-02-18allow build.b_* optionsDylan Baker1-2/+1
2021-02-17Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker1-1/+0
2021-02-06mesonlib: Add better errormessage to typelistifyDylan Baker1-2/+2
2021-01-29Popen_safe: Fix stdout/stderr annotationXavier Claessens1-4/+4
2021-01-26Warn about .C and .H files (#8249)Volker-Weissmann1-0/+7
2021-01-23split mesonlib into a packageDylan Baker5-0/+2236