summaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)Author
2025-12-11add clippy-json targetclippy-jsonJohn Turner
2025-12-01fix crate name in rust-project.jsonPaolo Bonzini
2025-11-30Bump sln_version_comment to 18 for vs2026 backend.Luke Elliott
2025-11-23compilers: forward gen_vs_module_defs_args to linkerPaolo Bonzini
2025-11-23Add import std support to MSVC.Jussi Pakkanen
2025-11-23Add basic import std support for GCC.Jussi Pakkanen
2025-11-19compilers: Remove Environment parameter from RustCompiler.lib_file_to_l_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from RustCompiler.get_rustdocDylan Baker
2025-11-19compilers: Remove Environment parameter from CLikeCompiler.gen_dynamic_link_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_compile_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_std_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_link_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.sanitizer_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_library_namingDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_program_dirsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.build_rpath_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_soname_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_library_dirsDylan Baker
2025-11-17rust: allow either crate names or target names in the dependency mapPaolo Bonzini
2025-11-17Support Visual Studio 2026.Jussi Pakkanen
2025-11-14Generate a shared library and an import library correctly on OS/2KO Myung-Hun
2025-11-14Extension of the executable is `exe' on OS/2KO Myung-Hun
2025-11-13vala: utilize depfilesValeri Ochinski
2025-11-12compilers: pass target and env to sanitizer_*_argsPaolo Bonzini
2025-11-12rust: call compilers.get_base_link_argsPaolo Bonzini
2025-11-12ninjabackend: rust: add linker args for cdylibsPaolo Bonzini
2025-11-12interpreter: move backend type checking to interpreterDylan Baker
2025-11-12build: Use a tuple for pch dataDylan Baker
2025-11-11vala: Remove space from --target-glib versionChris Mayo
2025-11-04Add build target keyword parameter 'build_subdir' [v8]Keith Packard
2025-11-03backends: add CustomTargetIndexes to meson-{test,benchmark}-prereqPaolo Bonzini
2025-11-01Compilers: Add get_depfile_format() methodLuca Bacci
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-10-29environment, backends: remove is_* methodsPaolo Bonzini
2025-10-27rust: drop +SUFFIX from crate namePaolo Bonzini
2025-10-27rust: unify conversion from target name to crate namePaolo Bonzini
2025-10-20build: Ensure that `vala_*` properties always exist, and are correctDylan Baker
2025-10-16rust: work around unintuitive behavior of -l:-bundlePaolo Bonzini
2025-10-16backend: remove InterpreterPaolo Bonzini
2025-10-16build, backend: store build_def_files in BuildPaolo Bonzini
2025-10-16build: do not pass Interpreter to Generator.process_filesPaolo Bonzini
2025-10-16build: store Environment in GeneratorPaolo Bonzini
2025-10-15backend/ninja: Ensure that a rust file is found when using StructuredSourcesDylan Baker
2025-10-15revert local_program()Eli Schwartz
2025-10-15Add support for LocalProgram to override_find_program()Xavier Claessens
2025-10-14Make use of build TypeAliasesDylan Baker
2025-10-11fix rustc -l argument on WindowsPaolo Bonzini
2025-10-11ninjabackend: fix cut and paste issuePaolo Bonzini
2025-10-08ninja: don't exclude rustc native-static-link argsMarc-André Lureau
2025-10-08rust: query linker in addition to compiler for verbatim supportPaolo Bonzini