aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Fix VS C++ module support.vsmodfixJussi Pakkanen1-1/+2
2021-02-14docs: Fix typo in release notes [skip ci]Sam Thursfield1-1/+1
2021-02-14Add a release note entry for C++ modules which was missing. [skip ci]Jussi Pakkanen1-1/+8
2021-02-14Bump version for new development.Jussi Pakkanen1-1/+1
2021-02-14Set up release 0.57.0.57.0Jussi Pakkanen34-316/+355
2021-02-14aix: avoid -bsvr4 flagPeter Harris1-9/+22
2021-02-14Add custom entyr to cuda buildtype dict. Closes #8336.Jussi Pakkanen1-0/+1
2021-02-11Merge pull request #8322 from bonzini/mtest-fixesJussi Pakkanen2-44/+75
2021-02-10mtest: include classname in <testcase> JUnit elementPaolo Bonzini1-2/+4
2021-02-10mtest: cancel stdout/stderr tasks on timeoutPaolo Bonzini1-18/+35
2021-02-10mtest: clean up conditions on whether tests are run in parallelPaolo Bonzini1-10/+13
2021-02-10mtest: fix nits in printing test stdoutPaolo Bonzini1-4/+5
2021-02-09mtest: TestSetup can have [] as an exe_wrapperPaolo Bonzini2-2/+4
2021-02-09mtest: run the test output parser as a taskPaolo Bonzini1-5/+6
2021-02-09mtest: hide infinite timeout from the progress reportPaolo Bonzini1-3/+8
2021-02-09backends: Fix custom_target() with configure_file() exeXavier Claessens2-1/+7
2021-02-09backends: Always use the command returned by as_meson_exe_cmdline()Xavier Claessens2-15/+12
2021-02-09Bump version numbers for rc1.0.57.0.rc1Jussi Pakkanen2-3/+3
2021-02-09Add packaging dir to release tarball.Jussi Pakkanen1-0/+1
2021-02-09Condense test directory names in preparation for rc1.Jussi Pakkanen22-3/+3
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen5-7/+21
2021-02-07Add Qt6 moduleLuca Weiss8-5/+74
2021-02-07Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen18-21/+351
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer4-1/+16
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen6-68/+94
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen14-241/+131
2021-02-06mesonlib: Add better errormessage to typelistifyDylan Baker2-3/+3
2021-02-06ci: Add bindgen to CI imagesDylan Baker3-1/+6
2021-02-06rust: Add a module wrapper for bindgenDylan Baker11-5/+319
2021-02-06interpreter: Add annotations for CustomTargetHolderDylan Baker1-1/+1
2021-02-06build: Add type annotations for CustomTarget constructorDylan Baker1-2/+3
2021-02-06Add a method to IncludeDirs to convert to string listDylan Baker2-3/+8
2021-02-06backends/ninja: Implement linking a C ABI target into a rust targetDylan Baker1-7/+12
2021-02-06clarify some things in typed_pos_argsDylan Baker1-27/+30
2021-02-06modules/rust: use typed_pos_argsDylan Baker1-10/+5
2021-02-06interpreterbase: Add support for optional arguments to typed_pos_argsDylan Baker2-2/+98
2021-02-06interpreterbase: Add support for variadic arguments to typed_pos_argsDylan Baker2-7/+131
2021-02-06interpreterbase: Add a helper method for typing positional argumentsDylan Baker2-0/+89
2021-02-06interpreter: use noPosArgs and noKwargs instead of opencodingDylan Baker1-8/+6
2021-02-06add loongarch supportXiaotian Wu3-1/+4
2021-02-05run_unittests: fix misc lint errors due to whitespace or unused imports/argsEli Schwartz1-5/+3
2021-02-05run_unittests: fix undefined variable in error messageEli Schwartz1-1/+1
2021-02-05run_unittests: remove double definition of the same test caseEli Schwartz1-16/+0
2021-02-05tests/cmake: disable some tests that don't work correctly when cross compilingDylan Baker3-0/+12
2021-02-05unittests: fix error message stringDylan Baker1-3/+13
2021-02-05vala: Disable unity buildsDylan Baker3-14/+20
2021-02-05ninjabackend: add a few annotationsDylan Baker1-5/+7
2021-02-05ci: fix yaml syntax errorDylan Baker1-0/+1
2021-02-05ninjabackend: Remove useless call to replace_paths()Xavier Claessens2-5/+4
2021-02-05backend: Do not check for exe wrapper twiceXavier Claessens3-17/+4