Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix '# Visual Studio <>' comment in sln files with VS backend | Luke Elliott | 2021-11-27 | 1 | -0/+2 |
| | | | | such that Visual Studio Version Selector works. | ||||
* | Move language standard in separate method within vsbackend | Moroz Oleg | 2021-11-02 | 1 | -0/+10 |
| | |||||
* | fix: llvm toolset is "ClangCL" in VS2019. | Luke Elliott | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | backend: refactor: set self.interpreter in the constructor | Daniel Mensinger | 2020-01-28 | 1 | -2/+5 |
| | |||||
* | Vs backend compiler selection (#5448) | Dylan Baker | 2019-08-24 | 1 | -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 Kochkov | 2019-04-16 | 1 | -0/+34 |