summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/visualstudio.py
Commit message (Expand)AuthorAgeFilesLines
* fix various spelling issuesJosh Soref2023-04-111-1/+1
* Change "can not" to "cannot" throughout projectHiPhish2023-04-111-1/+1
* asm: Add sx extensionRenan Lavarec2023-03-231-0/+1
* compilers: Remove /utf-8 from Visual Studio command args onceDylan Baker2023-02-081-3/+9
* compilers: Copy const always_args before returningDylan Baker2023-02-081-1/+2
* Visual Studio: Drop /utf-8 if it is not supportedChun-wei Fan2023-02-071-0/+10
* treewide: add future annotations importEli Schwartz2023-02-011-0/+1
* remove /utf-8 option when /validate-charset- is presentCharles Brunet2023-02-011-1/+3
* pylint: enable the set_membership pluginDylan Baker2022-11-301-3/+3
* Add warning_level=everythingDavid Robillard2022-11-271-0/+1
* Compilers: Add a preprocessor mode for clike compilersXavier Claessens2022-10-231-0/+5
* compilers: Add optimization=plain optionJan Tojnar2022-10-091-0/+1
* Fix purely white space issues reported by flake8Alf Henrik Sauge2022-08-261-1/+1
* Revert /utf-8 changes in the visualstudio mixin to the 0.62.0 stateEli Schwartz2022-07-111-5/+3
* visualstudio.py: Apply /utf-8 only on clang or VS2015+Chun-wei Fan2022-06-211-7/+5
* compiler.has_argument: Add `-Werror=unknown-warning-option` to clang-cl cmd lineKhairul Azhar Kasmiran2022-05-061-1/+1
* Visual Studio: Only use /utf-8 on VS2015 or later or clang-clChun-wei Fan2022-04-251-0/+4
* visualstudio: do not query underscore define with MSVCMarvin Scholz2022-03-311-0/+17
* Fix system include arguments for clang-clGatgat2022-01-151-0/+4
* compilers: push the compiler id to a class variableDylan Baker2022-01-101-5/+4
* clang-cl: add a translation pass for `-isystem` args to workSahnvour2021-12-081-0/+14
* 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