aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-25rename .lgtm.yml to reduce top-level directory ls clutterMichael Hirsch, Ph.D1-0/+0
2020-11-24compilers/fortran: Add "none" to intel compielrs for standardsDylan Baker1-2/+2
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini4-13/+35
2020-11-24Merge pull request #7982 from dcbaker/submit/unittest-fixupsJussi Pakkanen1-74/+55
2020-11-23add dependency recommendation [skip ci]Michael Brockus1-0/+8
2020-11-23Remove AutoDeletedDirChristoph Reiter1-16/+4
2020-11-23Replace various calls to AutoDeletedDir with TemporaryDirectoryWinProofChristoph Reiter1-6/+6
2020-11-23Add a variant of TemporaryDirectory that uses windows_proof_rmtree()Christoph Reiter2-53/+68
2020-11-22doc: fix confusing use of "build" as a directory argument [skip ci]Eli Schwartz3-9/+9
2020-11-23CI: install glib for the MSYS2 jobs to make pkgconf happyChristoph Reiter1-0/+1
2020-11-23CI: fix a typo in the msys2 workflow trigger pathsChristoph Reiter1-2/+2
2020-11-22Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanupsJussi Pakkanen3-36/+58
2020-11-22Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen46-96/+46
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand9-5/+56
2020-11-21run_project_tests: Use the test environment for install and cleanJason Ekstrand1-2/+2
2020-11-21cmVers: use env instead of hardcoding bash locationDylan Baker1-1/+1
2020-11-21envconfig: use debug for "using * from environment variables messagesDylan Baker1-1/+1
2020-11-20setup.cfg: fix python requires to be 3.6.0Dylan Baker1-1/+1
2020-11-20setup.py: fix check fro 3.5.2 which should be 3.6Dylan Baker1-2/+2
2020-11-20Delete now dead < python 3.6 checkDylan Baker1-1/+1
2020-11-20use real pathlib moduleDylan Baker44-92/+42
2020-11-20optinterpreter: organize the validation of arguments to be more readableDylan Baker1-10/+13
2020-11-20optinterpreter: use PEP8 compliant namesDylan Baker1-10/+10
2020-11-20optinterpreter: fix value being set in loopDylan Baker1-1/+1
2020-11-20Add type annotations to optinterpreterDylan Baker2-19/+34
2020-11-20Allow setting attributes in MesonException intializerDylan Baker1-3/+7
2020-11-20run_unittests: delete test for external syntax highlightingDylan Baker1-46/+0
2020-11-18unittests: ignore nix rpathsDylan Baker1-5/+12
2020-11-18Merge pull request #7894 from obilaniu/cudaupdatesJussi Pakkanen3-58/+169
2020-11-18Merge pull request #7836 from bonzini/mtest-asyncioJussi Pakkanen1-137/+212
2020-11-18Update Tutorial.md [skip ci]Michael Brockus1-12/+38
2020-11-18Merge pull request #7900 from bonzini/stabilize-hashJussi Pakkanen5-8/+8
2020-11-18mtest: cleanup and fix print_statsPaolo Bonzini2-14/+12
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen7-53/+15
2020-11-17Collect and return clang-format's return codeFlorian Schmaus1-3/+4
2020-11-17Fix clang-tidy return value reporting (Part â…¡)Florian Schmaus1-1/+1
2020-11-17doc: add much-needed accuracy to pip installation instructions [skip ci]Eli Schwartz1-2/+7
2020-11-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall5-17/+17
2020-11-17add warning for projects with manually specified -WerrorEli Schwartz1-0/+3
2020-11-16unittests: Simplify and make test_templates more reliableDylan Baker1-46/+8
2020-11-16run_unittests: correctly handle users setting init.defaultBranchDylan Baker1-2/+18
2020-11-16run_unittests: Don't assume things are in /usr/binDylan Baker1-21/+17
2020-11-15ninjabackend: stabilize order of dependencies and order-only dependenciesPaolo Bonzini1-2/+2
2020-11-15stabilize iteration order for dictionariesPaolo Bonzini1-2/+2
2020-11-15stabilize sets that are converted to listsPaolo Bonzini3-4/+4
2020-11-15mtest: switch to asyncio subprocessesPaolo Bonzini1-35/+19
2020-11-15mtest: use ProactorEventLoopPaolo Bonzini1-0/+4
2020-11-15mtest: improve handling of SIGINT and SIGTERMPaolo Bonzini1-8/+36
2020-11-15mtest: remove usage of executorsPaolo Bonzini1-50/+76
2020-11-15mtest: add INTERRUPT to TestResultPaolo Bonzini1-21/+24