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
Age
Commit message (
Expand
)
Author
2021-10-15
wrap: move FeatureNew checks to a more natural place
Eli Schwartz
2021-10-12
interpreter: Fix missing holder entry (fixes #9389)
Daniel Mensinger
2021-10-10
Add --vsenv command line option and active VS only when needed
Xavier Claessens
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-10
Revert "interpreter: Add FeatureNew check"
Eli Schwartz
2021-10-10
Be more strict about target names with slashes.
Jussi Pakkanen
2021-10-08
Add support for module options
Xavier Claessens
2021-10-08
add install_emptydir function
Eli Schwartz
2021-10-06
interpreter: Move RangeHolder out of interpreterbase to interpreter
Daniel Mensinger
2021-10-06
interpreter: Holderify arrays and dicts
Daniel Mensinger
2021-10-04
f-strings
Eli Schwartz
2021-10-04
fix extra whitespace
Eli Schwartz
2021-10-04
work around flake8 F811 for T.overload redefined functions
Eli Schwartz
2021-10-04
remove f from f-string that has no formatting
Eli Schwartz
2021-10-04
better error message for modules returning the wrong value
Eli Schwartz
2021-10-04
various python neatness cleanups
Eli Schwartz
2021-10-04
Merge pull request #8960 from mensinda/yamlDoc
Jussi Pakkanen
2021-10-04
interpreter: improve the error message about install_mode
Zbigniew Jędrzejewski-Szmek
2021-10-03
docs: Fixes found during the YAML conversion process
Daniel Mensinger
2021-09-30
interpreter: move some of CustomTarget's args to type_checking
Dylan Baker
2021-09-30
dependency: Allow searching for multiple names
Xavier Claessens
2021-09-30
interpreter: Use typed_kwargs for func_custom_target
Dylan Baker
2021-09-30
interpreter: Allow FileMode to be passed to _get_kwarg_install_mode
Dylan Baker
2021-09-30
interpreter: move command kwarg to type_checking
Dylan Baker
2021-09-30
interpreter/type_checking: Add DEPEND_FILES_KW
Dylan Baker
2021-09-30
interpreter: move KwargInfo('depends') to type_checking
Dylan Baker
2021-09-30
interpreter: DEPFILE_KW should be Optional[str]
Dylan Baker
2021-09-30
interpreter: remove duplicate permittedKwargs
Dylan Baker
2021-09-30
interpreter: move DEPFILE_KW to type_checkingt
Dylan Baker
2021-09-30
interpreter: use typed_kwargs on func_run_target
Dylan Baker
2021-09-30
Make custom_target() name argument optional
Xavier Claessens
2021-09-28
Merge pull request #9014 from bonzini/mixed-language-link
Jussi Pakkanen
2021-09-26
fix message function accepting bools and casting to string
Eli Schwartz
2021-09-25
interpreter: Add FeatureNew check
Daniel Mensinger
2021-09-25
Remove helpers.check_stringlist()
Daniel Mensinger
2021-09-25
interpreter: Introduce StringHolder
Daniel Mensinger
2021-09-24
Merge pull request #9167 from dcbaker/submit/meson-main-type-checking
Jussi Pakkanen
2021-09-24
Add option to to transpile Cython to C++
Dylan Baker
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-09-24
interpreter: Add a few missing type annotations
Dylan Baker
2021-09-21
Use -Oz when optimization=s in Clang
Andrea Pappacoda
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-07
interpreter: detect and pass compiler to be used for linker tests
Paolo Bonzini
2021-09-06
mintro: add installed_plan
Filipe Laíns
2021-09-02
interpreter: Add summary of all user defined options
Xavier Claessens
[next]