summaryrefslogtreecommitdiff
path: root/test cases/cuda/16 multistd
AgeCommit message (Collapse)Author
2021-10-27Fix crash when getting cuda optionsXavier Claessens
We could have an OptionOverrideProxy of an OptionOverrideProxy, recursively. This fix is a minimal subset of the refactoring I did in https://github.com/mesonbuild/meson/pull/9394. Instead of faking UserOption we can just do a shallow copy of one and set a new value on it. Fixes: #9448
2021-08-12Disable asan memory leak checks on a Cuda test.Jussi Pakkanen
2021-03-28Strip host-compiler -std flag from NVCC line.Olexa Bilaniuk
Closes #8523.