summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-15revert local_program()Eli Schwartz
2025-10-15build: clean up some of the types with swift argumentsDylan Baker
2025-10-15docs: Fix documentation about sources accepted by BuildTarget(extra_files: )Dylan Baker
2025-10-15build: simplify validation of BuildTarget(extra_files: )Dylan Baker
2025-10-15build: Remove validation for `build_by_default`Dylan Baker
2025-10-15build: remove validation for C# resourcesDylan Baker
2025-10-15build: remove implicit_include_directories validationDylan Baker
2025-10-15build: remove validation for name prefix and suffixDylan Baker
2025-10-15build: remove validation from BuildTarget(link_depends: )Dylan Baker
2025-10-15build: remove validation for gnu_symbol_visibilityDylan Baker
2025-10-15build: remove validation for install_rpathDylan Baker
2025-10-15build: remove validation for build_rpathDylan Baker
2025-10-15build: remove validation for rust_dependency_mapDylan Baker
2025-10-15build: remove argument validation for pic and pieDylan Baker
2025-10-15build: move pic/pie to their proper classesDylan Baker
2025-10-15build: move platform specific pic/pie handling into helperDylan Baker
2025-10-15build: remove win_subsystem validationDylan Baker
2025-10-15build: remove validation of vs_module_defsDylan Baker
2025-10-15build: remove validation for Executable(export_dynamic)Dylan Baker
2025-10-15build: remove build layer validation of Executable(implib)Dylan Baker
2025-10-15interpreter: convert BuildTarget install to bool in KwargInfoDylan Baker
2025-10-15interpreter: move the BuildTarget install feature validator to KwargInfoDylan Baker
2025-10-15Revert "typed_kwargs: Remove feature_validator as it's not currently used"Dylan Baker
2025-10-15build: remove support for gui_appDylan Baker
2025-10-15build: use a TypedDict for StaticLibrary kwargsDylan Baker
2025-10-15build: use a TypedDict for SharedLibrary kwargsDylan Baker
2025-10-15build: use a TypedDict for SharedModule kwargsDylan Baker
2025-10-15build: use a TypedDict for Executable kwargsDylan Baker
2025-10-15build: Add a TypedDict for BuildTarget keyword argumentsDylan Baker
2025-10-15build: collapse Target.process_kwargs_base into BuildTarget.process_kwargsDylan Baker
2025-10-15rust: mark verbatim unsupported also for wasmKohei Tokunaga
2025-10-15Add support for LocalProgram to add_*_script()Xavier Claessens
2025-10-15Share implementation between local_program and override_find_programXavier Claessens
2025-10-15Add interpreter kwarg to local_program()Xavier Claessens
2025-10-15Add common ABC for ExternalProgram and LocalProgramXavier Claessens
2025-10-15Replace OverrideExecutable and OverrideProgram with LocalProgramXavier Claessens
2025-10-15Add support for LocalProgram to override_find_program()Xavier Claessens
2025-10-15Add support for LocalProgram to generator()Xavier Claessens
2025-10-15Add support for LocalProgram to test() and benchmark()Xavier Claessens
2025-10-15Add support for LocalProgram to configure_file() and run_command()Xavier Claessens
2025-10-15Add support for LocalProgram to custom_target() and run_target()Xavier Claessens
2025-10-15Add local_program() functionXavier Claessens
2025-10-15Add --check-diff to meson format, to show what should be formattedJulianne Swinoga
2025-10-15module/rust: set _FILE_OFFSET_BITS=64 for bindgenDavid Rheinsberg
2025-10-14cargo: pick version from Cargo.toml if not specified in a dependencyPaolo Bonzini
2025-10-14cargo: pick exact dependency version from Cargo.lockPaolo Bonzini
2025-10-14cargo: improve error message for dependency version conflictsPaolo Bonzini
2025-10-14cargo: move fetching to _dep_packagePaolo Bonzini
2025-10-14cargo: load a toplevel Cargo.lockPaolo Bonzini
2025-10-14cargo: load a single Cargo.lock for a whole chain of subprojectsPaolo Bonzini