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
/
interpreterobjects.py
Age
Commit message (
Expand
)
Author
2023-02-15
interpreter: add a feature.enable_auto_if
Dylan Baker
2023-01-31
log running commands a bit better by doing proper shell quoting
Eli Schwartz
2022-11-29
pylint: enable the bad_builtin checker
Dylan Baker
2022-11-24
Fix various spelling errors
David Robillard
2022-05-25
Make a copy of auto_features options when changing its name
Xavier Claessens
2022-05-01
Merge pull request #10039 from eli-schwartz/wayland-protocols-subproject-files
Jussi Pakkanen
2022-04-14
typo
Eli Schwartz
2022-04-13
dependencies: move DependencyVariableString handling to declare_dependency
Eli Schwartz
2022-04-13
dependencies: allow get_variable to expose files from subprojects
Eli Schwartz
2022-04-13
dependencies: tighten type checking and fix cmake API violation for get_variable
Eli Schwartz
2022-03-29
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-03-13
Merge pull request #9339 from dcbaker/submit/structured_sources
Jussi Pakkanen
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-03-07
interpreter: Add a holder for StructuredSources
Dylan Baker
2022-03-07
Fix mypy CI.
Jussi Pakkanen
2022-03-07
Merge pull request #10043 from dcbaker/submit/type-checking-for-subproject
Jussi Pakkanen
2022-03-06
find_program: add a version() method to match the one for dependencies
Eli Schwartz
2022-03-03
interpreter: fix mismatched type expectations
Dylan Baker
2022-03-03
interpreter: add cm_interpreter to SubprojectHolder
Dylan Baker
2022-03-01
clean up FeatureCheck signature to move location to use time
Eli Schwartz
2022-02-28
Allow setting method/separator in environment() and meson.add_devenv()
Xavier Claessens
2022-02-14
FeatureNew: add mypy type annotations for subproject arg
Eli Schwartz
2022-02-09
add some forgotten FeatureNew annotations
Eli Schwartz
2022-02-01
interpreter: support for forcibly verbose logging of some tests
Paolo Bonzini
2022-01-23
interpreterobjects: Don't warn on set10(bool)
Dylan Baker
2022-01-18
interpreterobjects: deprecated passing a number to configuration_data.set10
Dylan Baker
2022-01-18
interpreterobjects: remove no-flattening from configuraiton_data.get
Dylan Baker
2022-01-18
interpreterobjects: don't allow keyword arguments in configuration_data.keys
Dylan Baker
2022-01-18
interpreter: replace ConfigurationDataObject with ConfigurationDataHolder
Dylan Baker
2022-01-18
interpreterobjects: clean up ConfigurationData initializer
Dylan Baker
2022-01-18
interpreterobjects: use typed_* for configuration_data.set*
Dylan Baker
2022-01-18
interpreterobjects: use typed_* with configuration_data.merge_from
Dylan Baker
2022-01-18
interpreterobjects: use typed_* with configuration_data.get_unquoted
Dylan Baker
2022-01-18
interpreterobjects: use typed_args for configuration_data.get
Dylan Baker
2022-01-18
interpreterobjects: use typed_pos_args and noKwargs for configuration.data.has
Dylan Baker
2022-01-18
interpreterobjects: use typed_kwargs for dependency.get_variable
Dylan Baker
2022-01-18
interpreterobjects: use typed_kwargs for dependency.get_pkgconfig_variable
Dylan Baker
2022-01-18
dependencies: don't pass kwargs from get_pkgconfig_variable
Dylan Baker
2022-01-18
interpreterobjects: use typed_kwargs for FeatureOption.require
Dylan Baker
2022-01-18
interpreterobjects: use typed_pos_args for FeatureOpotion
Dylan Baker
2022-01-18
interpreterobjects: use typed_pos_args for dependency.as_system_method
Dylan Baker
2022-01-18
interpreterobjects: use typed_pos_args for dependency.get_configtool_variable
Dylan Baker
2022-01-18
interpreterobjects: use typed_pos_args for dependency.get_pkgconfig_variable
Dylan Baker
2022-01-18
interpreterobjects: consistently use dependency. for error messages
Dylan Baker
2021-12-17
Fix mypy errors
Daniel Mensinger
2021-12-06
interpreter: use build.GeneratedTypes
Paolo Bonzini
2021-12-06
interpreter: allow extract_objects to receive generated sources
Paolo Bonzini
2021-12-01
add install_symlink function
Pablo Correa Gómez
2021-11-30
fix broken FeatureNew checks that never printed
Eli Schwartz
2021-11-25
interpreter: fix `feature.require` handling of error message
Benoit Pierre
[prev]
[next]