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
/
interpreter
/
mesonmain.py
Age
Commit message (
Expand
)
Author
2025-12-05
mesonmain: mark getting a language from another subproject as broken
Dylan Baker
2025-10-29
coredata: move cmd_line.txt and command line handling to a new module
Paolo Bonzini
2025-10-20
interpreter: port dependency static to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-10-15
revert local_program()
Eli Schwartz
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
Replace OverrideExecutable and OverrideProgram with LocalProgram
Xavier Claessens
2025-10-15
Add support for LocalProgram to override_find_program()
Xavier Claessens
2025-10-14
Make use of build TypeAliases
Dylan Baker
2025-06-17
interpreter: convert mesonmain to InterpreterObject.method
Paolo Bonzini
2025-05-22
support .version() for overridden executables
Florian "sp1rit"
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-09-30
programs: Store the project version when overriding find_program
Nirbheek Chauhan
2024-09-23
interpreter: when overriding a dependency make its name match
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-05
Revert PR12972 as a regression.
Eli Schwartz
2024-03-15
interpreter: when overriding a dependency make its name match
Dylan Baker
2024-01-25
Add missing FeatureNew for meson.add_dist_script
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-19
Alphabetize methods in MesonMain.
Jussi Pakkanen
2023-04-11
fix various spelling issues
Josh Soref
2023-02-20
interpreter/mesonmain: Add build_options method
L. E. Segovia
2023-02-14
allow install script to run in dry-run mode
Charles Brunet
2023-02-13
Fix displaying outputs with add_*_script
Charles Brunet
2022-12-27
add license_files kwarg to project
Eli Schwartz
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-02-28
Allow setting method/separator in environment() and meson.add_devenv()
Xavier Claessens
2022-02-07
mdist: fix dist scripts in subprojects being marked as superproject scripts
Eli Schwartz
2022-01-27
add location data to various Feature checks
Eli Schwartz
2021-12-30
remove no longer needed validation routine
Eli Schwartz
2021-12-30
add_*_script: fix incorrect typed_pos_args allowing built targets
Eli Schwartz
2021-12-30
add_*_script: fix missing FeatureNew for non-string arguments
Eli Schwartz
2021-11-22
interpreter: use find_program_impl internally instead of func_find_program
Dylan Baker
2021-11-15
interpreter: disallow RunTarget in meson.add_install_script
Paolo Bonzini
2021-10-30
Typo fixes (CustomTaget -> CustomTarget)
rusty-snake
2021-10-27
Fix add_install_script() ignoring install_tag
Xavier Claessens
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-04
fix extra whitespace
Eli Schwartz
2021-09-25
interpreter: Introduce StringHolder
Daniel Mensinger
2021-09-24
interpreter/mesonmain: remove unreachable code
Dylan Baker
2021-09-24
interpreter/mesonmain: Fix remaining typing problems and add to run_mypy
Dylan Baker
2021-09-24
build: use an object rather than a dict for the dep_manifest
Dylan Baker
2021-09-24
interpreter/mesonmain: Add full set of typed_argument guards
Dylan Baker
2021-09-24
interpreter/mesonmain: fix type annotations
Dylan Baker
2021-08-30
make EnvironmentVariablesObject a proper holder
Dylan Baker
2021-08-30
Simplify condition in can_run_host_binaries()
Xavier Claessens
2021-08-27
interpreter: fix cases of `KwargInfo(..., T, default=None)`
Dylan Baker
2021-08-23
interpreter: Fix dependency(..., static: true) fallback
Xavier Claessens
2021-08-17
Add install tags
Xavier Claessens
[next]