summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-05modules: Add an unstable-rust moduleDylan Baker
2021-01-05interpreter: split code that creates a Test instanceDylan Baker
2021-01-05interpreter: allow modules to create testsDylan Baker
2021-01-05mtest: Add support for rust unit testsDylan Baker
2021-01-05mtest: Handle subtest results as a dictDylan Baker
2021-01-04fix: llvm toolset is "ClangCL" in VS2019.Luke Elliott
2021-01-04unit:cpp17: make C++17 test stricter checkMichael Hirsch
2021-01-04Merge pull request #8080 from dcbaker/submit/option-key-typeJussi Pakkanen
2021-01-04mintro: fix mypy warningDylan Baker
2021-01-04fix LGTM warningsDylan Baker
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2021-01-04move OptionKey to mesonlibDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger
2021-01-04Add choices to OptionProxyDylan Baker
2021-01-04use new optionkey.is_* methodsDylan Baker
2021-01-04coredata: Add a type to the OptionKeyDylan Baker
2021-01-04use OptionKey for backend_optionsDylan Baker
2021-01-04use OptionKey for coredata.user_optionsDylan Baker
2021-01-04movve insert_build_prefix to mconfDylan Baker
2021-01-04use the OptionKey type for command line and machine filesDylan Baker
2021-01-04coredata: Add OptionKey typeDylan Baker
2021-01-04run_unittests: Add fatal-warnings to test_command_lineDylan Baker
2021-01-04run_unittests: make another test inprocess safeDylan Baker
2021-01-04run_unittests: Make test_command_line safe witn inprocessDylan Baker
2021-01-03doc: restore accidentally removed images used in Getting-meson.md [skip ci]Eli Schwartz
2020-12-30Handle uppercase dependency names in wraps.Jussi Pakkanen
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger
2020-12-29Only do module scanning if C++ version is latest.Jussi Pakkanen
2020-12-29Implement support of dlang -makedeps switch (#8119)Remi Thebault
2020-12-28Fix network path output in ninja backend on WindowsSamuel Longchamps
2020-12-28Incorrect source-build directory error when using network paths on WindowsSamuel Longchamps
2020-12-28Merge pull request #8001 from bonzini/mtest-asyncioJussi Pakkanen
2020-12-28Fix missed imports in #7902wereii
2020-12-27mtest: flush progress report before warningPaolo Bonzini
2020-12-27mtest: flush stdout after printing test resultsPaolo Bonzini
2020-12-27mtest: add progress reportPaolo Bonzini
2020-12-27mtest: merge print_stats and process_test_resultPaolo Bonzini
2020-12-27mtest: convert console output to TestLoggerPaolo Bonzini
2020-12-27mtest: convert logfile to TestLoggerPaolo Bonzini
2020-12-27mtest: convert jsonlogfile to TestLoggerPaolo Bonzini
2020-12-27mtest: introduce TestLoggerPaolo Bonzini
2020-12-27mtest: do not use __del__Paolo Bonzini
2020-12-27mtest: remove collected_logsPaolo Bonzini
2020-12-27mtest: use backslash replace when printing error logsPaolo Bonzini
2020-12-27mtest: improve colorizationPaolo Bonzini
2020-12-27mtest: store TestRuns in collected_failuresPaolo Bonzini
2020-12-27mtest: add test methods to TestResultPaolo Bonzini
2020-12-27mtest: move test_count and name_max_len to TestHarness classPaolo Bonzini