aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/toolchain.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-3/+3
2022-09-19compilers: don't use instance checks to determine propertiesEli Schwartz1-2/+1
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-17/+17
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz1-1/+2
2022-01-23cmake: Add TARGET_ generator expression support (fixes #9305)Daniel Mensinger1-1/+1
2021-10-08cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini1-6/+17
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz1-1/+0
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-4/+4
2021-05-30cmake: select correct generator in toolchain.pyDaniel Mensinger1-2/+5
2021-05-29cmake: Fix CMakeToolchain (fixes #8293)Daniel Mensinger1-65/+93
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-13cmake: Add cross compilation supportDaniel Mensinger1-0/+217