aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-17Fix cases where text leaks to stdout in unit tests.testsilencingJussi Pakkanen1-2/+2
2021-01-17external_project: Write output in log files when not verboseXavier Claessens1-2/+7
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
2021-01-12Merge pull request #8159 from dcbaker/submit/all-env-variables-up-frontJussi Pakkanen16-356/+269
2021-01-12Interpreter: Fix nested subsubproject detectionXavier Claessens7-38/+26
2021-01-11CI: fix arch linux tests failing to install wxgtkEli Schwartz1-1/+1
2021-01-11make some Environment methods protectedDylan Baker1-5/+5
2021-01-11clean up get_env_var_pairDylan Baker1-14/+8
2021-01-11move get_env_var_pair to environmentDylan Baker2-38/+32
2021-01-11boost: default machine file properties to env var valuesDylan Baker4-59/+37
2021-01-11Move BinaryTable environment lookups to EnvironmentDylan Baker3-65/+57
2021-01-11pull env to program mappings out of BinaryType classDylan Baker2-49/+49
2021-01-11move handling of CFLAGS and friends to environmentDylan Baker6-111/+72
2021-01-11use PEP8 style naming for LANGUAGES_USING_* as wellDylan Baker3-7/+7
2021-01-11rename cflags_mapping to CFLAGS_MAPPINGDylan Baker3-19/+23
2021-01-11dependencies: Don't read PKG_CONFIG_PATH from the env againDylan Baker1-10/+2
2021-01-11move CMAKE_PREFIX_PATH env var handling to environmentDylan Baker2-24/+20
2021-01-11dependencies/mpi: Add a type annotationDylan Baker1-1/+1
2021-01-11import MachineChoice from mesonlibDylan Baker2-2/+2
2021-01-11unittests: Clang on windows can use either ld or link.exeDylan Baker1-2/+4
2021-01-11doc: fix invalid Commands.md example for introspect [skip ci]Eli Schwartz1-1/+1
2021-01-11Add Chicken-Libraries to Users.md (#8180)Michael Brockus1-0/+1
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger7-5/+35
2021-01-10Merge pull request #8029 from bonzini/mtest-asyncio-nextJussi Pakkanen2-330/+466
2021-01-10Hotdoc: use template for Commands.md instead of generating the entire file (#...Eli Schwartz4-102/+38
2021-01-09ci: Run github workflows on stable branches tooNirbheek Chauhan2-0/+4
2021-01-09ci: Fix pip installation in Cygwin on AzureNirbheek Chauhan1-1/+1
2021-01-07mtest: print TAP subtest countPaolo Bonzini1-2/+15
2021-01-07mtest: print time that the test has been runningPaolo Bonzini1-4/+18