summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2022-01-24properly error out when project version is an array other than files()Eli Schwartz
2022-01-23interpreterobjects: Don't warn on set10(bool)Dylan Baker
2022-01-22fix broken version annotations for the new itstool_join featureEli Schwartz
2022-01-22Merge pull request #9742 from ximion/wip/itstoolJussi Pakkanen
2022-01-21i18n: Add support for joining XML localization via itstoolMatthias Klumpp
2022-01-20python module: only find a pkg-config dependency from the found pythonEli Schwartz
2022-01-18modules/gnome: make some methods staticDylan Baker
2022-01-18modules/gnome: fix remaining typing errorsDylan Baker
2022-01-18modules/gnome: fix annotation to type that isn't definedDylan Baker
2022-01-18modules/gnome: fix _get_build_args type annotationsDylan Baker
2022-01-18modules/gnome: fix _make_typelib_target typesDylan Baker
2022-01-18modules/gnome: Fix typing with _get_dependencies_flags andDylan Baker
2022-01-18build: Fix return types of a couple of methodsDylan Baker
2022-01-18modules/gnome: fix issues with _make_gir_targetDylan Baker
2022-01-18modules/gnome: fix declared type of listDylan Baker
2022-01-18modules/gnome: use T.Sequence instead of T.ListDylan Baker
2022-01-18modules/gnome: use itertools.chain instead of list concatenationDylan Baker
2022-01-18dependencies: fix libraries and whole_libraries typesDylan Baker
2022-01-18modules/gnome: ignore the return type of _get_depDylan Baker
2022-01-18modules/gnome: fix type annotations and issues with _gather_typelib_includes_...Dylan Baker
2022-01-18modules/gnome: define and annotate all instance variables in the initializerDylan Baker
2022-01-18build: Fix annotations to RunTarget and AliasTargetDylan Baker
2022-01-18interpreterobjects: deprecated passing a number to configuration_data.set10Dylan Baker
2022-01-18interpreterobjects: remove no-flattening from configuraiton_data.getDylan Baker
2022-01-18interpreterobjects: don't allow keyword arguments in configuration_data.keysDylan Baker
2022-01-18interpreter: replace ConfigurationDataObject with ConfigurationDataHolderDylan Baker
2022-01-18build: move configuration_data initial value handling to build.ConfigurationDataDylan Baker
2022-01-18interpreterobjects: clean up ConfigurationData initializerDylan Baker
2022-01-18interpreterobjects: use typed_* for configuration_data.set*Dylan Baker
2022-01-18interpreterobjects: use typed_* with configuration_data.merge_fromDylan Baker
2022-01-18interpreterobjects: use typed_* with configuration_data.get_unquotedDylan Baker
2022-01-18interpreterobjects: use typed_args for configuration_data.getDylan Baker
2022-01-18interpreterobjects: use typed_pos_args and noKwargs for configuration.data.hasDylan Baker
2022-01-18interpreterobjects: use typed_kwargs for dependency.get_variableDylan Baker
2022-01-18interpreterobjects: use typed_kwargs for dependency.get_pkgconfig_variableDylan Baker
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker
2022-01-18interpreterobjects: use typed_kwargs for FeatureOption.requireDylan Baker
2022-01-18interpreterobjects: use typed_pos_args for FeatureOpotionDylan Baker
2022-01-18interpreterobjects: use typed_pos_args for dependency.as_system_methodDylan Baker
2022-01-18interpreterobjects: use typed_pos_args for dependency.get_configtool_variableDylan Baker
2022-01-18interpreterobjects: use typed_pos_args for dependency.get_pkgconfig_variableDylan Baker
2022-01-18interpreterobjects: consistently use dependency. for error messagesDylan Baker
2022-01-18wraps: implement exponential backoff for downloading filesEli Schwartz
2022-01-18wraps: on failure to apply a patch, delete the subproject directoryEli Schwartz
2022-01-16Add a test for the --vsenv meson setup optionNirbheek Chauhan
2022-01-16install: Setup VS env if we did that during setupNirbheek Chauhan
2022-01-15gnome.genmarshal: restore the ability to pass sources as Files objectsEli Schwartz
2022-01-15Fix system include arguments for clang-clGatgat
2022-01-12gome.gdbus_codegen: fix annotations argument for multiple annotations, harderEli Schwartz
2022-01-13Search for Visual Studio Express when activating VS envDFOVIT