| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-27 | Fix crash when getting cuda options | Xavier 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-12 | Disable asan memory leak checks on a Cuda test. | Jussi Pakkanen | |
| 2021-03-28 | Strip host-compiler -std flag from NVCC line. | Olexa Bilaniuk | |
| Closes #8523. | |||
