summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
Commit message (Expand)AuthorAgeFilesLines
* update the devenv module hooks to support generic modifications to BuildEli Schwartz2023-05-021-2/+3
* Add env kwarg to gnome.generate_gir().Volker Weißmann2023-04-261-1/+4
* Set the CC environment variable for g-ir-scanner.Volker Weißmann2023-04-261-1/+4
* extra_files keyword in declare_dependency()Charles Brunet2023-04-201-1/+1
* fix various spelling issuesJosh Soref2023-04-111-1/+1
* Change "can not" to "cannot" throughout projectHiPhish2023-04-111-1/+1
* gnome: Deduplicate include dirs to generate girThibault Saunier2023-01-261-3/+3
* modules/gnome: fix type annotations from `__init__`, which are wrongDylan Baker2023-01-101-9/+10
* add objects keyword argument to declare_dependenciesPaolo Bonzini2023-01-041-1/+1
* modules/gnome: use `mlog.log(once=True)` in a few more placesDylan Baker2023-01-031-2/+2
* Add fatal=False to many mlog.warnings()Dylan Baker2023-01-031-3/+5
* typing: fix some broken Sequence annotationsEli Schwartz2022-12-111-1/+1
* Remove useless EmptyExternalProgramXavier Claessens2022-12-071-3/+2
* pylint: enable the set_membership pluginDylan Baker2022-11-301-1/+1
* gnome: allow generator outputs as gdbus-codegen inputsPaolo Bonzini2022-10-281-3/+3
* gnome: allow custom targets as gdbus-codegen inputsPaolo Bonzini2022-10-281-4/+4
* pylint: enable use-a-generatorDylan Baker2022-10-041-1/+1
* gnome: add support for update-mime-databasePaolo Borelli2022-09-281-0/+10
* gnome/yelp: fix `xml:lang` attributesJan Tojnar2022-09-271-1/+1
* modules/gnome: make_native_glib_version an instance varDylan Baker2022-09-221-9/+6
* gnome: Add some missing install_tagXavier Claessens2022-09-181-0/+6
* modules: Fix paths to (sub)project source/build directoriesDavid Ward2022-09-121-2/+2
* modules: use module level information about new and deprecationDylan Baker2022-08-171-1/+4
* typing: simplify type annotations for librariesEli Schwartz2022-08-041-3/+3
* gnome module: Use --quiet to supress printing the link command lineRichard Hughes2022-07-061-0/+1
* move various unused typing-only imports into type-checking blocksEli Schwartz2022-07-031-1/+2
* gnome module: fix regression that broke using built xml files as gresourcesEli Schwartz2022-06-191-1/+8
* flake8: fix various whitespace nitsEli Schwartz2022-06-131-1/+2
* wayland: Lookup for wayland-scanner using pkgconfigXavier Claessens2022-06-101-35/+5
* interpreter: use a shared KwargInfo for install_dirDylan Baker2022-06-011-6/+6
* modules/gnome: fix gen_marshall annotationDylan Baker2022-06-011-1/+1
* modules: move gnome targets into gnome moduleDylan Baker2022-06-011-1/+15
* modules/gnome: Fix missing type annotationDylan Baker2022-05-251-1/+1
* modules/gnome: fix some typing issuesDylan Baker2022-05-251-3/+3
* gnome: Make sure g-ir-scanner can use pkg-config properlyXavier Claessens2022-04-301-0/+8
* gnome: Use 'doc' install_tag for gnome.yelpFerdinand Thiessen2022-04-271-4/+6
* Revert "wayland: Also lookup scanner in pkgconfig"Eli Schwartz2022-04-071-3/+19
* wayland: Also lookup scanner in pkgconfigXavier Claessens2022-04-041-19/+3
* fix continued breakage in gnome module APIEli Schwartz2022-03-311-2/+2
* move a bunch of imports into TYPE_CHECKING blocksEli Schwartz2022-03-291-1/+3
* Pass environment down to base Target classXavier Claessens2022-03-291-4/+21
* gnome: Fix gtkdoc when using multiple Apple frameworksJan Tojnar2022-03-291-30/+48
* gnome: Fix typo in _get_dependencies_flagsJan Tojnar2022-03-291-1/+1
* fix regression in propagating depends in gtkdocEli Schwartz2022-03-281-6/+11
* gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot2022-03-231-1/+1
* gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz2022-03-181-3/+3
* gnome module: fix crash due to misused function while generating gir commandEli Schwartz2022-03-131-3/+3
* Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen2022-03-131-8/+8
|\
| * build: plumb structured sources into BuildTargetsDylan Baker2022-03-071-8/+8
* | fix python traceback when gtkdoc needs an exe_wrapper but doesn't have oneEli Schwartz2022-03-091-2/+4