summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)Author
2022-03-09fix python traceback when gtkdoc needs an exe_wrapper but doesn't have oneEli Schwartz
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker
2022-03-03add D features to InternalDependencyRemi Thebault
2022-02-28Add API for modules that wants to define their devenvXavier Claessens
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz
2022-01-28modules/gnome: remove unnecessary type checkDylan Baker
2022-01-28gnome: genmarshal: If the source includes the header, depend on itDylan Baker
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker
2022-01-27modules/gnome: Allow gdbus_annotations to take an empty list againDylan Baker
2022-01-26gnome: Fix gtk4 pkgconfig nameBilal Elmoussaoui
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-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-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-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker
2022-01-15gnome.genmarshal: restore the ability to pass sources as Files objectsEli Schwartz
2022-01-12gome.gdbus_codegen: fix annotations argument for multiple annotations, harderEli Schwartz
2022-01-11fix typo in error messageEli Schwartz
2022-01-11gnome.gdbus_codegen: allow File objects as XML fileEli Schwartz
2022-01-11gnome.gtkdoc: fix passing file arguments as a configured fileEli Schwartz
2022-01-11gome.gdbus_codegen: fix annotations argument for multiple annotationsEli Schwartz
2022-01-10gnome: fix typo in vapigen option metadatadirMichal Vasilek
2022-01-02modules/gnome: replace yelphelper with run and custom targetsPablo Correa Gómez
2021-12-20modules/gnome: use T.Sequence instead of T.ListDylan Baker
2021-12-20modules/gnome: use typed_kwargs for mkenumDylan Baker
2021-12-20modules/gnome: don't call through mkenums for mkenums_simpleDylan Baker
2021-12-20gnome: use typed_kwargs for mkenums_simpleDylan Baker
2021-12-20gnome: remove 'template' handling from mkenumsDylan Baker
2021-12-09modules/gnome: fix genmarshall install_dir defaultDylan Baker
2021-12-09modules/gnome: Fix handling of flags to genmarshalDylan Baker
2021-12-09modules/gnome: set genmarshal extra_args default to listDylan Baker
2021-12-07modules/gnome: replace FeatureDeprecatedKwarg with typed_kwargDylan Baker
2021-12-07modules/gnome: use typed_kwargs for generate_vapiDylan Baker
2021-12-07modules/gnome: use typed_kwargs for genmarshalDylan Baker
2021-12-07gnome/genmarshal: Add missing kwargs to permittedKwargsDylan Baker
2021-12-06gnome module: deprecate passing false to install_dir_girEli Schwartz
2021-12-06gnome module: document and fix install_dir x3, by allowing false *_gir and *_...Eli Schwartz
2021-12-02gtkdoc: add support for a binary wrapperAlexander Kanavin
2021-11-23modules/gnome: import missing FeatureDeprecated for generate_girPablo Correa Gómez
2021-11-20add location nodes to some Feature callsEli Schwartz