aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2023-02-06simplify instantiation of builtin type using builtins instead of functionsEli Schwartz1-2/+2
2023-02-06treewide: add future annotations importEli Schwartz7-1/+7
2023-02-06gnome: Deduplicate include dirs to generate girThibault Saunier1-3/+3
2023-02-06Haiku pkgconfig directory layout supportX5121-0/+3
2022-12-12Fixing typosAndreas Deininger1-1/+1
2022-12-11fix broken fs.copyfile function that crashed if you tried to use itEli Schwartz2-5/+3
2022-12-11typing: fix some broken Sequence annotationsEli Schwartz1-1/+1
2022-12-11simplify install_tag handling according to the accepted APIEli Schwartz1-1/+1
2022-12-11Fix package kwarg typeTristan Partin1-2/+3
2022-12-11Rename java.generate_native_headers to java.native_headersTristan Partin1-0/+18
2022-12-11Remove java.generate_native_headerTristan Partin1-45/+0
2022-12-11CUDA: Update compute-capability limits logic for CUDA 12.Olexa Bilaniuk1-0/+8
2022-12-11CUDA: Add listing for newly-released CUDA 12 in minimum driver version table.Olexa Bilaniuk1-0/+1
2022-12-11Merge pull request #11024 from dcbaker/submit/bindgen-dependenciesJussi Pakkanen1-15/+25
2022-12-09Merge pull request #10990 from xclaesse/devenvJussi Pakkanen1-3/+2
2022-12-09python module: don't overwrite and destroy the .pc dependency nameEli Schwartz1-1/+0
2022-12-07Remove useless EmptyExternalProgramXavier Claessens1-3/+2
2022-12-05modules/rust: Add support for dependencies in bindgenDylan Baker1-3/+16
2022-12-05modules/rust: Use `__future__.annotations`Dylan Baker1-6/+7
2022-12-05modules/rust: use the shared DEPENDENCIES_KWDylan Baker1-6/+2
2022-12-05modules/rust: Add support for string include_directoriesDylan Baker1-3/+3
2022-12-05modules: Add a method to the state object for include_dirsDylan Baker1-1/+15
2022-12-05interpreter: move TEST_KW from interpreter.py to type_checking.pyDylan Baker1-2/+2
2022-11-30pylint: enable the set_membership pluginDylan Baker3-4/+4
2022-11-29pylint: enable the bad_builtin checkerDylan Baker1-1/+1
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