summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
AgeCommit message (Expand)Author
2025-12-16review get_subdir vs get_builddirPaolo Bonzini
2025-11-19compilers: Remove Environment parameter from Compiler.sanitizer_argsDylan Baker
2025-11-12compilers: pass target and env to sanitizer_*_argsPaolo Bonzini
2025-10-20interpreter: port dependency required to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency native to typed_kwargsDylan Baker
2025-10-20dependency: Use a TypedDict to describe the keyword arguments to DependencyDylan Baker
2025-10-15revert local_program()Eli Schwartz
2025-10-15Replace OverrideExecutable and OverrideProgram with LocalProgramXavier Claessens
2025-10-15Add support for LocalProgram to override_find_program()Xavier Claessens
2025-10-14Make use of build TypeAliasesDylan Baker
2025-10-06options: replace get_value with get_value_forPaolo Bonzini
2025-09-04gnome: Add missing install tag for vapi .deps fileThomas Mühlbacher
2025-08-20Revert "gnome: support generate_gir on cross builds"Jussi Pakkanen
2025-08-17gnome: Restore dependency of g-ir-scanner on gobject-introspectionL. E. Segovia
2025-08-01move rpath functions from Backend to BuildTargetCharles Brunet
2025-08-01gnome: make ToolType an alias and use itFlorian "sp1rit"​
2025-08-01gnome: early exit from _gir_has_option if g-ir-scanner is executableFlorian "sp1rit"​
2025-08-01gnome: support generate_gir on cross buildsFlorian "sp1rit"​
2025-08-01gnome: Provide fallback for legacy gi-scanner without --versionFlorian "sp1rit"​
2025-08-01gnome: Don't rely on gobject-introspection-1.0 anymoreFlorian "sp1rit"​
2025-06-21gnome.generate_gir: Use rspfiles on Windows when possibleL. E. Segovia
2025-06-09modules/gnome: Allow to generate markdown and reStructuredText dbus docCorentin Noël
2025-05-23gnome: initialize CFLAGS environment variable to linker argumentsPaolo Bonzini
2025-05-23gnome: fix typo in creating gir flagsPaolo Bonzini
2025-05-22gnome.mkenums: Use rspfiles on Windows when possibleL. E. Segovia
2025-04-09modules/gnome, modules/Python: Allow injecting RPATH flags through LDFLAGS if...L. E. Segovia
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2025-03-09compilers: convert `b_sanitize` to a free-form array optionPatrick Steinhardt
2025-03-01modules/gnome: Allow to specify the doc-format argumentCorentin Noël
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2024-09-04modules/gnome: Make 'gnome.yelp()' install actual media with symlinkssid
2024-07-19modules/gnome: gnome.compile_resources() must have 'install_dir' if installingRaviRahar
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen
2024-05-19pylint: fix false positive for variable defined in different copies of condit...Eli Schwartz
2024-04-23Pass --quiet to glib-genmarshalTristan Partin
2024-04-08gnome: Fix indentation of mkenums_simple generated codeMatthijs Velsink
2024-01-11Vala: fixes to gresource handling (#12418)Valeri
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-10-04interpreter: rename SOURCE_KW to DEPENDENCY_SOURCES_KWDylan Baker
2023-09-18pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scannerXavier Claessens
2023-09-09gnome.mkenum_simple(): Fix include path when header is in subdirXavier Claessens
2023-09-07gnome: Fix glib tool lookup consistencyXavier Claessens
2023-08-29gnome: Fix crash in gtkdoc and generate_gir in C++ projectsXavier Claessens
2023-08-18Add more descriptive description to CustomTargetCharles Brunet
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens
2023-07-19avoid module indirection in name resolution for imported objectsEli Schwartz
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-07-19add better comments for mypy suppressionsEli Schwartz