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-29
build: remove unnecessary try/except
Paolo Bonzini
2025-10-23
build: allow building staticlib and rlib together
Paolo Bonzini
2025-10-20
build: Ensure that `vala_*` properties always exist, and are correct
Dylan Baker
2025-10-20
interpreter|build: Add type checking for vala specific arguments
Dylan Baker
2025-10-16
build, backend: store build_def_files in Build
Paolo Bonzini
2025-10-16
build: do not pass Interpreter to Generator.process_files
Paolo Bonzini
2025-10-16
build: store Environment in Generator
Paolo Bonzini
2025-10-16
build: pass Environment to GeneratedList
Paolo Bonzini
2025-10-16
build: import Environment
Paolo Bonzini
2025-10-15
backend/ninja: Ensure that a rust file is found when using StructuredSources
Dylan Baker
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
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
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
[next]