aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2015backend.py
AgeCommit message (Collapse)AuthorFilesLines
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger1-2/+5
2019-08-24Vs backend compiler selection (#5448)Dylan Baker1-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-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas1-1/+0
2017-05-17Remove unused imports.Elliott Sales de Andrade1-1/+0
2017-03-20vs: do not add generated objects to projectNicolas Schneider1-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-07Skip shared module test on VS because it fails for some reason nobody ↵Jussi Pakkanen1-0/+1
understands.
2016-07-18vs: Fix visual studio version in solution file (#648)Nirbheek Chauhan1-0/+1
2016-05-30extract vs2015backend into own fileNicolas Schneider1-0/+34