aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-27Merge pull request #10004 from bonzini/mtest-tap-stderrJussi Pakkanen1-8/+9
2022-02-27test cases/vala: Fix test 14Mark Bolhuis1-1/+1
2022-02-27modules/wayland: Add unstable_wayland moduleMark Bolhuis18-5/+283
2022-02-27cmake: configure_package_config_file can now take a dictAndrea Pappacoda4-5/+12
2022-02-27cmake: typed_kwargs for configure_package_config_fileAndrea Pappacoda1-24/+26
2022-02-23run_mypy: add sourceset moduleDylan Baker2-3/+4
2022-02-23modules/sourceset: Fix remaining typing issuesDylan Baker1-30/+45
2022-02-23mesonlib: allow check_dirent_issues to take an iterableDylan Baker1-2/+2
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 Schwartz4-4/+48
2022-02-22modules: add ModuleState API to check whether an option was user-specifiedEli Schwartz1-0/+7
2022-02-20mtest: refactor common condition into a property of TestRunPaolo Bonzini1-6/+8
2022-02-20devenv: support bash under MSYS2 by defaultChristoph Reiter1-4/+6
2022-02-20add all supported arguments in docs for summary()Stone Tickle1-5/+28
2022-02-20mtest: raise informative error message when test program doesn't existEli Schwartz1-2/+5
2022-02-20mtest: print stderr of TAP/Rust tests in verbose/non-parallel modePaolo Bonzini1-3/+2
2022-02-17test cases: rename shared library('c') avoid libc collisionEli Schwartz5-5/+10
2022-02-17project tests: fine-tune the check for whether we are in CIEli Schwartz1-1/+1
2022-02-17intl dependency: include header when checking for libc builtinEli Schwartz1-1/+2
2022-02-17tests: allow setting MESON_CI_JOBNAME=thirdpartyEli Schwartz2-4/+5
2022-02-17tests: do not use a GNU bash script to check the minimum version of programsEli Schwartz2-10/+1
2022-02-17unittests: make ninja detection faster and more robustEli Schwartz1-8/+12
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz8-27/+28
2022-02-16flake8: do not use bare exceptionsEli Schwartz2-2/+2
2022-02-16fix malformed warning to print the way it was meant to printEli Schwartz1-9/+5
2022-02-16fix a couple misuses of textwrap.dedentEli Schwartz2-4/+4
2022-02-16flake8: squelch warnings for star imports even harderEli Schwartz1-1/+1
2022-02-16fix missing f-string preventing variable formattingEli Schwartz1-1/+1
2022-02-16flake8: remove some redundant separatorsEli Schwartz3-3/+3
2022-02-16flake8: fix wrong numbers of blank line separatorsEli Schwartz4-2/+4
2022-02-16flake8: fix typoed whitespace surrounding tokensEli Schwartz4-5/+5
2022-02-16remove outdated reference to deleted files in setuptools packagingEli Schwartz1-2/+0
2022-02-16flake8: use plain strings instead of f-strings when no variables usedEli Schwartz2-2/+2
2022-02-15fine-tune the logic for reporting context on tracebacksEli Schwartz1-11/+13
2022-02-15fix missing documentation for testsuite option in test.jsonEli Schwartz1-0/+5
2022-02-15pkgconfig module: allow custom variables to reference builtin directoriesEli Schwartz4-12/+107
2022-02-14shared module: Allow linking on AndroidNirbheek Chauhan3-9/+20
2022-02-14comment out broken Feature checks that fail mypyEli Schwartz1-3/+10
2022-02-14FeatureNew: add mypy type annotations for subproject argEli Schwartz9-12/+28
2022-02-14Add wx-config-3.1 provided by mingw-w64-x86_64-wxmsw3.1apoorv5691-1/+1
2022-02-14run_unittests: check for pytest and pytest-xdist separatelyEli Schwartz1-7/+10
2022-02-14unittests: fine-tune the check for whether we are in CIEli Schwartz2-1/+2
2022-02-14packaging: fix the MSI bundling of distutils sub-packagesEli Schwartz1-0/+1
2022-02-12formatting improvement for include_directories sandbox violation warningEli Schwartz1-2/+2
2022-02-12validate the literal directory "subprojects" when checking sandbox violationsEli Schwartz1-1/+2
2022-02-10implement 'dist --allow-dirty' flagandy59954-12/+40
2022-02-10ninjabackend: fix rust program names with dashesAlyssa Ross4-7/+8