summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-23add dependency recommendation [skip ci]Michael Brockus
2020-11-23Remove AutoDeletedDirChristoph Reiter
2020-11-23Replace various calls to AutoDeletedDir with TemporaryDirectoryWinProofChristoph Reiter
2020-11-23Add a variant of TemporaryDirectory that uses windows_proof_rmtree()Christoph Reiter
2020-11-22doc: fix confusing use of "build" as a directory argument [skip ci]Eli Schwartz
2020-11-23CI: install glib for the MSYS2 jobs to make pkgconf happyChristoph Reiter
2020-11-23CI: fix a typo in the msys2 workflow trigger pathsChristoph Reiter
2020-11-22Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanupsJussi Pakkanen
2020-11-22Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand
2020-11-21run_project_tests: Use the test environment for install and cleanJason Ekstrand
2020-11-21cmVers: use env instead of hardcoding bash locationDylan Baker
2020-11-21envconfig: use debug for "using * from environment variables messagesDylan Baker
2020-11-20setup.cfg: fix python requires to be 3.6.0Dylan Baker
2020-11-20setup.py: fix check fro 3.5.2 which should be 3.6Dylan Baker
2020-11-20Delete now dead < python 3.6 checkDylan Baker
2020-11-20use real pathlib moduleDylan Baker
2020-11-20optinterpreter: organize the validation of arguments to be more readableDylan Baker
2020-11-20optinterpreter: use PEP8 compliant namesDylan Baker
2020-11-20optinterpreter: fix value being set in loopDylan Baker
2020-11-20Add type annotations to optinterpreterDylan Baker
2020-11-20Allow setting attributes in MesonException intializerDylan Baker
2020-11-20run_unittests: delete test for external syntax highlightingDylan Baker
2020-11-18Merge pull request #7894 from obilaniu/cudaupdatesJussi Pakkanen
2020-11-18Merge pull request #7836 from bonzini/mtest-asyncioJussi Pakkanen
2020-11-18Update Tutorial.md [skip ci]Michael Brockus
2020-11-18Merge pull request #7900 from bonzini/stabilize-hashJussi Pakkanen
2020-11-18mtest: cleanup and fix print_statsPaolo Bonzini
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen
2020-11-17Collect and return clang-format's return codeFlorian Schmaus
2020-11-17Fix clang-tidy return value reporting (Part Ⅱ)Florian Schmaus
2020-11-17doc: add much-needed accuracy to pip installation instructions [skip ci]Eli Schwartz
2020-11-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall
2020-11-17add warning for projects with manually specified -WerrorEli Schwartz
2020-11-15ninjabackend: stabilize order of dependencies and order-only dependenciesPaolo Bonzini
2020-11-15stabilize iteration order for dictionariesPaolo Bonzini
2020-11-15stabilize sets that are converted to listsPaolo Bonzini
2020-11-15mtest: switch to asyncio subprocessesPaolo Bonzini
2020-11-15mtest: use ProactorEventLoopPaolo Bonzini
2020-11-15mtest: improve handling of SIGINT and SIGTERMPaolo Bonzini
2020-11-15mtest: remove usage of executorsPaolo Bonzini
2020-11-15mtest: add INTERRUPT to TestResultPaolo Bonzini
2020-11-15mtest: always ignore ProcessLookupErrorPaolo Bonzini
2020-11-15mtest: refactor _run_cmdPaolo Bonzini
2020-11-15mtest: add back SIGINT handlingPaolo Bonzini
2020-11-15mtest: use asyncio for run loopPaolo Bonzini
2020-11-15mtest: remove run_specialPaolo Bonzini
2020-11-15mtest: fix flake8 issuesPaolo Bonzini
2020-11-14Add doc on how to add the [provide] entry to wrapdb entries. [skip ci]Jussi Pakkanen
2020-11-14Merge pull request #7843 from dcbaker/submit/rustc-fixesJussi Pakkanen