aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/visualstudio.py
AgeCommit message (Expand)AuthorFilesLines
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