index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
mixins
/
visualstudio.py
Age
Commit message (
Expand
)
Author
2022-03-31
visualstudio: do not query underscore define with MSVC
Marvin Scholz
2022-01-15
Fix system include arguments for clang-cl
Gatgat
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-12-08
clang-cl: add a translation pass for `-isystem` args to work
Sahnvour
2021-11-27
Fix _calculate_toolset_version for VS2022.
Luke Elliott
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-09-01
msvc: Assume UTF8 source by default
Xavier Claessens
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-05-15
Visual Studio Address Sanitizer updates
Peter Harris
2021-05-10
deactivate intrinsic functions if no optimizations are requested
Alexander Neumann
2021-03-24
compilers: clang-cl: Also accept .s files (#8520)
D Scott Phillips
2021-03-09
Add address sanitizer support for Visual Studio.
Jussi Pakkanen
2021-03-08
Add /Od flag to msvc optimization 0 args
Vili Väinölä
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-20
MSVC and Clang-Cl Compiler Argument Cleanup
Marios Staikopoulos
2021-01-17
Removal of /ZI on MSVC Debug
Marios Staikopoulos
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-12-14
Slight consistency changes to get_gui_app_args
Laurin-Luis Lehning
2020-12-14
Make win_subsystem a linker property
Laurin-Luis Lehning
2020-10-14
vs: add static_from_buildtype to b_vscrt
Peter Harris
2020-10-07
Add win_subsystem kwarg. Closes #7765.
Jussi Pakkanen
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
2020-09-29
compilers/VS: fix build to use optimization and debug flags
Vili Väinölä
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-24
compilers/mixins: make visual studio type safe
Dylan Baker
2020-09-24
compilers: Use a distinct type for compile/link results
Dylan Baker
2020-09-17
Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC tools
Martin Storsjö
2020-07-22
visualstudio: warning_level 0 should not map to /W1
Xavier Claessens
2020-06-06
msvc: Avoid spurious openmp link warnings
Peter Harris
2020-03-17
compilers: Error if invalid linker selected
Dylan Baker
2020-03-09
linkers: Move import_library_args to from VS compiler to linker
Dylan Baker
2020-01-28
compilers: Use /Zi instead of /ZI with clang-cl
Dylan Baker
2020-01-28
compilers: Split ClangCL and MSVC mixins
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-12
Consider compiler arguments in linker detection logic
Dylan Baker
2019-12-02
Allow selecting the dynamic linker
Dylan Baker
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-10-29
MSVC: support -LIBPATH
Aleksey Gurtovoy
2019-10-03
Handle -idirafter in unix_args_to_native
Daniel Mensinger
2019-09-27
Correctly handle platform-specific LDFLAGS options
Aleksey Gurtovoy
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-07-15
compilers/mixins/visualstudio: Add type annotations
Dylan Baker
2019-07-15
compilers: Move the VisualStudioLikeCompiler class into mixins
Dylan Baker
[prev]