summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2025-12-18options: canonicalize to host options anything that is not per-machinePaolo Bonzini
2025-12-17dependencies: Require 'native' be passed in kwargsDylan Baker
2025-12-17dependencies: stop passing "language" as a keyword argumentDylan Baker
2025-12-15cargo: add --check-cfg cfg(test) unconditionallyPaolo Bonzini
2025-12-01templates: fix remaining languages for source file discovery tooSam James
2025-12-01templates: sort langs in testSam James
2025-12-01templates: fix --executableSam James
2025-12-01templates: refactor tests to have a bit less nestingSam James
2025-11-23Condense directory names for rc1.Jussi Pakkanen
2025-11-23templates: respect parametersSam James
2025-11-21rewrite: fix duplicate objects for predefined globalsPaolo Bonzini
2025-11-19compilers: Remove Environment parameter from CLikeCompiler.gen_dynamic_link_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.symbols_have_underscore...Dylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.find_libraryDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_library_namingDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.sanity_checkDylan Baker
2025-11-19linkers: Store a reference to the Environment in the DynamicLinkerDylan Baker
2025-11-19compilers: Stop passing `is_cross`Dylan Baker
2025-11-19compilers: Pass Environment instead of MachineInfoDylan Baker
2025-11-19tests: Fix regex in test_sliceMarkus Jörg
2025-11-19options: the parent of a yielding option can be falsyPaolo Bonzini
2025-11-18rewriter: fix kwargs info for dict-valued kwargsBenjamin Gilbert
2025-11-18rewriter: support project(license_files: )Benjamin Gilbert
2025-11-17mtest: add convenience key to testlog.json for "is a failure"Eli Schwartz
2025-11-12rust: allow linking with sanitizer-enabled C librariesPaolo Bonzini
2025-11-11compilers: support prelinking with ClangAlois Wohlschlager
2025-11-03backends: add CustomTargetIndexes to meson-{test,benchmark}-prereqPaolo Bonzini
2025-10-31Always check if found libraries are linkableSam James
2025-10-29options: rename get_value_object_and_value_forPaolo Bonzini
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-10-29environment: move detection functions to envconfig.pyPaolo Bonzini
2025-10-23cargo: fix proc-macro=true without crate_typePaolo Bonzini
2025-10-23cargo: generate lint arguments from tablePaolo Bonzini
2025-10-23cargo: parse lints tablePaolo Bonzini
2025-10-23cargo: remove duplicate proc_macro fieldPaolo Bonzini
2025-10-23mtest: Display test name in format expected by "meson test" argumentXavier Claessens
2025-10-23mtest: Fix test selection implementationXavier Claessens
2025-10-23cargo: convert proc_macro to crate_type in Library dataclass.Paolo Bonzini
2025-10-22cargo: Move all conversions in _raw_to_dataclass()Xavier Claessens
2025-10-20interpreter: port dependency version to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency static to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency required to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency modules to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency method to typed_kwargsDylan Baker
2025-10-17cargo: raw.Manifest can be any Cargo.tomlXavier Claessens
2025-10-17options: Fix long/short option mixture detectionTobias Stoeckmann
2025-10-14cargo: load a single Cargo.lock for a whole chain of subprojectsPaolo Bonzini
2025-10-14cargo: When loading wraps multiple packages can have the same URLXavier Claessens
2025-10-06compilers: do not use coredata.set_optionsPaolo Bonzini
2025-10-06unittests: do not use coredata.set_optionPaolo Bonzini