aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25interpreterbase: fix ObjectHolderDylan Baker1-3/+3
2021-02-25Support multiple args in error()Xavier Claessens4-23/+24
2021-02-25Allow custom target output to be processed by generatorsMatthias Klumpp6-23/+67
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-23rust: replace for loop with any()Dylan Baker1-4/+1
2021-02-23rust: fix linking with external dependenciesDylan Baker2-1/+21
2021-02-23Add note about using Ninja on old Meson versions. [skip ci]Jussi Pakkanen1-1/+3
2021-02-23tests/rust: Add rust case linking to zlib dependencyJordan Justen5-0/+59
2021-02-23add a script to run a single testDylan Baker3-1/+92
2021-02-23run_*_tests: Add some type annotationsDylan Baker2-15/+27
2021-02-23run_project_tests: Delete a build directory if it already existsDylan Baker1-0/+2
2021-02-23run_project_tests: split json parsing code from test gathering codeDylan Baker1-113/+123
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