aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-23mtest: do not process zero byte reads in read_decode()mtesttempHemmo Nieminen1-4/+5
2022-03-23mtest: enable access to the console logger instanceHemmo Nieminen1-3/+7
2022-03-23mtest: store all test results directly to TestRunHemmo Nieminen1-60/+57
2022-03-23mtest: store test output directly to a TestRun objectHemmo Nieminen1-33/+48
2022-03-23mtest: print only one empty line before test summaryHemmo Nieminen1-1/+0
2022-03-23mlog: add support for italic/emphasized text in AnsiTextHemmo Nieminen1-0/+3
2022-03-23mtest: improve text test log formattingHemmo Nieminen1-13/+17
2022-03-23mtest: differentiate stdout and stderr in test log text filesHemmo Nieminen1-2/+7
2022-03-23mtest: print "live" test output when verbose with only 1 testHemmo Nieminen1-0/+2
2022-03-23mtest: remove unused arguments from read_decode_lines()Hemmo Nieminen1-7/+5
2022-03-23mtest: introduce get_test_num_prefix() helper functionHemmo Nieminen1-5/+6
2022-03-23mtest: split TestRun's get_details() to multiple functionsHemmo Nieminen1-5/+11
2022-03-23mtest: make ConsoleLogger's detail property a functionHemmo Nieminen1-8/+7
2022-03-23mtest: show "timed out" messages with --print-errorlogs optionHemmo Nieminen1-1/+2
2022-03-23mtest: fix a couple of minor whitespace / typing issuesHemmo Nieminen1-5/+9
2022-03-22interpreter: Make compiler options per-subprojectXavier Claessens9-7/+67
2022-03-22coredata: Do not forget subproject's default_optionsXavier Claessens1-6/+9
2022-03-22OptionOverrideProxy: Handle per-subproject optionsXavier Claessens2-17/+25
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens14-74/+70
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens5-25/+18
2022-03-22unittests: Fix rpath tests no nixosDylan Baker1-0/+3
2022-03-22envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfigDylan Baker1-0/+1
2022-03-22tests/common/44: Prepend to PKG_CONFIG_PATh instead of replacing itDylan Baker2-4/+10
2022-03-22tests/linuxlike: prepend rather than override PKG_CONFIG_PATHDylan Baker1-5/+17
2022-03-22tests/linuxlike: Honor PKG_CONFIG envvarDylan Baker1-14/+16
2022-03-22compilers: fix mypy warning in Rust detectionDylan Baker1-0/+1
2022-03-22Add ability to add resources to jarsTristan Partin9-7/+101
2022-03-22Bump version number for new development.Jussi Pakkanen1-1/+1
2022-03-21Prepare the 0.62.0 release.0.62.0Jussi Pakkanen34-373/+412
2022-03-21Merge pull request #10147 from dcbaker/submit/structured-sources-subdirJussi Pakkanen13-20/+54
2022-03-21tests/rust: renumber structred sources testDylan Baker10-0/+0
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker5-4/+42
2022-03-20modules/rust: set bindgen include_dirs for both build and source dirDylan Baker1-1/+2
2022-03-20docs: fix incorrect default for test is_parallelEli Schwartz1-1/+1
2022-03-18structured_sources: fix subdir handlingDylan Baker3-16/+12
2022-03-18gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz1-3/+3
2022-03-18tests: make python2 dependency on 32-bit windows non-fatalEli Schwartz1-6/+18
2022-03-17tests: don't skip python version tests if python is found but its dep is brokenEli Schwartz1-10/+6
2022-03-16unittests: convert python tests to project testsEli Schwartz7-39/+15
2022-03-16fix detection of language standard library pathsPaolo Bonzini2-20/+10
2022-03-16coredata: be even more robust on unpickling errorsPaolo Bonzini1-1/+1
2022-03-16python: Remove warning about invalid install pathXavier Claessens1-9/+0
2022-03-15Bump version number for rc2.0.62.0rc2Jussi Pakkanen1-1/+1
2022-03-15Revert "devenv: Set PYTHONPATH where we install python modules"Eli Schwartz8-94/+7
2022-03-14sourceset: reorder fields in SourceSetRulePaolo Bonzini1-10/+10
2022-03-14sourceset: document fields of SourceSetRulePaolo Bonzini1-0/+12
2022-03-14sourceset: improve typing of SourceSetRulePaolo Bonzini1-2/+2
2022-03-14sourceset: reinstate extra_depsPaolo Bonzini2-4/+6
2022-03-14sourceset: rename "dependencies" fields to depsPaolo Bonzini1-6/+6
2022-03-13gnome module: fix crash due to misused function while generating gir commandEli Schwartz1-3/+3