aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-11move CMAKE_PREFIX_PATH env var handling to environmentDylan Baker2-24/+20
2021-01-11dependencies/mpi: Add a type annotationDylan Baker1-1/+1
2021-01-11import MachineChoice from mesonlibDylan Baker2-2/+2
2021-01-11unittests: Clang on windows can use either ld or link.exeDylan Baker1-2/+4
2021-01-11Add Chicken-Libraries to Users.md (#8180)Michael Brockus1-0/+1
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger7-5/+35
2021-01-10Merge pull request #8029 from bonzini/mtest-asyncio-nextJussi Pakkanen2-330/+466
2021-01-10Hotdoc: use template for Commands.md instead of generating the entire file (#...Eli Schwartz4-102/+38
2021-01-09ci: Run github workflows on stable branches tooNirbheek Chauhan2-0/+4
2021-01-09ci: Fix pip installation in Cygwin on AzureNirbheek Chauhan1-1/+1
2021-01-07mtest: print TAP subtest countPaolo Bonzini1-2/+15
2021-01-07mtest: print time that the test has been runningPaolo Bonzini1-4/+18
2021-01-07mtest: align decimal point of test durationsPaolo Bonzini1-2/+9
2021-01-07mtest: create runners in advancePaolo Bonzini1-17/+24
2021-01-07mtest: move timeout message to ConsoleLoggerPaolo Bonzini1-0/+4
2021-01-07mtest: store timeout in TestRunPaolo Bonzini1-13/+13
2021-01-07mtest: add more formatting options to TestHarness.formatPaolo Bonzini1-15/+34
2021-01-07mtest: align correctly tests with wide Unicode charactersPaolo Bonzini1-3/+13
2021-01-07mtest: make test output parsing asynchronousPaolo Bonzini1-22/+34
2021-01-07mtest: move Rust parsing inside TestRunPaolo Bonzini1-41/+40
2021-01-07mtest: read test stdout/stderr via asyncio pipesPaolo Bonzini1-21/+29
2021-01-07mtest: do not wait inside _run_subprocessPaolo Bonzini1-66/+81
2021-01-07mtest: handle should_fail in common codePaolo Bonzini1-10/+4
2021-01-07mtest: reorder arguments to "complete"Paolo Bonzini1-6/+6
2021-01-07mtest: improve JUnit XML generation for TAP testsuitesPaolo Bonzini1-46/+52
2021-01-07mtest: improvements to JUnit XML generationPaolo Bonzini1-6/+8
2021-01-07mtest: extract TAP parsing out of TestRun.make_tapPaolo Bonzini1-44/+53
2021-01-07mtest/TAPParser: use typing.NamedTuplePaolo Bonzini2-35/+50
2021-01-06mtest: remove argument to the TAPParser constructorPaolo Bonzini2-8/+5
2021-01-06mtest: allow parsing TAP line by linePaolo Bonzini1-63/+68
2021-01-06Merge pull request #7860 from dcbaker/wip/2020-10/rust-moduleJussi Pakkanen16-51/+364
2021-01-05update codeowners with the rust moduleDylan Baker1-0/+1
2021-01-05modules: Add an unstable-rust moduleDylan Baker9-27/+229
2021-01-05Fix last mention of Python 3.5. [skip ci]Jussi Pakkanen1-49/+56
2021-01-05interpreter: split code that creates a Test instanceDylan Baker1-5/+8
2021-01-05interpreter: allow modules to create testsDylan Baker1-0/+2
2021-01-05mtest: Add support for rust unit testsDylan Baker7-2/+107
2021-01-05mtest: Handle subtest results as a dictDylan Baker1-17/+17
2021-01-04fix: llvm toolset is "ClangCL" in VS2019.Luke Elliott1-1/+1
2021-01-04unit:cpp17: make C++17 test stricter checkMichael Hirsch1-5/+27
2021-01-04Merge pull request #8080 from dcbaker/submit/option-key-typeJussi Pakkanen54-1082/+1341
2021-01-04mintro: fix mypy warningDylan Baker1-4/+4
2021-01-04fix LGTM warningsDylan Baker5-9/+8
2021-01-04Use a single coredata dictionary for optionsDylan Baker33-357/+322
2021-01-04use OptionKey for builtin and base optionsDylan Baker32-431/+444
2021-01-04move OptionKey to mesonlibDylan Baker19-238/+240
2021-01-04use OptionKey for compiler_optionsDylan Baker26-317/+382
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger9-8/+80
2021-01-04Add choices to OptionProxyDylan Baker4-25/+26
2021-01-04use new optionkey.is_* methodsDylan Baker3-3/+3