summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not store config parser object in Wrap object. Closes: #7920.fix7920Jussi Pakkanen2021-01-171-11/+11
* external_project: Write output in log files when not verboseXavier Claessens2021-01-171-2/+7
* mtest: allow quickly interrupting the test runPaolo Bonzini2021-01-142-5/+22
* mtest: fix flake8Paolo Bonzini2021-01-141-2/+2
* coredata: Add missing nopromote wrap_mode choiceXavier Claessens2021-01-142-1/+7
* Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen2021-01-1411-161/+238
|\
| * run_mypy: add minstallDylan Baker2021-01-131-0/+1
| * minstall: Fix signature of monkeypatched os.chownDylan Baker2021-01-131-3/+12
| * minstall: Pass destdir and fullprefix instead of adding them to instanceDylan Baker2021-01-131-25/+25
| * minstall: Pass DirMaker separately instead of adding to instanceDylan Baker2021-01-131-24/+23
| * minstall: Add type annotationsDylan Baker2021-01-131-31/+64
| * backends/backends: Add type annotations for InstallDataDylan Baker2021-01-131-27/+36
| * build/interpreter: Split InstallDir to fix layering violationDylan Baker2021-01-134-33/+44
| * build: Add some type annotationsDylan Baker2021-01-132-12/+20
| * build/interperter: Add annotations and move input validation to interpreterDylan Baker2021-01-135-17/+20
| * minstall: fix importsDylan Baker2021-01-131-6/+10
| * scripts/depfixer: make rpaths_dirs_to_remove a setDylan Baker2021-01-131-4/+4
* | Add qtcreator to IDE-integration.mdgaal-dev2021-01-141-0/+1
* | Fix misspellsAntonin Décimo2021-01-1340-67/+67
* | gen_data.py: even more sortingEli Schwartz2021-01-132-97/+97
* | summary: align left, not align middleEli Schwartz2021-01-124-21/+25
* | gen_data.py: sort files when generating mesondataEli Schwartz2021-01-122-112/+112
|/
* dependencies: use env.machines for is_$os methodsDylan Baker2021-01-121-7/+7
* Allow '//' as project function id due to git bash path conversion.Luke Elliott2021-01-128-6/+49
* Merge pull request #8159 from dcbaker/submit/all-env-variables-up-frontJussi Pakkanen2021-01-1216-356/+269
|\
| * make some Environment methods protectedDylan Baker2021-01-111-5/+5
| * clean up get_env_var_pairDylan Baker2021-01-111-14/+8
| * move get_env_var_pair to environmentDylan Baker2021-01-112-38/+32
| * boost: default machine file properties to env var valuesDylan Baker2021-01-114-59/+37
| * Move BinaryTable environment lookups to EnvironmentDylan Baker2021-01-113-65/+57
| * pull env to program mappings out of BinaryType classDylan Baker2021-01-112-49/+49
| * move handling of CFLAGS and friends to environmentDylan Baker2021-01-116-111/+72
| * use PEP8 style naming for LANGUAGES_USING_* as wellDylan Baker2021-01-113-7/+7
| * rename cflags_mapping to CFLAGS_MAPPINGDylan Baker2021-01-113-19/+23
| * dependencies: Don't read PKG_CONFIG_PATH from the env againDylan Baker2021-01-111-10/+2
| * move CMAKE_PREFIX_PATH env var handling to environmentDylan Baker2021-01-112-24/+20
| * dependencies/mpi: Add a type annotationDylan Baker2021-01-111-1/+1
| * import MachineChoice from mesonlibDylan Baker2021-01-112-2/+2
| * unittests: Clang on windows can use either ld or link.exeDylan Baker2021-01-111-2/+4
* | Interpreter: Fix nested subsubproject detectionXavier Claessens2021-01-127-38/+26
* | CI: fix arch linux tests failing to install wxgtkEli Schwartz2021-01-111-1/+1
* | doc: fix invalid Commands.md example for introspect [skip ci]Eli Schwartz2021-01-111-1/+1
|/
* Add Chicken-Libraries to Users.md (#8180)Michael Brockus2021-01-111-0/+1
* cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger2021-01-107-5/+35
* Merge pull request #8029 from bonzini/mtest-asyncio-nextJussi Pakkanen2021-01-102-330/+466
|\
| * mtest: print TAP subtest countPaolo Bonzini2021-01-071-2/+15
| * mtest: print time that the test has been runningPaolo Bonzini2021-01-071-4/+18
| * mtest: align decimal point of test durationsPaolo Bonzini2021-01-071-2/+9
| * mtest: create runners in advancePaolo Bonzini2021-01-071-17/+24
| * mtest: move timeout message to ConsoleLoggerPaolo Bonzini2021-01-071-0/+4