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
Age
Commit message (
Expand
)
Author
2022-01-24
properly error out when project version is an array other than files()
Eli Schwartz
2022-01-23
interpreterobjects: Don't warn on set10(bool)
Dylan Baker
2022-01-22
fix broken version annotations for the new itstool_join feature
Eli Schwartz
2022-01-22
Merge pull request #9742 from ximion/wip/itstool
Jussi Pakkanen
2022-01-21
i18n: Add support for joining XML localization via itstool
Matthias Klumpp
2022-01-20
python module: only find a pkg-config dependency from the found python
Eli Schwartz
2022-01-18
modules/gnome: make some methods static
Dylan Baker
2022-01-18
modules/gnome: fix remaining typing errors
Dylan Baker
2022-01-18
modules/gnome: fix annotation to type that isn't defined
Dylan Baker
2022-01-18
modules/gnome: fix _get_build_args type annotations
Dylan Baker
2022-01-18
modules/gnome: fix _make_typelib_target types
Dylan Baker
2022-01-18
modules/gnome: Fix typing with _get_dependencies_flags and
Dylan Baker
2022-01-18
build: Fix return types of a couple of methods
Dylan Baker
2022-01-18
modules/gnome: fix issues with _make_gir_target
Dylan Baker
2022-01-18
modules/gnome: fix declared type of list
Dylan Baker
2022-01-18
modules/gnome: use T.Sequence instead of T.List
Dylan Baker
2022-01-18
modules/gnome: use itertools.chain instead of list concatenation
Dylan Baker
2022-01-18
dependencies: fix libraries and whole_libraries types
Dylan Baker
2022-01-18
modules/gnome: ignore the return type of _get_dep
Dylan Baker
2022-01-18
modules/gnome: fix type annotations and issues with _gather_typelib_includes_...
Dylan Baker
2022-01-18
modules/gnome: define and annotate all instance variables in the initializer
Dylan Baker
2022-01-18
build: Fix annotations to RunTarget and AliasTarget
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
build: move configuration_data initial value handling to build.ConfigurationData
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
2022-01-18
wraps: implement exponential backoff for downloading files
Eli Schwartz
2022-01-18
wraps: on failure to apply a patch, delete the subproject directory
Eli Schwartz
2022-01-16
Add a test for the --vsenv meson setup option
Nirbheek Chauhan
2022-01-16
install: Setup VS env if we did that during setup
Nirbheek Chauhan
2022-01-15
gnome.genmarshal: restore the ability to pass sources as Files objects
Eli Schwartz
2022-01-15
Fix system include arguments for clang-cl
Gatgat
2022-01-12
gome.gdbus_codegen: fix annotations argument for multiple annotations, harder
Eli Schwartz
2022-01-13
Search for Visual Studio Express when activating VS env
DFOVIT
[next]