summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2019backend.py
AgeCommit message (Expand)Author
2025-10-16backend: remove InterpreterPaolo Bonzini
2025-06-05vsbackend: detect toolset and SDK version at generate() timePaolo Bonzini
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-03-20backends: simplify class setupEli Schwartz
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz
2021-11-27Fix '# Visual Studio <>' comment in sln files with VS backendLuke Elliott
2021-11-02Move language standard in separate method within vsbackendMoroz Oleg
2021-01-04fix: llvm toolset is "ClangCL" in VS2019.Luke Elliott
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger
2019-08-24Vs backend compiler selection (#5448)Dylan Baker
2019-04-16Add VS2019 backend CI and docs.Anton Kochkov