aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2022-04-30pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* envXavier Claessens1-3/+2
2022-04-30qt module: fix missing sanity check for install_dir + installEli Schwartz1-0/+2
2022-04-30qt module: fix broken install_dir kwargEli Schwartz1-2/+1
2022-04-27gnome: Use 'doc' install_tag for gnome.yelpFerdinand Thiessen1-4/+6
2022-04-19pkgconfig: Add relocatable module optionFredrik Salomonsson1-2/+14
2022-04-14qt module: move comment to the correct location after refactoringEli Schwartz1-2/+2
2022-04-13wayland: Make sure wayland-scanner has same version as wayland librariesXavier Claessens1-1/+6
2022-04-12qt module: also prefer the changed name scheme for the toolsEli Schwartz1-1/+3
2022-04-12Add support for Qt 6.1+John Lindgren1-0/+2
2022-04-12python module: windows dll name for pypy needs special casingMatti Picus1-1/+9
2022-04-10Use a temp file to invoke the introspection command.Jussi Pakkanen1-1/+6
2022-04-10python module: restore logging for broken pythonEli Schwartz1-5/+12
2022-04-07Revert "wayland: Also lookup scanner in pkgconfig"Eli Schwartz3-10/+22
2022-04-04wayland: Also lookup scanner in pkgconfigXavier Claessens3-22/+10
2022-03-31i18n: don't let our maintainer targets run via wrapped envEli Schwartz1-2/+2
2022-03-31fix continued breakage in gnome module APIEli Schwartz1-2/+2
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz4-7/+18
2022-03-29Pass environment down to base Target classXavier Claessens9-10/+47
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-24Make compilers list per subprojectXavier Claessens1-1/+2
2022-03-24hotdoc module: use typed_pos_args to check positional argumentsEli Schwartz1-6/+4
2022-03-24dub module: use typed_pos_args to check positional argumentsEli Schwartz1-4/+2
2022-03-24python 3 module: type-check all posargsEli Schwartz1-3/+4
2022-03-23gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot1-1/+1
2022-03-20modules/rust: set bindgen include_dirs for both build and source dirDylan Baker1-1/+2
2022-03-18gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz1-3/+3
2022-03-16python: Remove warning about invalid install pathXavier Claessens1-9/+0
2022-03-15Revert "devenv: Set PYTHONPATH where we install python modules"Eli Schwartz1-43/+6
2022-03-14sourceset: reorder fields in SourceSetRulePaolo Bonzini1-10/+10
2022-03-14sourceset: document fields of SourceSetRulePaolo Bonzini1-0/+12
2022-03-14sourceset: improve typing of SourceSetRulePaolo Bonzini1-2/+2
2022-03-14sourceset: reinstate extra_depsPaolo Bonzini1-2/+4
2022-03-14sourceset: rename "dependencies" fields to depsPaolo Bonzini1-6/+6
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 Pakkanen2-14/+13
2022-03-10Remove a spurious debug print in Python moduleRalf Gommers1-1/+0
2022-03-09Move dataonly pkgconfig file to datadir/pkgconfigTristan Partin1-0/+1
2022-03-09fix python traceback when gtkdoc needs an exe_wrapper but doesn't have oneEli Schwartz1-2/+4
2022-03-07fix correctly detecting whether python is found if link args are emptyEli Schwartz1-1/+1
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz3-4/+4
2022-03-07merge various TYPE_CHECKING blocks into oneEli Schwartz1-36/+29
2022-03-07Fix @typed_pos_args on java.generate_native_headersTristan Partin1-5/+6
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker2-14/+13
2022-03-07Merge pull request #10043 from dcbaker/submit/type-checking-for-subprojectJussi Pakkanen2-20/+46
2022-03-06i18n.merge_file: do not disable in the absence of gettext toolsEli Schwartz1-4/+1
2022-03-06i18n module: report initial call site when disabling translation supportEli Schwartz1-4/+5
2022-03-06i18n module: detect gettext tools at configure timeEli Schwartz1-13/+27
2022-03-06i18n module: fix bug that made msgfmthelper die on combinations of argsEli Schwartz1-2/+1