aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2017backend.py
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-2/+5
2021-11-27Fix '# Visual Studio <>' comment in sln files with VS backendLuke Elliott1-1/+3
2021-11-02Move language standard in separate method within vsbackendMoroz Oleg1-0/+10
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger1-2/+5
2019-08-24Vs backend compiler selection (#5448)Dylan Baker1-1/+16
2017-11-30VS: Add /DEBUG to linker to generate debug informationNiklas Claesson1-0/+5
2017-06-09vs: Sometimes WindowsSDKVersion is unsetNirbheek Chauhan1-1/+3
2017-03-30strip trailing backslash from WindowsSDKVersion (#1538)melak471-1/+1
2017-03-22add vs2017 backendNicolas Schneider1-0/+27