aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2022-02-27modules/wayland: Add unstable_wayland moduleMark Bolhuis2-2/+124
2022-02-27cmake: configure_package_config_file can now take a dictAndrea Pappacoda1-2/+5
2022-02-27cmake: typed_kwargs for configure_package_config_fileAndrea Pappacoda1-24/+26
2022-02-23run_mypy: add sourceset moduleDylan Baker1-3/+3
2022-02-23modules/sourceset: Fix remaining typing issuesDylan Baker1-30/+45
2022-02-23modules/sourceset: use typed_kwargs for all functionsDylan Baker1-45/+97
2022-02-23modules/sourceset: Use typed_pos_argsDylan Baker1-13/+27
2022-02-23modules/sourceset: add a few super easy type annotationsDylan Baker1-13/+20
2022-02-23modules/sourceset: sort importsDylan Baker1-3/+4
2022-02-22python module: add option to specify a python environment to install toEli Schwartz1-0/+21
2022-02-22modules: add ModuleState API to check whether an option was user-specifiedEli Schwartz1-0/+7
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz1-7/+8
2022-02-15pkgconfig module: allow custom variables to reference builtin directoriesEli Schwartz1-11/+46
2022-02-01cmake: add arch_independent kwargAndrea Pappacoda1-1/+5
2022-02-01cmake: typed_kwargs for write_basic_package_version_fileAndrea Pappacoda1-18/+24
2022-02-01pkgconfig: set libdir only if usedAndrea Pappacoda1-1/+2
2022-01-28modules/gnome: remove unnecessary type checkDylan Baker1-3/+0
2022-01-28gnome: genmarshal: If the source includes the header, depend on itDylan Baker1-15/+18
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker8-281/+331
2022-01-27modules/gnome: Allow gdbus_annotations to take an empty list againDylan Baker1-2/+3
2022-01-27flake8: fix indentation styleEli Schwartz1-2/+2
2022-01-27fix some flake8 violations for unused importsEli Schwartz1-2/+2
2022-01-26Popen_safe and wrappers can accept os.PathLike for cwdEli Schwartz1-1/+1
2022-01-26gnome: Fix gtk4 pkgconfig nameBilal Elmoussaoui1-1/+1
2022-01-22fix broken version annotations for the new itstool_join featureEli Schwartz1-1/+1
2022-01-22Merge pull request #9742 from ximion/wip/itstoolJussi Pakkanen1-1/+80
2022-01-21i18n: Add support for joining XML localization via itstoolMatthias Klumpp1-0/+79
2022-01-20python module: only find a pkg-config dependency from the found pythonEli Schwartz1-8/+21
2022-01-18modules/gnome: make some methods staticDylan Baker1-13/+25
2022-01-18modules/gnome: fix remaining typing errorsDylan Baker1-8/+13
2022-01-18modules/gnome: fix annotation to type that isn't definedDylan Baker1-1/+1
2022-01-18modules/gnome: fix _get_build_args type annotationsDylan Baker1-1/+2
2022-01-18modules/gnome: fix _make_typelib_target typesDylan Baker1-3/+4
2022-01-18modules/gnome: Fix typing with _get_dependencies_flags andDylan Baker1-17/+25
2022-01-18modules/gnome: fix issues with _make_gir_targetDylan Baker1-5/+13
2022-01-18modules/gnome: fix declared type of listDylan Baker1-1/+1
2022-01-18modules/gnome: use T.Sequence instead of T.ListDylan Baker1-2/+3
2022-01-18modules/gnome: use itertools.chain instead of list concatenationDylan Baker1-1/+2
2022-01-18modules/gnome: ignore the return type of _get_depDylan Baker1-2/+5
2022-01-18modules/gnome: fix type annotations and issues with _gather_typelib_includes_...Dylan Baker1-5/+9
2022-01-18modules/gnome: define and annotate all instance variables in the initializerDylan Baker1-3/+5
2022-01-18interpreter: replace ConfigurationDataObject with ConfigurationDataHolderDylan Baker3-9/+13
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker1-1/+1
2022-01-15gnome.genmarshal: restore the ability to pass sources as Files objectsEli Schwartz1-2/+2
2022-01-12gome.gdbus_codegen: fix annotations argument for multiple annotations, harderEli Schwartz1-6/+27
2022-01-11fix typo in error messageEli Schwartz1-1/+1
2022-01-11gnome.gdbus_codegen: allow File objects as XML fileEli Schwartz1-2/+2
2022-01-11gnome.gtkdoc: fix passing file arguments as a configured fileEli Schwartz1-6/+6
2022-01-11gome.gdbus_codegen: fix annotations argument for multiple annotationsEli Schwartz1-1/+1
2022-01-10fix broken module tests which caused gtkdoc-check to traceback on assertEli Schwartz1-1/+4