aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-25modules/gnome: fix some typing issuesDylan Baker1-3/+3
2022-04-30gnome: Make sure g-ir-scanner can use pkg-config properlyXavier Claessens1-0/+8
2022-04-27gnome: Use 'doc' install_tag for gnome.yelpFerdinand Thiessen1-4/+6
2022-04-07Revert "wayland: Also lookup scanner in pkgconfig"Eli Schwartz1-3/+19
2022-04-04wayland: Also lookup scanner in pkgconfigXavier Claessens1-19/+3
2022-03-31fix continued breakage in gnome module APIEli Schwartz1-2/+2
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz1-1/+3
2022-03-29Pass environment down to base Target classXavier Claessens1-4/+21
2022-03-29gnome: Fix gtkdoc when using multiple Apple frameworksJan Tojnar1-30/+48
2022-03-29gnome: Fix typo in _get_dependencies_flagsJan Tojnar1-1/+1
2022-03-28fix regression in propagating depends in gtkdocEli Schwartz1-6/+11
2022-03-23gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot1-1/+1
2022-03-18gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz1-3/+3
2022-03-13gnome module: fix crash due to misused function while generating gir commandEli Schwartz1-3/+3
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen1-8/+8
2022-03-09fix python traceback when gtkdoc needs an exe_wrapper but doesn't have oneEli Schwartz1-2/+4
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-2/+2
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker1-8/+8
2022-03-03add D features to InternalDependencyRemi Thebault1-1/+1
2022-02-28Add API for modules that wants to define their devenvXavier Claessens1-1/+3
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz1-7/+8
2022-01-28modules/gnome: remove unnecessary type checkDylan Baker1-3/+0
2022-01-28gnome: genmarshal: If the source includes the header, depend on itDylan Baker1-15/+18
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker1-172/+211
2022-01-27modules/gnome: Allow gdbus_annotations to take an empty list againDylan Baker1-2/+3
2022-01-26gnome: Fix gtk4 pkgconfig nameBilal Elmoussaoui1-1/+1
2022-01-18modules/gnome: make some methods staticDylan Baker1-13/+25
2022-01-18modules/gnome: fix remaining typing errorsDylan Baker1-8/+13
2022-01-18modules/gnome: fix annotation to type that isn't definedDylan Baker1-1/+1
2022-01-18modules/gnome: fix _get_build_args type annotationsDylan Baker1-1/+2
2022-01-18modules/gnome: fix _make_typelib_target typesDylan Baker1-3/+4
2022-01-18modules/gnome: Fix typing with _get_dependencies_flags andDylan Baker1-17/+25
2022-01-18modules/gnome: fix issues with _make_gir_targetDylan Baker1-5/+13
2022-01-18modules/gnome: fix declared type of listDylan Baker1-1/+1
2022-01-18modules/gnome: use T.Sequence instead of T.ListDylan Baker1-2/+3
2022-01-18modules/gnome: use itertools.chain instead of list concatenationDylan Baker1-1/+2
2022-01-18modules/gnome: ignore the return type of _get_depDylan Baker1-2/+5
2022-01-18modules/gnome: fix type annotations and issues with _gather_typelib_includes_...Dylan Baker1-5/+9
2022-01-18modules/gnome: define and annotate all instance variables in the initializerDylan Baker1-3/+5
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker1-1/+1
2022-01-15gnome.genmarshal: restore the ability to pass sources as Files objectsEli Schwartz1-2/+2
2022-01-12gome.gdbus_codegen: fix annotations argument for multiple annotations, harderEli Schwartz1-6/+27
2022-01-11fix typo in error messageEli Schwartz1-1/+1
2022-01-11gnome.gdbus_codegen: allow File objects as XML fileEli Schwartz1-2/+2
2022-01-11gnome.gtkdoc: fix passing file arguments as a configured fileEli Schwartz1-6/+6
2022-01-11gome.gdbus_codegen: fix annotations argument for multiple annotationsEli Schwartz1-1/+1
2022-01-10gnome: fix typo in vapigen option metadatadirMichal Vasilek1-1/+1
2022-01-02modules/gnome: replace yelphelper with run and custom targetsPablo Correa Gómez1-38/+91
2021-12-20modules/gnome: use T.Sequence instead of T.ListDylan Baker1-3/+3
2021-12-20modules/gnome: use typed_kwargs for mkenumDylan Baker1-94/+65