aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-10Contributing.md: fix typoAlyssa Ross1-1/+1
2022-02-09add some forgotten FeatureNew annotationsEli Schwartz1-0/+3
2022-02-09fix UI regression in compiler.compiles loggingEli Schwartz1-1/+1
2022-02-09minstall: raise explicit errors, by using MesonExceptionEli Schwartz1-7/+7
2022-02-09meson: Allow directory options outside of prefixJan Tojnar8-57/+51
2022-02-09setup.py: better requirementsHenry Schreiner1-1/+2
2022-02-09setup.cfg: update classifier, drop deprecatedHenry Schreiner1-2/+1
2022-02-09pypi: include a ninja extraHenry Schreiner1-0/+2
2022-02-07mdist: fix dist scripts in subprojects being marked as superproject scriptsEli Schwartz1-7/+7
2022-02-06add FeatureNew check for compiler.* methods with dependency on internal depEli Schwartz1-2/+3
2022-02-06dlang: fix #9250 invalid include flag for root directoryTobias Pankrath1-0/+2
2022-02-06dlang: add test case for root include_directory #9250Tobias Pankrath4-0/+23
2022-02-05Guard against empty string in subdir().Jussi Pakkanen1-0/+2
2022-02-04Drop emacs meson-modeMarc-André Lureau1-31/+0
2022-02-04mesonlib: Fix Popen_safe_legacy() stderr assumptionOle André Vadla RavnÄs1-1/+1
2022-02-03docs: strongly recommend the use of SPDX instead of array of licenseDylan Baker1-9/+17
2022-02-03cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10Daniel Mensinger7-5/+24
2022-02-03cmake: Deprecate CMake <3.17 supportDaniel Mensinger3-12/+15
2022-02-03cmake: Drop CMake server support and bump min. CMake to >= 3.14Daniel Mensinger4-434/+26
2022-02-03Remove unnecessary check during VS activationNazar Mokrynskyi1-2/+0
2022-02-02Merge pull request #9834 from bonzini/test-verbose-kwargJussi Pakkanen9-16/+51