summaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)Author
2021-10-21Add entries for new CUDA Toolkit versions.Olexa Bilaniuk
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-10pkgconfig module: correctly generate Libs search path with absolute install_dirEli Schwartz
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens
2021-10-08ModuleState: Add wrapper to get optionXavier Claessens
2021-10-08modules/gnome: Fix unset install_dirDylan Baker
2021-10-08modules/gnome: Fix case that could never be hit due to bad typesDylan Baker
2021-10-08modules/gnome: fix use of undefined variableDylan Baker
2021-10-07Windows module: Make path flattening for windres work in more casesLuca Bacci
2021-10-07modules/gnome: deprecate yelp variadic sourcesDylan Baker
2021-10-04modules/external_project: use typed_kwargsDylan Baker
2021-10-04mdoules/external_project: fix most of the mypy warnings/errorsDylan Baker
2021-10-04modules/external_project: clean up and sort modulesDylan Baker
2021-10-04f-stringsEli Schwartz
2021-10-04various python neatness cleanupsEli Schwartz
2021-10-04Merge pull request #8960 from mensinda/yamlDocJussi Pakkanen
2021-10-03modules/i18n: fix gettext use of --datadirs paramDan Streetman
2021-10-03cmake module: if cmake cannot be found, do not tracebackEli Schwartz
2021-10-03docs: Hook up the new RefMan generator to MesonDaniel Mensinger
2021-09-30modules/i18n: Fix remaining mypy spotted issuesDylan Baker
2021-09-30modules/i18n: use typed_kwargs for gettextDylan Baker
2021-09-30modules/i18n: Use typed_kwargs for merge_fileDylan Baker
2021-09-30modules/i18n: use typed_pos_argsDylan Baker
2021-09-30modules/i18n: add easy type annotationsDylan Baker
2021-09-30modules/i18n: sort and clean up importsDylan Baker
2021-09-30modules: make ReturnValue.new_objects covariantDylan Baker
2021-09-30interpreter: Use typed_kwargs for func_custom_targetDylan Baker
2021-09-29external-project: variables must be dict not listXavier Claessens
2021-09-29modules: python: better handling of the Python paths for DebianFilipe Laíns
2021-09-24pylint: check for duplicate importsDylan Baker
2021-09-24build: use an object rather than a dict for the dep_manifestDylan Baker
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz
2021-09-14fix traceback for undefined exception when trying to raise exceptionEli Schwartz
2021-09-10qt module: consolidate on one list of binsEli Schwartz
2021-09-10qt module: fix regression in building translations via qresourceEli Schwartz
2021-09-10qt module: correctly register a found tool and stop looking for itEli Schwartz
2021-09-06mintro: add installed_planFilipe Laíns
2021-09-01make the display name of a gettext translation build, look prettierEli Schwartz
2021-08-31i18n module: restore the <packagename>-gmo targetEli Schwartz
2021-08-31i18n module: provide targets as return value for gettext()Eli Schwartz
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-31python module: fix error message mentioning setuptoolsEli Schwartz
2021-08-30Add missing "disabler" kwarg to python.dependency()Xavier Claessens
2021-08-29gnome: Prepend devenv, not appendTing-Wei Lan
2021-08-27interpreter: fix cases of `KwargInfo(..., T, default=None)`Dylan Baker
2021-08-27python module: produce the correct install path on every OSEli Schwartz
2021-08-23gnome: don't let fortify defines into the g-ir-scanner after stripping -OEli Schwartz
2021-08-23java module: fix FeatureNew versionEli Schwartz
2021-08-22python: Workaround broken install pathXavier Claessens
2021-08-22Add Java moduleTristan Partin