aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-12Keep buildtype the same even if user changes debug and/or optimization.buildtyperemainsJussi Pakkanen4-60/+53
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
2021-01-07mtest: align decimal point of test durationsPaolo Bonzini1-2/+9
2021-01-07mtest: create runners in advancePaolo Bonzini1-17/+24
2021-01-07mtest: move timeout message to ConsoleLoggerPaolo Bonzini1-0/+4
2021-01-07mtest: store timeout in TestRunPaolo Bonzini1-13/+13
2021-01-07mtest: add more formatting options to TestHarness.formatPaolo Bonzini1-15/+34
2021-01-07mtest: align correctly tests with wide Unicode charactersPaolo Bonzini1-3/+13
2021-01-07mtest: make test output parsing asynchronousPaolo Bonzini1-22/+34
2021-01-07mtest: move Rust parsing inside TestRunPaolo Bonzini1-41/+40
2021-01-07mtest: read test stdout/stderr via asyncio pipesPaolo Bonzini1-21/+29
2021-01-07mtest: do not wait inside _run_subprocessPaolo Bonzini1-66/+81
2021-01-07mtest: handle should_fail in common codePaolo Bonzini1-10/+4
2021-01-07mtest: reorder arguments to "complete"Paolo Bonzini1-6/+6
2021-01-07mtest: improve JUnit XML generation for TAP testsuitesPaolo Bonzini1-46/+52
2021-01-07mtest: improvements to JUnit XML generationPaolo Bonzini1-6/+8
2021-01-07mtest: extract TAP parsing out of TestRun.make_tapPaolo Bonzini1-44/+53
2021-01-07mtest/TAPParser: use typing.NamedTuplePaolo Bonzini2-35/+50
2021-01-06mtest: remove argument to the TAPParser constructorPaolo Bonzini2-8/+5
2021-01-06mtest: allow parsing TAP line by linePaolo Bonzini1-63/+68
2021-01-06Merge pull request #7860 from dcbaker/wip/2020-10/rust-moduleJussi Pakkanen16-51/+364
2021-01-05update codeowners with the rust moduleDylan Baker1-0/+1
2021-01-05modules: Add an unstable-rust moduleDylan Baker9-27/+229
2021-01-05Fix last mention of Python 3.5. [skip ci]Jussi Pakkanen1-49/+56