aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib/vsenv.py
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Handle garbage in environment more gracefully when setting vsenvDenis Fortin1-2/+7
2022-02-16flake8: use plain strings instead of f-strings when no variables usedEli Schwartz1-1/+1
2022-02-03Remove unnecessary check during VS activationNazar Mokrynskyi1-2/+0
2022-01-16Add a test for the --vsenv meson setup optionNirbheek Chauhan1-9/+10
2022-01-13Search for Visual Studio Express when activating VS envDFOVIT1-0/+4
2021-10-29Fix "meson compile" not activating vsenvXavier Claessens1-2/+3
2021-10-20Add support for win-arm64 to MSVCGabor Kertesz1-1/+5
2021-10-19Fix NamedTemporaryFile file reopen issue on Win #9412Gabor Kertesz1-2/+4
2021-10-16Add missing but expected as exception clauseMatthew Brett1-1/+1
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens1-0/+100