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
2025-12-01
compilers: pass target to get_lto_*_args
Paolo Bonzini
2025-11-23
compilers: forward gen_vs_module_defs_args to linker
Paolo Bonzini
2025-11-19
compilers: Remove Environment parameter from CLikeCompiler.has_arguments
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.symbols_have_underscore...
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanitizer_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.thread_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.openmp_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_function_attribute
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler._build_wrapper
Dylan Baker
2025-11-19
Prevent /link being passed twice in compiler flags
Frankie Robertson
2025-11-12
compilers: pass target and env to sanitizer_*_args
Paolo Bonzini
2025-09-06
compilers: Enable out-of-the-box MSVC compatibility with ccache
L. E. Segovia
2025-03-09
compilers: convert `b_sanitize` to a free-form array option
Patrick Steinhardt
2024-11-27
Add VS preview version.
Jussi Pakkanen
2024-08-30
Add lto support to clang-cl and lld-link
Elliot
2024-08-08
Fix compiling ObjC/ObjC++ on Windows/MinGW
Jonathan Schleifer
2024-08-07
compilers: change get_argument_syntax to static method
Kacper Michajłow
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-26
compilers|dependencies: Move Clang-CL specific logic out of OpenMP dep
Dylan Baker
2024-06-26
compilers: pass Environment to openmp_flags
Dylan Baker
2024-04-05
Merge pull request #12144 from amyspark/fix-msvc-clangcl-linker-flag-detection
Jussi Pakkanen
2024-03-11
Only link to generated pch object when using msvc. (#12957)
Elliot
2024-02-25
compilers: Forward Meson's preference of lld-link to clang-cl
L. E. Segovia
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-20
fix ninja backend rules containing internal enum reprs
Eli Schwartz
2023-10-19
Remove duplicated code to canonicalize b_vscrt option value
Xavier Claessens
2023-07-12
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-07-12
Use CompileCheckMode enum
Tristan Partin
2023-05-01
extract_all_objects: Include PCH object with MSVC
Xavier Claessens
2023-04-11
fix various spelling issues
Josh Soref
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2023-03-23
asm: Add sx extension
Renan Lavarec
2023-02-08
compilers: Remove /utf-8 from Visual Studio command args once
Dylan Baker
2023-02-08
compilers: Copy const always_args before returning
Dylan Baker
2023-02-07
Visual Studio: Drop /utf-8 if it is not supported
Chun-wei Fan
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-02-01
remove /utf-8 option when /validate-charset- is present
Charles Brunet
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-27
Add warning_level=everything
David Robillard
2022-10-23
Compilers: Add a preprocessor mode for clike compilers
Xavier Claessens
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-07-11
Revert /utf-8 changes in the visualstudio mixin to the 0.62.0 state
Eli Schwartz
2022-06-21
visualstudio.py: Apply /utf-8 only on clang or VS2015+
Chun-wei Fan
2022-05-06
compiler.has_argument: Add `-Werror=unknown-warning-option` to clang-cl cmd line
Khairul Azhar Kasmiran
2022-04-25
Visual Studio: Only use /utf-8 on VS2015 or later or clang-cl
Chun-wei Fan
[next]