aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalizationJussi Pakkanen51-174/+174
2021-01-31copy editing for 0.57 release notes [skip ci]Paolo Bonzini15-43/+46
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens5-4/+28
2021-01-30minstall: Add --destdir command line optionXavier Claessens1-0/+7
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen100-2649/+3566
2021-01-30build: add function get_build_targets to Build classJeff Moguillansky2-33/+40
2021-01-30Merge pull request #8264 from xclaesse/ep-miscJussi Pakkanen5-27/+62
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-29external_project: Add release snippetXavier Claessens1-0/+11
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-29Popen_safe: Fix stdout/stderr annotationXavier Claessens1-4/+4
2021-01-29external_project: Add default configure optionsXavier Claessens2-15/+21
2021-01-29external_project: Do not set LD in the envXavier Claessens1-1/+4
2021-01-29external_project: Improve loggingXavier Claessens2-7/+22
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