aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2023-03-16modules/i18n: fix typo in gettext decoratorCorentin Noël1-1/+1
2023-03-16hotdoc: Install devhelp files at the right locationXavier Claessens1-1/+14
2023-03-05hotdoc module: properly error out when configuring failsEli Schwartz1-1/+2
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens1-2/+2
2023-02-22merge the python dependency from the python module into dependenciesEli Schwartz1-206/+2
2023-02-22partial migration of the python module dependency into dependenciesEli Schwartz1-59/+2
2023-02-22python module/dependency: move the specialized external programEli Schwartz1-77/+11
2023-02-22python module: inline the dependency methods checkingEli Schwartz1-3/+3
2023-02-22python module: move the introspection script into an external scriptEli Schwartz1-79/+6
2023-02-22python module: break the association between dependency and installation objectsEli Schwartz1-18/+19
2023-02-22python module: fix a few mypy issuesEli Schwartz1-4/+8
2023-02-08Replace dashes in Java package names with underscores when generating native ...Tristan Partin1-3/+6
2023-02-02set default install_tag of python.install_sources() to "python-runtime"Peter Urban1-1/+1
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz1-2/+2
2023-02-01treewide: add future annotations importEli Schwartz8-2/+8
2023-01-26gnome: Deduplicate include dirs to generate girThibault Saunier1-3/+3
2023-01-20Haiku pkgconfig directory layout supportX5121-0/+3
2023-01-10modules: fully type the Qt* modulesDylan Baker3-9/+26
2023-01-10modules: add type annotations to the `__init__` moduleDylan Baker1-8/+9
2023-01-10modules/external_project: `make` should be immutableDylan Baker1-1/+6
2023-01-10modules/i18n: fix type annotationsDylan Baker1-1/+1
2023-01-10modules/icestorm: fix type annotationsDylan Baker1-1/+1
2023-01-10modules/qt: Fix annotations for state.find_programDylan Baker1-3/+3
2023-01-10modules/rust: Fix annotation for _bindgen_binDylan Baker1-2/+2
2023-01-10modules/gnome: fix type annotations from `__init__`, which are wrongDylan Baker1-9/+10
2023-01-04forbid using declare_dependency(objects: ...) with pkg-config modulePaolo Bonzini1-0/+2
2023-01-04add objects keyword argument to declare_dependenciesPaolo Bonzini2-2/+2
2023-01-03modules/gnome: use `mlog.log(once=True)` in a few more placesDylan Baker1-2/+2
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker1-3/+5
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