aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/visualstudio.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-14vs: add static_from_buildtype to b_vscrtPeter Harris1-5/+10
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen1-0/+3
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker1-3/+0
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili Väinölä1-17/+17
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-24/+12
2020-09-24compilers/mixins: make visual studio type safeDylan Baker1-2/+21
2020-09-24compilers: Use a distinct type for compile/link resultsDylan Baker1-1/+1
2020-09-17Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC toolsMartin Storsjö1-0/+4
2020-07-22visualstudio: warning_level 0 should not map to /W1Xavier Claessens1-1/+1
2020-06-06msvc: Avoid spurious openmp link warningsPeter Harris1-0/+3
2020-03-17compilers: Error if invalid linker selectedDylan Baker1-4/+0
2020-03-09linkers: Move import_library_args to from VS compiler to linkerDylan Baker1-4/+0
2020-01-28compilers: Use /Zi instead of /ZI with clang-clDylan Baker1-4/+13
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker1-26/+65
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-41/+41
2019-12-12Consider compiler arguments in linker detection logicDylan Baker1-0/+2
2019-12-02Allow selecting the dynamic linkerDylan Baker1-0/+4
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-29MSVC: support -LIBPATHAleksey Gurtovoy1-2/+4
2019-10-03Handle -idirafter in unix_args_to_nativeDaniel Mensinger1-0/+12
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy1-0/+12
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-68/+1
2019-07-15compilers/mixins/visualstudio: Add type annotationsDylan Baker1-106/+119
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker1-0/+411