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
/
build.py
Age
Commit message (
Expand
)
Author
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
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
Share implementation between local_program and override_find_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 custom_target() and run_target()
Xavier Claessens
2025-10-15
Add local_program() function
Xavier Claessens
2025-10-14
Make use of build TypeAliases
Dylan Baker
2025-10-14
build: Add a TypeAlias for any valid target
Dylan Baker
2025-10-14
build: Use `TypeAlias` decoration
Dylan Baker
2025-10-03
build: add `subdir` property to `CustomTargetIndex`
Dylan Baker
2025-10-03
build: Add get_basename to CustomTargetIndex
Dylan Baker
2025-10-03
build: type BuildTarget.link_depends
Dylan Baker
2025-10-03
build: Add a property for depend_files to CustomTargetIndex
Dylan Baker
2025-10-01
Use new naming scheme in shared libraries.
Jussi Pakkanen
2025-10-01
Use scheme for static libraries.
Jussi Pakkanen
2025-10-01
Split long function in shared library.
Jussi Pakkanen
2025-10-01
Split long function in static library.
Jussi Pakkanen
2025-09-25
mypy: low-effort addition of various missing types
Eli Schwartz
2025-09-24
ast/introspection: remove keyword arguments from build targets that are Unkno...
Dylan Baker
2025-08-17
rewriter: accept UnknownValue for name_prefix/name_suffix
Paolo Bonzini
2025-08-11
Revert "build: Throw an error instead of warning for sourceless targets"
Eli Schwartz
2025-08-10
build: Throw an error instead of warning for sourceless targets
Florian "sp1rit"
2025-08-10
build: Also warn about header-only build targets
Florian "sp1rit"
2025-08-10
build: Ensure that linker requested in link_language is available
Florian "sp1rit"
2025-08-04
build: fix introspection interpreter issue when project selects Rust
Paolo Bonzini
2025-08-02
Add swift_interoperability_mode kwarg
Katalin Rebhan
2025-08-01
Optimize determine_rpath_dirs
Charles Brunet
2025-08-01
move rpath functions from Backend to BuildTarget
Charles Brunet
2025-07-29
build: allow non-Rust files in non-structured sources
Paolo Bonzini
2025-07-29
build: allow picking 'rust' as a link_language
Paolo Bonzini
2025-07-29
build: use PIE for Rust as well
Paolo Bonzini
[prev]
[next]