index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
cmake
/
toolchain.py
Age
Commit message (
Expand
)
Author
2025-09-06
compilers: Enable out-of-the-box MSVC compatibility with ccache
L. E. Segovia
2025-05-23
cmake: Fix toolchain including unsupported languages
L. E. Segovia
2025-04-02
compilers: introduce get_exe() and get_exe_args()
Paolo Bonzini
2024-11-04
CMakeToolchain: Log output on compiler state failure
Frank Richter
2024-10-11
toolchain.py minimum CMake 3.10 to avoid deprecation warning
scivision
2024-10-04
Turn off CMake compile launcher when using zig
Elliott Sales de Andrade
2024-08-08
Fix compiling ObjC/ObjC++ on Windows/MinGW
Jonathan Schleifer
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2022-09-19
compilers: don't use instance checks to determine properties
Eli Schwartz
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-01-23
cmake: Add TARGET_ generator expression support (fixes #9305)
Daniel Mensinger
2021-10-08
cmake: handle arguments in the [binaries] section of the machine file
Paolo Bonzini
2021-09-14
apply flake8 fixes for unused imports and missing imports
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-05-30
cmake: select correct generator in toolchain.py
Daniel Mensinger
2021-05-29
cmake: Fix CMakeToolchain (fixes #8293)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-11-20
use real pathlib module
Dylan Baker
2020-10-13
cmake: Add cross compilation support
Daniel Mensinger