aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-06Add deprecated_message and since_message to KwargInfoDylan Baker2-12/+23
2021-12-06unittests/internal: use mock and subTestDylan Baker1-7/+9
2021-12-06interpreterbase/decorators: Fix types of deprecated_values and since_valuesDylan Baker2-2/+8
2021-12-06ci: install pytest-subtestsDylan Baker5-4/+5
2021-12-06ci/ubuntu-rolling: remove pkg-config-arm-linux-gnueabihfDylan Baker1-1/+0
2021-12-06interpreter: use build.GeneratedTypesPaolo Bonzini1-1/+1
2021-12-06interpreter: allow extract_objects to receive generated sourcesPaolo Bonzini5-14/+45
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini4-6/+8
2021-12-06pass all outputs of a custom_target as arguments to a testPaolo Bonzini3-15/+25
2021-12-06doc: fix missing kwarg in qt5 moduleEli Schwartz1-0/+1
2021-12-06Fix performance regression in build file generationcomplexoctonion1-1/+2