aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-30Rewrap long text lines in docs. [skip ci]docrewrapJussi Pakkanen100-2649/+3563
2021-01-30Merge pull request #8200 from bonzini/mtest-asyncio-logsJussi Pakkanen3-116/+264
2021-01-30Fix executable as script on WindowsXavier Claessens13-81/+103
2021-01-29Change the Eoan CI to ubuntu rolling ciDylan Baker5-10/+7
2021-01-29workflows/os_comp: Don't run if there aren't relavent changesDylan Baker1-1/+13
2021-01-29CI: arch: get hotdoc from official reposEli Schwartz1-2/+2
2021-01-29CI: arch: remove duplicate package from listEli Schwartz1-1/+1
2021-01-29Can read project version from a file.Jussi Pakkanen6-6/+47
2021-01-28xcode-backend: fix include pathsJeff Moguillansky1-0/+3
2021-01-27intepreter: Allow using file objects for the script_name of add_*_scriptDylan Baker6-10/+58
2021-01-27custom_target: Add env kwargXavier Claessens10-9/+37
2021-01-27test: Make timeout <= 0 infinite duractionXavier Claessens4-10/+28
2021-01-26dist: Use windows_proof_rmtree() instead of shutil.rmtree()Xavier Claessens1-4/+4
2021-01-26dist: Allow packaging subproject in same git repo as main projectXavier Claessens4-21/+107
2021-01-26do not require git installed in order to use wrapsEli Schwartz1-1/+3
2021-01-26docs: Fix sentence in Machine-files.md [skip ci]Florian Schmaus1-1/+1
2021-01-26Warn about .C and .H files (#8249)Volker-Weissmann1-0/+7
2021-01-25Merge pull request #8236 from dcbaker/submit/rust-fix-generated-sources-in-su...Jussi Pakkanen5-4/+31
2021-01-25Add ARM64EC as a new conceptual cpu type of arm64Ben Niu1-1/+7
2021-01-23Merge pull request #8226 from jonaslb/fortranstaticJussi Pakkanen9-13/+94
2021-01-23docs: Fix typo in Syntax.md [skip ci]Evgeny Ermakov1-1/+1
2021-01-23split mesonlib into a packageDylan Baker14-63/+281
2021-01-22docs: add documentation snippet for meson test console output changesPaolo Bonzini1-0/+29
2021-01-22mtest: log individual TAP subtestsPaolo Bonzini1-11/+34
2021-01-22mtest: infrastructure to print subtest resultsPaolo Bonzini1-7/+18
2021-01-22mtest: move --print-errorlogs output during the test runPaolo Bonzini1-18/+13
2021-01-22mtest: log test start in verbose modePaolo Bonzini1-13/+37
2021-01-22mtest: call TestLogger.start_test when TestRun is in the RUNNING statePaolo Bonzini1-8/+13
2021-01-22mtest: use buffered stdout/stderr in parallel modePaolo Bonzini1-2/+5
2021-01-22mtest: quote environment variable values and command line argumentsPaolo Bonzini1-2/+9
2021-01-22mtest: include full environment in the TestRun objectPaolo Bonzini1-32/+34
2021-01-22mtest: make log output more suitable for consolePaolo Bonzini1-37/+74
2021-01-22mtest: small refactoring of log printingPaolo Bonzini1-23/+34
2021-01-22mtest: log in verbose mode, but not in gdb modePaolo Bonzini1-1/+1
2021-01-22unittests: use utf-8 encoding for child processesPaolo Bonzini1-0/+1
2021-01-21tests/rust: Add a generated library to generated main testDylan Baker4-1/+19
2021-01-21ninjabackend: Correctly reference custom_target outputs in subdirs with rustDylan Baker1-1/+1
2021-01-21tests/rust: Add subdir to generated sources testDylan Baker2-2/+11
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini7-8/+60
2021-01-21mlog: add __len__ to AnsiDecoratorPaolo Bonzini2-9/+4
2021-01-21mlog: add __str__ method to AnsiDecoratorPaolo Bonzini3-19/+7
2021-01-21Add fortran test with an install:yes static libraryJonas Lundholm Bertelsen6-0/+74
2021-01-21Unity build reverts to normal for fortran fixJonas Lundholm Bertelsen2-7/+10
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