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
Age
Commit message (
Expand
)
Author
2025-10-15
revert local_program()
Eli Schwartz
2025-10-15
build: clean up some of the types with swift arguments
Dylan Baker
2025-10-15
docs: Fix documentation about sources accepted by BuildTarget(extra_files: )
Dylan Baker
2025-10-15
build: simplify validation of BuildTarget(extra_files: )
Dylan Baker
2025-10-15
build: Remove validation for `build_by_default`
Dylan Baker
2025-10-15
build: remove validation for C# resources
Dylan Baker
2025-10-15
build: remove implicit_include_directories validation
Dylan Baker
2025-10-15
build: remove validation for name prefix and suffix
Dylan Baker
2025-10-15
build: remove validation from BuildTarget(link_depends: )
Dylan Baker
2025-10-15
build: remove validation for gnu_symbol_visibility
Dylan Baker
2025-10-15
build: remove validation for install_rpath
Dylan Baker
2025-10-15
build: remove validation for build_rpath
Dylan Baker
2025-10-15
build: remove validation for rust_dependency_map
Dylan Baker
2025-10-15
build: remove argument validation for pic and pie
Dylan Baker
2025-10-15
build: move pic/pie to their proper classes
Dylan Baker
2025-10-15
build: move platform specific pic/pie handling into helper
Dylan Baker
2025-10-15
build: remove win_subsystem validation
Dylan Baker
2025-10-15
build: remove validation of vs_module_defs
Dylan Baker
2025-10-15
build: remove validation for Executable(export_dynamic)
Dylan Baker
2025-10-15
build: remove build layer validation of Executable(implib)
Dylan Baker
2025-10-15
interpreter: convert BuildTarget install to bool in KwargInfo
Dylan Baker
2025-10-15
interpreter: move the BuildTarget install feature validator to KwargInfo
Dylan Baker
2025-10-15
Revert "typed_kwargs: Remove feature_validator as it's not currently used"
Dylan Baker
2025-10-15
build: remove support for gui_app
Dylan Baker
2025-10-15
build: use a TypedDict for StaticLibrary kwargs
Dylan Baker
2025-10-15
build: use a TypedDict for SharedLibrary kwargs
Dylan Baker
2025-10-15
build: use a TypedDict for SharedModule kwargs
Dylan Baker
2025-10-15
build: use a TypedDict for Executable kwargs
Dylan Baker
2025-10-15
build: Add a TypedDict for BuildTarget keyword arguments
Dylan Baker
2025-10-15
build: collapse Target.process_kwargs_base into BuildTarget.process_kwargs
Dylan Baker
2025-10-15
rust: mark verbatim unsupported also for wasm
Kohei Tokunaga
2025-10-15
Add support for LocalProgram to add_*_script()
Xavier Claessens
2025-10-15
Share implementation between local_program and override_find_program
Xavier Claessens
2025-10-15
Add interpreter kwarg to local_program()
Xavier Claessens
2025-10-15
Add common ABC for ExternalProgram and LocalProgram
Xavier Claessens
2025-10-15
Replace OverrideExecutable and OverrideProgram with LocalProgram
Xavier Claessens
2025-10-15
Add support for LocalProgram to override_find_program()
Xavier Claessens
2025-10-15
Add support for LocalProgram to generator()
Xavier Claessens
2025-10-15
Add support for LocalProgram to test() and benchmark()
Xavier Claessens
2025-10-15
Add support for LocalProgram to configure_file() and run_command()
Xavier Claessens
2025-10-15
Add support for LocalProgram to custom_target() and run_target()
Xavier Claessens
2025-10-15
Add local_program() function
Xavier Claessens
2025-10-15
Add --check-diff to meson format, to show what should be formatted
Julianne Swinoga
2025-10-15
module/rust: set _FILE_OFFSET_BITS=64 for bindgen
David Rheinsberg
2025-10-14
cargo: pick version from Cargo.toml if not specified in a dependency
Paolo Bonzini
2025-10-14
cargo: pick exact dependency version from Cargo.lock
Paolo Bonzini
2025-10-14
cargo: improve error message for dependency version conflicts
Paolo Bonzini
2025-10-14
cargo: move fetching to _dep_package
Paolo Bonzini
2025-10-14
cargo: load a toplevel Cargo.lock
Paolo Bonzini
2025-10-14
cargo: load a single Cargo.lock for a whole chain of subprojects
Paolo Bonzini
[next]