aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-21mlog: add __str__ method to AnsiDecoratorPaolo Bonzini3-19/+7
2021-01-20external_project: Log configure commandXavier Claessens1-0/+4
2021-01-20MSVC and Clang-Cl Compiler Argument CleanupMarios Staikopoulos2-27/+22
2021-01-20Avoid accidental use of STANDALONE_WASM mode on compiler testsBrion Vibber1-1/+1
2021-01-20Added "How do I use a library before declaring it?" in the FAQ.Volker Weißmann1-0/+17
2021-01-20Merge pull request #8225 from bonzini/mtest-asyncio-cleanupsJussi Pakkanen1-151/+232
2021-01-20unittests: Remove double install for case 10Fini Jastrow1-5/+2
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow8-19/+86
2021-01-20Merge pull request #8158 from dcbaker/submit/rust-generated-mainJussi Pakkanen5-22/+70
2021-01-20mtest: collect stdout/stderr even in verbose modePaolo Bonzini1-14/+27
2021-01-19Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen5-60/+86
2021-01-19backend/ninja: Add order dependencies for generated sources in rustDylan Baker1-2/+5
2021-01-19rust: Accept generated sources for main.rsDylan Baker4-8/+60
2021-01-19Replace NinjaBackend is_rust_target with build.uses_rustDylan Baker3-12/+5
2021-01-18Fix cases where text leaks to stdout in unit tests.Jussi Pakkanen1-2/+2
2021-01-17Do not store config parser object in Wrap object. Closes: #7920.Jussi Pakkanen1-11/+11
2021-01-17Removal of /ZI on MSVC DebugMarios Staikopoulos3-6/+21
2021-01-17external_project: Write output in log files when not verboseXavier Claessens1-2/+7
2021-01-15mtest: move I/O handling to TestSubprocessPaolo Bonzini1-36/+44
2021-01-15mtest: tweak the gathering of stdo_task/stde_task resultsPaolo Bonzini1-9/+14
2021-01-15mtest: disable the progress report in gdb modePaolo Bonzini1-3/+5
2021-01-15mtest: introduce ConsoleUserPaolo Bonzini1-2/+22
2021-01-15mtest: turn TestRun into a hierarchyPaolo Bonzini1-91/+128
2021-01-15mtest: pass command line to TestRun.startPaolo Bonzini1-18/+16
2021-01-15mtest: add complete_skip to TestRunPaolo Bonzini1-1/+4
2021-01-15mtest: simplify complete_exitcodePaolo Bonzini1-8/+5
2021-01-15mtest: store the environment in the TestRunPaolo Bonzini1-1/+1
2021-01-15mtest: do not print time out message twicePaolo Bonzini1-2/+0
2021-01-14mtest: allow quickly interrupting the test runPaolo Bonzini2-5/+22
2021-01-14mtest: fix flake8Paolo Bonzini1-2/+2
2021-01-14coredata: Add missing nopromote wrap_mode choiceXavier Claessens2-1/+7
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen11-161/+238
2021-01-14Add qtcreator to IDE-integration.mdgaal-dev1-0/+1
2021-01-13run_mypy: add minstallDylan Baker1-0/+1
2021-01-13minstall: Fix signature of monkeypatched os.chownDylan Baker1-3/+12
2021-01-13minstall: Pass destdir and fullprefix instead of adding them to instanceDylan Baker1-25/+25
2021-01-13minstall: Pass DirMaker separately instead of adding to instanceDylan Baker1-24/+23
2021-01-13minstall: Add type annotationsDylan Baker1-31/+64
2021-01-13backends/backends: Add type annotations for InstallDataDylan Baker1-27/+36
2021-01-13build/interpreter: Split InstallDir to fix layering violationDylan Baker4-33/+44
2021-01-13build: Add some type annotationsDylan Baker2-12/+20
2021-01-13build/interperter: Add annotations and move input validation to interpreterDylan Baker5-17/+20
2021-01-13minstall: fix importsDylan Baker1-6/+10
2021-01-13scripts/depfixer: make rpaths_dirs_to_remove a setDylan Baker1-4/+4
2021-01-13Fix misspellsAntonin Décimo40-67/+67
2021-01-13gen_data.py: even more sortingEli Schwartz2-97/+97
2021-01-12summary: align left, not align middleEli Schwartz4-21/+25
2021-01-12gen_data.py: sort files when generating mesondataEli Schwartz2-112/+112
2021-01-12dependencies: use env.machines for is_$os methodsDylan Baker1-7/+7
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott8-6/+49