aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-10gnome: fix typo in vapigen option metadatadirMichal Vasilek1-1/+1
2022-01-10remove the RPM moduleEli Schwartz1-186/+0
2022-01-02modules/gnome: replace yelphelper with run and custom targetsPablo Correa Gómez1-38/+91
2021-12-31add FeatureNew decorators for various modules that were lacking themEli Schwartz5-1/+8
2021-12-22pkgconfig: Fix linking to a custom targetXavier Claessens1-1/+2
2021-12-21modules: use find_program implementation to find programsEli Schwartz2-10/+8
2021-12-20modules: let the proxy state find_program do silent lookupsEli Schwartz1-2/+2
2021-12-20modules/gnome: use T.Sequence instead of T.ListDylan Baker1-3/+3
2021-12-20modules/gnome: use typed_kwargs for mkenumDylan Baker1-94/+65
2021-12-20modules/gnome: don't call through mkenums for mkenums_simpleDylan Baker1-33/+60
2021-12-20gnome: use typed_kwargs for mkenums_simpleDylan Baker1-35/+52