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
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-04-25
find_library: improve the docs and FeatureNew to fully describe the change
Eli Schwartz
2024-04-23
interpreter: implement the `name()` method for `ExternalLibraryHolder`
Dylan Baker
2024-04-14
Clarify mutable objects usage
Xavier Claessens
2024-03-14
interpreterobjects.py: fix a typo
Yegor Yefremov
2024-02-24
Allow using CustomTarget as test executable
Charles Brunet
2024-02-23
env.unset method
Charles Brunet
2023-11-24
File: Add full_path() method
Xavier Claessens
2023-11-14
dependencies: allow get_variable to define multiple pkgconfig defines
Eli Schwartz
2023-10-05
Add env kwarg in generator.process()
Nomura
2023-09-18
Remove get_configtool_variable()
Xavier Claessens
2023-09-18
Remove get_pkgconfig_variable()
Xavier Claessens
2023-08-10
allow some ObjectHolder subclasses to continue to be generic
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-19
Add kernel and subsystem properties to machine objects.
Jussi Pakkanen
2023-05-23
deprecate the buildtarget.get_id() method
Eli Schwartz
2023-05-17
summary: Add from which subproject each subproject have been called
Xavier Claessens
2023-02-15
interpreter: add FeatureOption.enable_if and .disable_if
Dylan Baker
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
[next]