aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-20gnome: remove 'template' handling from mkenumsDylan Baker1-9/+1
2021-12-17Fix mypy errorsDaniel Mensinger1-1/+11
2021-12-09modules/gnome: fix genmarshall install_dir defaultDylan Baker1-1/+1
2021-12-09modules/gnome: Fix handling of flags to genmarshalDylan Baker1-11/+11
2021-12-09modules/gnome: set genmarshal extra_args default to listDylan Baker1-1/+1
2021-12-07modules/gnome: replace FeatureDeprecatedKwarg with typed_kwargDylan Baker1-3/+6
2021-12-07modules/gnome: use typed_kwargs for generate_vapiDylan Baker1-47/+52
2021-12-07modules/gnome: use typed_kwargs for genmarshalDylan Baker1-43/+57
2021-12-07gnome/genmarshal: Add missing kwargs to permittedKwargsDylan Baker1-1/+1
2021-12-06gnome module: deprecate passing false to install_dir_girEli Schwartz1-2/+10
2021-12-06gnome module: document and fix install_dir x3, by allowing false *_gir and *_...Eli Schwartz1-6/+24
2021-12-05modules/qt: compeil_resources allow name to be unsetDylan Baker1-1/+1
2021-12-02gtkdoc: add support for a binary wrapperAlexander Kanavin1-1/+3
2021-12-02i18n module: correctly annotate the availability of data_dirsEli Schwartz1-2/+2
2021-11-23modules/keyval: add type annotationsDylan Baker1-14/+16
2021-11-23modules/keyval: cleanup importsDylan Baker1-4/+3
2021-11-23modules/gnome: import missing FeatureDeprecated for generate_girPablo Correa Gómez1-1/+1
2021-11-23rust: clean up inputs and outputs to bindgenPaolo Bonzini1-4/+6
2021-11-22qt module: fix stupid copy-paste errorEli Schwartz1-1/+1
2021-11-21Make the generated reproducible .cmake files reproducible.Chris Lamb1-1/+1
2021-11-20add location nodes to some Feature callsEli Schwartz4-14/+21