aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Condense test directory numbers for rc1.rename61rc1Jussi Pakkanen77-11/+11
2021-12-31Merge pull request #9758 from eli-schwartz/meson_add_foo_script-argchecksJussi Pakkanen2-34/+43
2021-12-31add FeatureNew decorators for various modules that were lacking themEli Schwartz5-1/+8
2021-12-31rename lint workflow for less confusionEli Schwartz1-5/+5
2021-12-30fix incorrect docs for add_*_scriptEli Schwartz1-8/+23
2021-12-30remove no longer needed validation routineEli Schwartz1-6/+4
2021-12-30add_*_script: fix incorrect typed_pos_args allowing built targetsEli Schwartz1-8/+8
2021-12-30add_*_script: fix missing FeatureNew for non-string argumentsEli Schwartz1-14/+10
2021-12-30unpin pylint in CI -- the mentioned issue is long since fixedEli Schwartz1-2/+1
2021-12-30cygwin: fix broken python versionsEli Schwartz1-0/+7
2021-12-30Fix mypy 0.930 issuesTristan Partin2-3/+3
2021-12-22unit tests: Don't check quoting with multiple libsNirbheek Chauhan2-2/+3
2021-12-22Don't wipe out RPATHs specified by dependenciesNirbheek Chauhan2-1/+11
2021-12-22Set RPATH for all non-system libs with absolute pathsNirbheek Chauhan6-32/+50
2021-12-22pkgconfig: Fix linking to a custom targetXavier Claessens4-9/+30
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-20restore additional info about the potential cause of find_program failingEli Schwartz2-2/+2
2021-12-20restore the ability in the backend to silently find a programEli Schwartz1-2/+4
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 Mensinger6-8/+17
2021-12-17add ft32 cpu familyRafael Silva2-0/+2
2021-12-15mesonlib: make get_meson_command return an ImmutableListDylan Baker1-2/+2
2021-12-15rewriter: create {add,rm}_extra_files commandsCeleste Wouters8-57/+518
2021-12-12intl dep: forward static to iconv if neededChristoph Reiter1-1/+1
2021-12-12Merge pull request #9711 from dcbaker/submit/fix-gnome-typing-regressionsJussi Pakkanen1-13/+13
2021-12-11install: Don't run ldconfig on cross buildsDylan Baker2-6/+10
2021-12-11Activate VS env when running `meson test`William Toohey1-1/+4
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-09tests/rust polyglot: we need to link with bcrypt.lib as wellDylan Baker1-1/+1
2021-12-08docs: Add the `configuration` keyword argument to `configure_File`Dylan Baker1-0/+7
2021-12-07custom_target: catch and reject input files that do not existEli Schwartz1-10/+14
2021-12-08clang-cl: add a translation pass for `-isystem` args to workSahnvour1-0/+14
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 Baker2-8/+13
2021-12-07interpreter: use common DEPENDS_KWDylan Baker2-3/+3
2021-12-07interpreter: move more custom_target keyword arguments to the type_checking m...Dylan Baker2-3/+8
2021-12-06gnome module: deprecate passing false to install_dir_girEli Schwartz4-7/+21
2021-12-06gnome module: document and fix install_dir x3, by allowing false *_gir and *_...Eli Schwartz4-11/+29
2021-12-06decorators: fold some duplicated code into a closureDylan Baker1-26/+17
2021-12-06add message option to since_values and deprecated_valuesDylan Baker2-7/+24
2021-12-06unittests/internal: use more subTestDylan Baker1-13/+11