summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/toolchain.py
AgeCommit message (Expand)Author
2025-09-06compilers: Enable out-of-the-box MSVC compatibility with ccacheL. E. Segovia
2025-05-23cmake: Fix toolchain including unsupported languagesL. E. Segovia
2025-04-02compilers: introduce get_exe() and get_exe_args()Paolo Bonzini
2024-11-04CMakeToolchain: Log output on compiler state failureFrank Richter
2024-10-11toolchain.py minimum CMake 3.10 to avoid deprecation warningscivision
2024-10-04Turn off CMake compile launcher when using zigElliott Sales de Andrade
2024-08-08Fix compiling ObjC/ObjC++ on Windows/MinGWJonathan Schleifer
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2022-09-19compilers: don't use instance checks to determine propertiesEli Schwartz
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz
2022-01-23cmake: Add TARGET_ generator expression support (fixes #9305)Daniel Mensinger
2021-10-08cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-05-30cmake: select correct generator in toolchain.pyDaniel Mensinger
2021-05-29cmake: Fix CMakeToolchain (fixes #8293)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-11-20use real pathlib moduleDylan Baker
2020-10-13cmake: Add cross compilation supportDaniel Mensinger