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
/
backend
/
vs2010backend.py
Age
Commit message (
Expand
)
Author
2025-12-16
review get_subdir vs get_builddir
Paolo Bonzini
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_compile_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_std_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_link_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanitizer_args
Dylan Baker
2025-11-17
Support Visual Studio 2026.
Jussi Pakkanen
2025-11-12
compilers: pass target and env to sanitizer_*_args
Paolo Bonzini
2025-11-12
build: Use a tuple for pch data
Dylan Baker
2025-11-03
backends: add CustomTargetIndexes to meson-{test,benchmark}-prereq
Paolo Bonzini
2025-10-29
environment, backends: remove is_* methods
Paolo Bonzini
2025-10-16
backend: remove Interpreter
Paolo Bonzini
2025-10-14
Make use of build TypeAliases
Dylan Baker
2025-10-06
options: replace get_value with get_value_for
Paolo Bonzini
2025-09-06
compilers: Enable out-of-the-box MSVC compatibility with ccache
L. E. Segovia
2025-06-05
vsbackend: detect toolset and SDK version at generate() time
Paolo Bonzini
2025-05-26
vs2010backend: fix EmbedManifest state when /MANIFEST:EMBED is used
Peter Harris
2025-05-26
vs2010backend: Escape linker arguments
Peter Harris
2025-05-15
vs2010backend: Initial MASM language support
Zephyr Lykos
2025-04-04
compilers: introduce get_option_std_args
Paolo Bonzini
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-03-09
compilers: convert `b_sanitize` to a free-form array option
Patrick Steinhardt
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-01-29
Fix call to object_filename_from_source in vs2010
Charles Brunet
2025-01-08
First draft version of Tasking MIL linking with b_lto and prelinking
gerioldman
2024-09-11
Fix typos
spaette
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-24
Update mesonbuild/backend/vs2010backend.py
Renan Lavarec
2024-06-24
Vs2010Backend: Fix REGEN.vcxproj not getting default debug config in release
Renan Lavarec
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-05-01
use a for loop, check more linker options
matyalatte
2024-05-01
vs2010backend: fix an error when using /MANIFEST:NO
matyalatte
2024-04-24
backend: fix type annotation of Backend.generate
Dylan Baker
2024-04-05
depends keyword argument: accept CustomTargetIndex
Gerion Entrup
2024-03-28
Pass Environment down from Backend
Sam James
2024-02-07
Fix minsize optimization for vs backend
Charles Brunet
2024-01-26
backends: Make object_filename_from_source() backend-agnostic
Albert Tang
2024-01-17
Improve project naming and build configuration in genvslite projects
Roger Sanders
2024-01-05
Fix warning_level=everything in vs backends
Charles Brunet
2024-01-01
Fix intellisense errors in genvslite projects
Roger Sanders
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-22
backend/vs: use the host machine instead of the target machine
Dylan Baker
2023-12-22
stop using the interpreter holders for the MachineInfo
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-10
vs: Manually link generated .o files
arch1t3cht
2023-11-20
vs2010backend: fix incompatibility with custom manifests
Tamás Bálint Misius
2023-10-19
Remove duplicated code to canonicalize b_vscrt option value
Xavier Claessens
2023-10-09
interpreter: Handle BuildTarget.vala_args as Files in the interpreter
Dylan Baker
2023-10-05
Add env kwarg in generator.process()
Nomura
[next]