summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-20external_project: Log configure commandXavier Claessens
2021-01-20MSVC and Clang-Cl Compiler Argument CleanupMarios Staikopoulos
2021-01-20Avoid accidental use of STANDALONE_WASM mode on compiler testsBrion Vibber
2021-01-20Added "How do I use a library before declaring it?" in the FAQ.Volker Weißmann
2021-01-20Merge pull request #8225 from bonzini/mtest-asyncio-cleanupsJussi Pakkanen
2021-01-20unittests: Remove double install for case 10Fini Jastrow
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow
2021-01-20Merge pull request #8158 from dcbaker/submit/rust-generated-mainJussi Pakkanen
2021-01-20mtest: collect stdout/stderr even in verbose modePaolo Bonzini
2021-01-19Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen
2021-01-19backend/ninja: Add order dependencies for generated sources in rustDylan Baker
2021-01-19rust: Accept generated sources for main.rsDylan Baker
2021-01-19Replace NinjaBackend is_rust_target with build.uses_rustDylan Baker
2021-01-18Fix cases where text leaks to stdout in unit tests.Jussi Pakkanen
2021-01-17Do not store config parser object in Wrap object. Closes: #7920.Jussi Pakkanen
2021-01-17Removal of /ZI on MSVC DebugMarios Staikopoulos
2021-01-17external_project: Write output in log files when not verboseXavier Claessens
2021-01-15mtest: move I/O handling to TestSubprocessPaolo Bonzini
2021-01-15mtest: tweak the gathering of stdo_task/stde_task resultsPaolo Bonzini
2021-01-15mtest: disable the progress report in gdb modePaolo Bonzini
2021-01-15mtest: introduce ConsoleUserPaolo Bonzini
2021-01-15mtest: turn TestRun into a hierarchyPaolo Bonzini
2021-01-15mtest: pass command line to TestRun.startPaolo Bonzini
2021-01-15mtest: add complete_skip to TestRunPaolo Bonzini
2021-01-15mtest: simplify complete_exitcodePaolo Bonzini
2021-01-15mtest: store the environment in the TestRunPaolo Bonzini
2021-01-15mtest: do not print time out message twicePaolo Bonzini
2021-01-14mtest: allow quickly interrupting the test runPaolo Bonzini
2021-01-14mtest: fix flake8Paolo Bonzini
2021-01-14coredata: Add missing nopromote wrap_mode choiceXavier Claessens
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen
2021-01-14Add qtcreator to IDE-integration.mdgaal-dev
2021-01-13run_mypy: add minstallDylan Baker
2021-01-13minstall: Fix signature of monkeypatched os.chownDylan Baker
2021-01-13minstall: Pass destdir and fullprefix instead of adding them to instanceDylan Baker
2021-01-13minstall: Pass DirMaker separately instead of adding to instanceDylan Baker
2021-01-13minstall: Add type annotationsDylan Baker
2021-01-13backends/backends: Add type annotations for InstallDataDylan Baker
2021-01-13build/interpreter: Split InstallDir to fix layering violationDylan Baker
2021-01-13build: Add some type annotationsDylan Baker
2021-01-13build/interperter: Add annotations and move input validation to interpreterDylan Baker
2021-01-13minstall: fix importsDylan Baker
2021-01-13scripts/depfixer: make rpaths_dirs_to_remove a setDylan Baker
2021-01-13Fix misspellsAntonin Décimo
2021-01-13gen_data.py: even more sortingEli Schwartz
2021-01-12summary: align left, not align middleEli Schwartz
2021-01-12gen_data.py: sort files when generating mesondataEli Schwartz
2021-01-12dependencies: use env.machines for is_$os methodsDylan Baker
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott
2021-01-12Merge pull request #8159 from dcbaker/submit/all-env-variables-up-frontJussi Pakkanen