aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-19pylint: fix false positive for variable defined in different copies of condit...Eli Schwartz1-1/+2
2024-04-23Pass --quiet to glib-genmarshalTristan Partin1-1/+1
2024-04-08gnome: Fix indentation of mkenums_simple generated codeMatthijs Velsink1-14/+22
2024-01-11Vala: fixes to gresource handling (#12418)Valeri1-1/+5
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-12/+1
2023-10-04interpreter: rename SOURCE_KW to DEPENDENCY_SOURCES_KWDylan Baker1-2/+2
2023-09-18pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scannerXavier Claessens1-2/+2
2023-09-09gnome.mkenum_simple(): Fix include path when header is in subdirXavier Claessens1-9/+18
2023-09-07gnome: Fix glib tool lookup consistencyXavier Claessens1-13/+31
2023-08-29gnome: Fix crash in gtkdoc and generate_gir in C++ projectsXavier Claessens1-0/+6
2023-08-18Add more descriptive description to CustomTargetCharles Brunet1-0/+10
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens1-2/+2
2023-07-19avoid module indirection in name resolution for imported objectsEli Schwartz1-56/+56
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz1-4/+4
2023-07-19add better comments for mypy suppressionsEli Schwartz1-2/+2
2023-06-26Revert "modules: move gnome targets into gnome module"Eli Schwartz1-17/+4
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz1-1/+2
2023-05-02update the devenv module hooks to support generic modifications to BuildEli Schwartz1-2/+3
2023-04-26Add env kwarg to gnome.generate_gir().Volker Weißmann1-1/+4
2023-04-26Set the CC environment variable for g-ir-scanner.Volker Weißmann1-1/+4
2023-04-20extra_files keyword in declare_dependency()Charles Brunet1-1/+1
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2023-01-26gnome: Deduplicate include dirs to generate girThibault Saunier1-3/+3
2023-01-10modules/gnome: fix type annotations from `__init__`, which are wrongDylan Baker1-9/+10
2023-01-04add objects keyword argument to declare_dependenciesPaolo Bonzini1-1/+1
2023-01-03modules/gnome: use `mlog.log(once=True)` in a few more placesDylan Baker1-2/+2
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker1-3/+5
2022-12-11typing: fix some broken Sequence annotationsEli Schwartz1-1/+1
2022-12-07Remove useless EmptyExternalProgramXavier Claessens1-3/+2
2022-11-30pylint: enable the set_membership pluginDylan Baker1-1/+1
2022-10-28gnome: allow generator outputs as gdbus-codegen inputsPaolo Bonzini1-3/+3
2022-10-28gnome: allow custom targets as gdbus-codegen inputsPaolo Bonzini1-4/+4
2022-10-04pylint: enable use-a-generatorDylan Baker1-1/+1
2022-09-28gnome: add support for update-mime-databasePaolo Borelli1-0/+10
2022-09-27gnome/yelp: fix `xml:lang` attributesJan Tojnar1-1/+1
2022-09-22modules/gnome: make_native_glib_version an instance varDylan Baker1-9/+6
2022-09-18gnome: Add some missing install_tagXavier Claessens1-0/+6
2022-09-12modules: Fix paths to (sub)project source/build directoriesDavid Ward1-2/+2
2022-08-17modules: use module level information about new and deprecationDylan Baker1-1/+4
2022-08-04typing: simplify type annotations for librariesEli Schwartz1-3/+3
2022-07-06gnome module: Use --quiet to supress printing the link command lineRichard Hughes1-0/+1
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz1-1/+2
2022-06-19gnome module: fix regression that broke using built xml files as gresourcesEli Schwartz1-1/+8
2022-06-13flake8: fix various whitespace nitsEli Schwartz1-1/+2
2022-06-10wayland: Lookup for wayland-scanner using pkgconfigXavier Claessens1-35/+5
2022-06-01interpreter: use a shared KwargInfo for install_dirDylan Baker1-6/+6
2022-06-01modules/gnome: fix gen_marshall annotationDylan Baker1-1/+1
2022-06-01modules: move gnome targets into gnome moduleDylan Baker1-1/+15
2022-05-25modules/gnome: Fix missing type annotationDylan Baker1-1/+1