summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/visualstudio.py
Commit message (Expand)AuthorAgeFilesLines
* Fix _calculate_toolset_version for VS2022.Luke Elliott2021-11-271-0/+2
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-1/+1
* Fix typos discovered by codespellChristian Clauss2021-10-101-3/+3
* msvc: Assume UTF8 source by defaultXavier Claessens2021-09-011-2/+11
* pylint: turn on superflous-parensDylan Baker2021-08-311-2/+2
* Visual Studio Address Sanitizer updatesPeter Harris2021-05-151-1/+1
* deactivate intrinsic functions if no optimizations are requestedAlexander Neumann2021-05-101-1/+1
* compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips2021-03-241-0/+3
* Add address sanitizer support for Visual Studio.Jussi Pakkanen2021-03-091-0/+9
* Add /Od flag to msvc optimization 0 argsVili Väinölä2021-03-081-1/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
* MSVC and Clang-Cl Compiler Argument CleanupMarios Staikopoulos2021-01-201-27/+6
* Removal of /ZI on MSVC DebugMarios Staikopoulos2021-01-171-2/+2
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-1/+1
* Slight consistency changes to get_gui_app_argsLaurin-Luis Lehning2020-12-141-8/+0
* Make win_subsystem a linker propertyLaurin-Luis Lehning2020-12-141-3/+0
* vs: add static_from_buildtype to b_vscrtPeter Harris2020-10-141-5/+10
* Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2020-10-071-0/+3
* compilers: move get_dependency_gen_args to base CompilerDylan Baker2020-10-011-3/+0
* compilers/VS: fix build to use optimization and debug flagsVili Väinölä2020-09-291-17/+17
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-24/+12
* compilers/mixins: make visual studio type safeDylan Baker2020-09-241-2/+21
* compilers: Use a distinct type for compile/link resultsDylan Baker2020-09-241-1/+1
* Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC toolsMartin Storsjö2020-09-171-0/+4
* visualstudio: warning_level 0 should not map to /W1Xavier Claessens2020-07-221-1/+1
* msvc: Avoid spurious openmp link warningsPeter Harris2020-06-061-0/+3
* compilers: Error if invalid linker selectedDylan Baker2020-03-171-4/+0
* linkers: Move import_library_args to from VS compiler to linkerDylan Baker2020-03-091-4/+0
* compilers: Use /Zi instead of /ZI with clang-clDylan Baker2020-01-281-4/+13
* compilers: Split ClangCL and MSVC mixinsDylan Baker2020-01-281-26/+65
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-41/+41
* Consider compiler arguments in linker detection logicDylan Baker2019-12-121-0/+2
* Allow selecting the dynamic linkerDylan Baker2019-12-021-0/+4
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* MSVC: support -LIBPATHAleksey Gurtovoy2019-10-291-2/+4
* Handle -idirafter in unix_args_to_nativeDaniel Mensinger2019-10-031-0/+12
* Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy2019-09-271-0/+12
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-68/+1
* compilers/mixins/visualstudio: Add type annotationsDylan Baker2019-07-151-106/+119
* compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker2019-07-151-0/+411