aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2021-10-28modules/gnome: use `install_dir = []` instead of falseDylan Baker1-1/+1
2021-10-28modules/gnome: fix missing install_dir, again, harderDylan Baker1-8/+10
2021-10-27modules/gnome: ensure that `install_dir` is setDylan Baker1-8/+14
2021-10-27do not repeat magic regexes for cmake define replacementsEli Schwartz1-2/+2
2021-10-27fix various flake8 whitespace errorsEli Schwartz6-14/+14
2021-10-26dep.name(): return dependency name even if dependency is not foundThomas Heijligen1-2/+1
2021-10-21Add entries for new CUDA Toolkit versions.Olexa Bilaniuk1-0/+2
2021-10-10Fix typos discovered by codespellChristian Clauss2-6/+6
2021-10-10pkgconfig module: correctly generate Libs search path with absolute install_dirEli Schwartz1-4/+6
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens1-6/+11
2021-10-08ModuleState: Add wrapper to get optionXavier Claessens1-1/+8
2021-10-08modules/gnome: Fix unset install_dirDylan Baker1-3/+2
2021-10-08modules/gnome: Fix case that could never be hit due to bad typesDylan Baker1-3/+3
2021-10-08modules/gnome: fix use of undefined variableDylan Baker1-1/+1
2021-10-07Windows module: Make path flattening for windres work in more casesLuca Bacci1-2/+2
2021-10-07modules/gnome: deprecate yelp variadic sourcesDylan Baker1-1/+7
2021-10-04modules/external_project: use typed_kwargsDylan Baker1-23/+33
2021-10-04mdoules/external_project: fix most of the mypy warnings/errorsDylan Baker1-29/+39
2021-10-04modules/external_project: clean up and sort modulesDylan Baker1-6/+7
2021-10-04f-stringsEli Schwartz7-33/+26
2021-10-04various python neatness cleanupsEli Schwartz2-2/+2
2021-10-04Merge pull request #8960 from mensinda/yamlDocJussi Pakkanen1-4/+9
2021-10-03modules/i18n: fix gettext use of --datadirs paramDan Streetman1-1/+1
2021-10-03cmake module: if cmake cannot be found, do not tracebackEli Schwartz1-0/+3
2021-10-03docs: Hook up the new RefMan generator to MesonDaniel Mensinger1-4/+9
2021-09-30modules/i18n: Fix remaining mypy spotted issuesDylan Baker1-20/+31
2021-09-30modules/i18n: use typed_kwargs for gettextDylan Baker1-19/+50
2021-09-30modules/i18n: Use typed_kwargs for merge_fileDylan Baker1-26/+61
2021-09-30modules/i18n: use typed_pos_argsDylan Baker1-4/+6
2021-09-30modules/i18n: add easy type annotationsDylan Baker1-7/+12
2021-09-30modules/i18n: sort and clean up importsDylan Baker1-5/+7
2021-09-30modules: make ReturnValue.new_objects covariantDylan Baker1-1/+1
2021-09-30interpreter: Use typed_kwargs for func_custom_targetDylan Baker3-13/+14
2021-09-29external-project: variables must be dict not listXavier Claessens1-1/+1
2021-09-29modules: python: better handling of the Python paths for DebianFilipe Laíns1-8/+35
2021-09-24pylint: check for duplicate importsDylan Baker1-2/+1
2021-09-24build: use an object rather than a dict for the dep_manifestDylan Baker3-8/+12
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz2-1/+4
2021-09-14fix traceback for undefined exception when trying to raise exceptionEli Schwartz1-1/+1
2021-09-10qt module: consolidate on one list of binsEli Schwartz1-25/+25
2021-09-10qt module: fix regression in building translations via qresourceEli Schwartz1-1/+1
2021-09-10qt module: correctly register a found tool and stop looking for itEli Schwartz1-3/+1
2021-09-06mintro: add installed_planFilipe Laíns4-7/+14
2021-09-01make the display name of a gettext translation build, look prettierEli Schwartz1-1/+1
2021-08-31i18n module: restore the <packagename>-gmo targetEli Schwartz1-0/+3
2021-08-31i18n module: provide targets as return value for gettext()Eli Schwartz1-1/+3
2021-08-31pylint: turn on superflous-parensDylan Baker2-4/+4
2021-08-31python module: fix error message mentioning setuptoolsEli Schwartz1-1/+1
2021-08-30Add missing "disabler" kwarg to python.dependency()Xavier Claessens1-0/+1
2021-08-29gnome: Prepend devenv, not appendTing-Wei Lan1-4/+4