Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-28 | backend: refactor: set self.interpreter in the constructor | Daniel Mensinger | 1 | -2/+5 | |
2019-08-24 | Vs backend compiler selection (#5448) | Dylan Baker | 1 | -1/+13 | |
* 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 | |||||
2017-05-29 | Whitespace tweaks to reduce Flake8 warnings | Alistair Thomas | 1 | -1/+0 | |
2017-05-17 | Remove unused imports. | Elliott Sales de Andrade | 1 | -1/+0 | |
2017-03-20 | vs: do not add generated objects to project | Nicolas Schneider | 1 | -11/+0 | |
VS2015 automatically picks up outputs from CustomBuild commands, which we now use instead of CustomBuildStep commands, which do not get picked up automatically. | |||||
2016-12-07 | Skip shared module test on VS because it fails for some reason nobody ↵ | Jussi Pakkanen | 1 | -0/+1 | |
understands. | |||||
2016-07-18 | vs: Fix visual studio version in solution file (#648) | Nirbheek Chauhan | 1 | -0/+1 | |
2016-05-30 | extract vs2015backend into own file | Nicolas Schneider | 1 | -0/+34 | |