aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger1-2/+16
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 Bonzini1-14/+29
2021-01-06mtest: remove argument to the TAPParser constructorPaolo Bonzini1-6/+3
2021-01-06mtest: allow parsing TAP line by linePaolo Bonzini1-63/+68
2021-01-05modules: Add an unstable-rust moduleDylan Baker1-0/+137
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 Baker3-2/+46
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-04Merge pull request #8080 from dcbaker/submit/option-key-typeJussi Pakkanen52-990/+1228
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 Baker31-313/+277
2021-01-04use OptionKey for builtin and base optionsDylan Baker31-396/+406
2021-01-04move OptionKey to mesonlibDylan Baker17-235/+237
2021-01-04use OptionKey for compiler_optionsDylan Baker24-292/+359
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger1-8/+29
2021-01-04Add choices to OptionProxyDylan Baker4-25/+26
2021-01-04use new optionkey.is_* methodsDylan Baker3-3/+3
2021-01-04coredata: Add a type to the OptionKeyDylan Baker1-18/+43
2021-01-04use OptionKey for backend_optionsDylan Baker6-21/+20
2021-01-04use OptionKey for coredata.user_optionsDylan Baker6-18/+34
2021-01-04movve insert_build_prefix to mconfDylan Baker2-9/+8
2021-01-04use the OptionKey type for command line and machine filesDylan Baker5-123/+110
2021-01-04coredata: Add OptionKey typeDylan Baker1-0/+169
2020-12-30Handle uppercase dependency names in wraps.Jussi Pakkanen1-2/+5
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger1-0/+14
2020-12-29Only do module scanning if C++ version is latest.Jussi Pakkanen1-0/+2
2020-12-29Implement support of dlang -makedeps switch (#8119)Remi Thebault2-3/+32
2020-12-28Fix network path output in ninja backend on WindowsSamuel Longchamps1-0/+7
2020-12-28Incorrect source-build directory error when using network paths on WindowsSamuel Longchamps1-2/+5
2020-12-28Merge pull request #8001 from bonzini/mtest-asyncioJussi Pakkanen2-179/+368