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
/
dependencyfallbacks.py
Age
Commit message (
Expand
)
Author
2023-06-20
interpreter: allow default_options and override_options as a dict
Dylan Baker
2023-05-29
avoid clearing the dependency cache unnecessarily based on wrap-mode
Eli Schwartz
2022-10-09
Get fallback varname from wrap file after it has been configured
Xavier Claessens
2022-06-17
fix parameter expansion in several error messages
Michael Mera
2022-03-29
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-03-03
interpreter: use typed_kwargs for subproject()
Dylan Baker
2022-03-03
interpreter/dependencyfallbacks: fix a number of low hanging type issues
Dylan Baker
2022-03-03
modules/cmake: add type annotations for subproject method
Dylan Baker
2021-10-26
dep.name(): return dependency name even if dependency is not found
Thomas Heijligen
2021-09-20
dependency: If cached version is outdated, look on system again
Xavier Claessens
2021-09-20
dependencyfallbacks: Use default_options for implicit fallbacks
Xavier Claessens
2021-09-01
dependency: fallback and allow_fallback are mutually exclusive
Xavier Claessens
2021-08-23
interpreter: Fix dependency(..., static: true) fallback
Xavier Claessens
2021-08-07
Fix --force-fallack-for with --wrap-mode=nofallback
Xavier Claessens
2021-07-21
Fix meson.version().version_compare() regression in subproject
Xavier Claessens
2021-06-18
holders: remove unholder
Daniel Mensinger
2021-06-18
dependency: Empty fallback is the same as allow_fallback: false
Xavier Claessens
2021-06-16
interpreter: Extract dependency() logic into its own helper class
Xavier Claessens