aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Clarify that wrap requests are for user submission. [skip ci]Jussi Pakkanen1-2/+9
2021-02-23mcompile: do not pass the builddir to ninja if it is the current directoryEli Schwartz1-1/+3
2021-02-23mcompile: make sure arguments are passed in the correct orderEli Schwartz1-7/+8
2021-02-23Add note about using Ninja on old Meson versions. [skip ci]Jussi Pakkanen1-1/+3
2021-02-22[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk3-0/+40
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens21-77/+195
2021-02-21docs/users: Add DOSBox StagingPatryk Obara1-0/+1
2021-02-19Fix combining C and Fortran. Closes #8377.Jussi Pakkanen3-4/+23
2021-02-19[TAP] Fix TAP parser when test exits with statusLuke Drummond3-1/+12
2021-02-19Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker4-16/+41
2021-02-18environment: Allow setting build options in cross filesDylan Baker1-4/+11
2021-02-18allow build.b_* optionsDylan Baker2-2/+6
2021-02-18compilers: clang: Drop -Xclang before -fcolor-diagnostics flagKrzysztof Małysa1-3/+3
2021-02-18Increase OpenMPI timeout to see if it fixes macOS CI test hangs.Jussi Pakkanen1-3/+3
2021-02-18Disable failing Cygwin GIR test.Jussi Pakkanen6-0/+22
2021-02-18Don't access other enum members from selfMiro Hrončok1-3/+4
2021-02-17ci: Fix failure in unit tests with vs backendXavier Claessens2-3/+3
2021-02-17unittests: expect mtest logs to be utf-8Paolo Bonzini1-7/+7
2021-02-17mtest: use / as path separator for ninja targetsPaolo Bonzini1-1/+7
2021-02-17compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker4-8/+18
2021-02-17Do not validate options when finding non-matchingDylan Baker4-5/+22
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens5-3/+54
2021-02-17mconf: only print correct options in the correct sectionsDylan Baker1-2/+2
2021-02-17Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker6-8/+60
2021-02-16Merge pull request #8355 from obilaniu/cudafixesDylan Baker5-41/+419
2021-02-16Small patch to unittests to initialize CUDA compiler correctly.Olexa Bilaniuk1-1/+1
2021-02-16Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.Olexa Bilaniuk2-8/+33
2021-02-16Armour-grade quoting to account for NVCC's -Xcompiler peculiarities.Olexa Bilaniuk1-14/+84
2021-02-16Extensive rewrite of GCC/MVSC flag translation to NVCC flags.Olexa Bilaniuk1-31/+313
2021-02-16Add default debug flags for two configurations to NVCC.Olexa Bilaniuk1-2/+2
2021-02-16CUDA Toolkit 11.2.1 has been released, update version tableOlexa Bilaniuk1-1/+2
2021-02-16Fix VS C++ module support.Jussi Pakkanen1-1/+2
2021-02-16Fix destdir detection for installation via polkitXℹ Ruoyao1-1/+1
2021-02-16Add missing apostrophes. [skip ci]Jussi Pakkanen1-2/+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