summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2012backend.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-06-22Add Visual Studio 2012/2013 backends (#8803)fanc999