summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2015backend.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.
* backend: refactor: set self.interpreter in the constructorDaniel Mensinger2020-01-281-2/+5
|
* Vs backend compiler selection (#5448)Dylan Baker2019-08-241-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
* Whitespace tweaks to reduce Flake8 warningsAlistair Thomas2017-05-291-1/+0
|
* Remove unused imports.Elliott Sales de Andrade2017-05-171-1/+0
|
* vs: do not add generated objects to projectNicolas Schneider2017-03-201-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.
* Skip shared module test on VS because it fails for some reason nobody ↵Jussi Pakkanen2016-12-071-0/+1
| | | | understands.
* vs: Fix visual studio version in solution file (#648)Nirbheek Chauhan2016-07-181-0/+1
|
* extract vs2015backend into own fileNicolas Schneider2016-05-301-0/+34