aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Fix last mention of Python 3.5. [skip ci]verfixJussi Pakkanen1-49/+56
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
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 Baker7-22/+39
2021-01-04movve insert_build_prefix to mconfDylan Baker2-9/+8
2021-01-04use the OptionKey type for command line and machine filesDylan Baker6-124/+111
2021-01-04coredata: Add OptionKey typeDylan Baker1-0/+169
2021-01-04run_unittests: Add fatal-warnings to test_command_lineDylan Baker1-8/+9
2021-01-04run_unittests: make another test inprocess safeDylan Baker1-2/+6
2021-01-04run_unittests: Make test_command_line safe witn inprocessDylan Baker1-14/+27
2021-01-03doc: restore accidentally removed images used in Getting-meson.md [skip ci]Eli Schwartz3-0/+0
2020-12-30Handle uppercase dependency names in wraps.Jussi Pakkanen6-2/+35
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger3-0/+33
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
2020-12-28Fix missed imports in #7902wereii1-0/+3
2020-12-27mtest: flush progress report before warningPaolo Bonzini1-4/+14
2020-12-27mtest: flush stdout after printing test resultsPaolo Bonzini1-1/+1
2020-12-27mtest: add progress reportPaolo Bonzini2-1/+116
2020-12-27mtest: merge print_stats and process_test_resultPaolo Bonzini1-7/+5
2020-12-27mtest: convert console output to TestLoggerPaolo Bonzini1-26/+26
2020-12-27mtest: convert logfile to TestLoggerPaolo Bonzini1-35/+33
2020-12-27mtest: convert jsonlogfile to TestLoggerPaolo Bonzini1-20/+27
2020-12-27mtest: introduce TestLoggerPaolo Bonzini1-10/+28
2020-12-27mtest: do not use __del__Paolo Bonzini1-8/+8
2020-12-27mtest: remove collected_logsPaolo Bonzini1-25/+33
2020-12-27mtest: use backslash replace when printing error logsPaolo Bonzini1-1/+1
2020-12-27mtest: improve colorizationPaolo Bonzini1-10/+14
2020-12-27mtest: store TestRuns in collected_failuresPaolo Bonzini1-13/+24
2020-12-27mtest: add test methods to TestResultPaolo Bonzini1-7/+11
2020-12-27mtest: move test_count and name_max_len to TestHarness classPaolo Bonzini1-9/+10
2020-12-27mtest: add name and number to TestRunPaolo Bonzini1-23/+33
2020-12-27mtest: create TestRun object early onPaolo Bonzini1-47/+52
2020-12-25Extend the C++ module scanner to handle Fortran, too.Jussi Pakkanen2-54/+177
2020-12-22mdist: Print file path at the end of run() instead of in create_hash().Aman Verma1-1/+1