aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2022-11-29CUDA: Update minimum driver version table to include CUDA 11.8Olexa Bilaniuk1-0/+2
2022-11-29CUDA: Bugfix to architectural limit checks.Olexa Bilaniuk1-2/+2
2022-11-29CUDA: Add Orin, Lovelace and Hopper architecture names for CUDA 11.8Olexa Bilaniuk1-3/+15
2022-11-24python module: fix broken non-embed dependencyEli Schwartz1-11/+13
2022-11-23python: Use correct extension filename suffix on Python < 3.8.7Daniele Nicolodi1-2/+10
2022-11-20hotdoc module: fix broken include pathsEli Schwartz1-2/+1
2022-11-20hotdoc module: remove homebrew function-proxied OrderedSetEli Schwartz1-10/+6
2022-11-19modules/rust: stabilizeDylan Baker1-1/+1
2022-11-17modules/rust: Also include generated sources for testsDylan Baker1-2/+5
2022-11-17hotdoc module: run hotdoc as an external command during configureEli Schwartz1-5/+8
2022-11-14Raise an error, if the file element in a resource file has no text.Hagen Möbius1-3/+6
2022-11-07hotdoc module: add dedicated depends kwarg, deprecate file deps in dependenciesEli Schwartz1-2/+17
2022-11-07hotdoc module: use less confusing namesEli Schwartz1-7/+7
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-24hotdoc module: add partially typed kwargsEli Schwartz1-40/+45
2022-10-14hotdoc: Fix typo in argumentNirbheek Chauhan1-1/+1
2022-10-04pylint: enable consider-merging-isinstanceDylan Baker1-1/+1
2022-10-04pylint: enable use-a-generatorDylan Baker2-2/+2
2022-10-03pylint: enable unnecessary-comprehensionDylan Baker2-5/+2
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-19python module: allow specifying the pure kwarg in the installation objectEli Schwartz1-4/+13
2022-09-19pylint: enable use-maxsplit-argDylan Baker1-1/+1
2022-09-19compilers: directly import from subpackagesEli Schwartz1-1/+1
2022-09-18gnome: Add some missing install_tagXavier Claessens1-0/+6
2022-09-12modules: Fix paths to (sub)project source/build directoriesDavid Ward2-5/+4
2022-09-12i18n: Fix source root in Gettext targets for subprojectsDavid Ward2-6/+10
2022-09-07modules/wayland: Change default value of include_core_only to trueMark Bolhuis1-1/+1
2022-09-07modules/wayland: Rename core_only to include_core_onlyMark Bolhuis1-3/+3
2022-09-06modules/wayland: Support --include-core-onlyMark Bolhuis1-1/+7
2022-09-06Fix install_subdirs not showing up in intro-install_plan.jsonThomas Li1-0/+1
2022-08-31Fix 2 typos in a single string which can be shown in error messages.Jehan1-1/+1
2022-08-31modules/cmake: Fix typoaleksander1-1/+1
2022-08-26Fix indentation issues reported by flake8, requiring code restructuringAlf Henrik Sauge1-5/+9
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge3-12/+13
2022-08-25Revert "Windows: Improve Python 3.8+ module check on Windows"Eli Schwartz1-13/+1
2022-08-22introspection: untangle install_plan implemetation, fix a bunch of wrong onesEli Schwartz1-8/+13
2022-08-18modules/pkgconfig: make it a NewExtensionModuleDylan Baker1-5/+5
2022-08-18modules/pkgconfig: mypy clean!Dylan Baker1-22/+25
2022-08-18modules/pkgconfig: Fix code to handle CustomTarget and CustomTargetIndexDylan Baker1-3/+4
2022-08-18modules/pkgconfig: remove type checking abstractionDylan Baker1-8/+7
2022-08-18modules/pkgconfig: get rid of modifications to the BuildTarget objectsDylan Baker1-24/+40
2022-08-18modules/pkgconfig: ensure "name" is not NoneDylan Baker1-2/+9
2022-08-18modules/pkgconfig: Get most type annotations addedDylan Baker1-50/+80
2022-08-18modules/pkgconfig: Use typed_kwargsDylan Baker1-58/+98
2022-08-18modules/pkgconfig: use typed_pos_argsDylan Baker1-8/+6
2022-08-18modules/pkgconfig: fix typo in blocked variableDylan Baker1-1/+1
2022-08-18modules/pkgconfig: Fix some low hanging typing issuesDylan Baker1-18/+20