aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-20Bump to 0.57.1 for release0.57.1Nirbheek Chauhan2-2/+2
2021-02-20Fix combining C and Fortran. Closes #8377.Jussi Pakkanen3-4/+23
2021-02-20Fix TAP parser when test exits with statusLuke Drummond3-1/+12
2021-02-20Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker4-16/+41
2021-02-20environment: Allow setting build options in cross filesDylan Baker1-4/+11
2021-02-20allow build.b_* optionsDylan Baker2-2/+6
2021-02-20Disable failing Cygwin GIR test.Jussi Pakkanen6-0/+22
2021-02-20Don't access other enum members from selfMiro Hrončok1-3/+4
2021-02-20ci: Fix failure in unit tests with vs backendXavier Claessens2-3/+3
2021-02-20mtest: use / as path separator for ninja targetsPaolo Bonzini1-1/+7
2021-02-20compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker4-8/+18
2021-02-20Do not validate options when finding non-matchingDylan Baker4-5/+22
2021-02-20Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens5-3/+54
2021-02-20mconf: only print correct options in the correct sectionsDylan Baker1-2/+2
2021-02-20Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker6-8/+60
2021-02-20Small patch to unittests to initialize CUDA compiler correctly.Olexa Bilaniuk1-1/+1
2021-02-20Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.Olexa Bilaniuk2-8/+33
2021-02-20Armour-grade quoting to account for NVCC's -Xcompiler peculiarities.Olexa Bilaniuk1-14/+84
2021-02-20Extensive rewrite of GCC/MVSC flag translation to NVCC flags.Olexa Bilaniuk1-31/+313
2021-02-20Add default debug flags for two configurations to NVCC.Olexa Bilaniuk1-2/+2
2021-02-20CUDA Toolkit 11.2.1 has been released, update version tableOlexa Bilaniuk1-1/+2
2021-02-20Fix VS C++ module support.Jussi Pakkanen1-1/+2
2021-02-20Fix destdir detection for installation via polkitXℹ Ruoyao1-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