summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)Author
2023-06-26Revert "modules: move gnome targets into gnome module"Eli Schwartz
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz
2023-05-02update the devenv module hooks to support generic modifications to BuildEli Schwartz
2023-04-26Add env kwarg to gnome.generate_gir().Volker Weißmann
2023-04-26Set the CC environment variable for g-ir-scanner.Volker Weißmann
2023-04-20extra_files keyword in declare_dependency()Charles Brunet
2023-04-11fix various spelling issuesJosh Soref
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
2023-01-26gnome: Deduplicate include dirs to generate girThibault Saunier
2023-01-10modules/gnome: fix type annotations from `__init__`, which are wrongDylan Baker
2023-01-04add objects keyword argument to declare_dependenciesPaolo Bonzini
2023-01-03modules/gnome: use `mlog.log(once=True)` in a few more placesDylan Baker
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker
2022-12-11typing: fix some broken Sequence annotationsEli Schwartz
2022-12-07Remove useless EmptyExternalProgramXavier Claessens
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-10-28gnome: allow generator outputs as gdbus-codegen inputsPaolo Bonzini
2022-10-28gnome: allow custom targets as gdbus-codegen inputsPaolo Bonzini
2022-10-04pylint: enable use-a-generatorDylan Baker
2022-09-28gnome: add support for update-mime-databasePaolo Borelli
2022-09-27gnome/yelp: fix `xml:lang` attributesJan Tojnar
2022-09-22modules/gnome: make_native_glib_version an instance varDylan Baker
2022-09-18gnome: Add some missing install_tagXavier Claessens
2022-09-12modules: Fix paths to (sub)project source/build directoriesDavid Ward
2022-08-17modules: use module level information about new and deprecationDylan Baker
2022-08-04typing: simplify type annotations for librariesEli Schwartz
2022-07-06gnome module: Use --quiet to supress printing the link command lineRichard Hughes
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz
2022-06-19gnome module: fix regression that broke using built xml files as gresourcesEli Schwartz
2022-06-13flake8: fix various whitespace nitsEli Schwartz
2022-06-10wayland: Lookup for wayland-scanner using pkgconfigXavier Claessens
2022-06-01interpreter: use a shared KwargInfo for install_dirDylan Baker
2022-06-01modules/gnome: fix gen_marshall annotationDylan Baker
2022-06-01modules: move gnome targets into gnome moduleDylan Baker
2022-05-25modules/gnome: Fix missing type annotationDylan Baker
2022-05-25modules/gnome: fix some typing issuesDylan Baker
2022-04-30gnome: Make sure g-ir-scanner can use pkg-config properlyXavier Claessens
2022-04-27gnome: Use 'doc' install_tag for gnome.yelpFerdinand Thiessen
2022-04-07Revert "wayland: Also lookup scanner in pkgconfig"Eli Schwartz
2022-04-04wayland: Also lookup scanner in pkgconfigXavier Claessens
2022-03-31fix continued breakage in gnome module APIEli Schwartz
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2022-03-29Pass environment down to base Target classXavier Claessens
2022-03-29gnome: Fix gtkdoc when using multiple Apple frameworksJan Tojnar
2022-03-29gnome: Fix typo in _get_dependencies_flagsJan Tojnar
2022-03-28fix regression in propagating depends in gtkdocEli Schwartz
2022-03-23gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot
2022-03-18gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz
2022-03-13gnome module: fix crash due to misused function while generating gir commandEli Schwartz
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen