summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2019backend.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix '# Visual Studio <>' comment in sln files with VS backendLuke Elliott2021-11-271-0/+2
| | | | such that Visual Studio Version Selector works.
* Move language standard in separate method within vsbackendMoroz Oleg2021-11-021-0/+10
|
* fix: llvm toolset is "ClangCL" in VS2019.Luke Elliott2021-01-041-1/+1
|
* backend: refactor: set self.interpreter in the constructorDaniel Mensinger2020-01-281-2/+5
|
* Vs backend compiler selection (#5448)Dylan Baker2019-08-241-2/+12
| | | | | | | | | | | | | | | | | | * backends/vs: Only set platform_toolset if it isn't already set * interpreter: set backend up after the compiler Otherwise we won't be able to check which VS toolchain to use. * docs/using-visual-studio: wrap lines * docs: recommend the py launcher instead of python3 for windows * set backend.environment when building a dummy version * backends/vs: Add support for clang-cl with vs2017 and vs2019 backends * backends/vs: Add support for ICL (19.x) with vs2015 and vs2017 backends
* Add VS2019 backend CI and docs.Anton Kochkov2019-04-161-0/+34