summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cuda.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added some cahced valuesDaniel Mensinger2019-04-281-2/+3
* Fix nvcc error with threads dependency (4999)John M. Lindemon2019-02-281-1/+4
* Solve NVCC -Werror problem.Olexa Bilaniuk2019-02-241-1/+1
* Rework CUDA sanity check.Olexa Bilaniuk2019-02-241-69/+81
* Add warning level zerojml17952019-02-191-1/+2
* Fixes for CUDA compiler shared library linking.Olexa Bilaniuk2019-02-131-8/+29
* Add werror flags to nvcc. Closes #4911.Jussi Pakkanen2019-02-131-0/+3
* All the fixes needed to make work against current master.Jussi Pakkanen2019-01-211-1/+10
* More tests and pic.Jussi Pakkanen2019-01-211-0/+3
* Clean up minor issues.Jussi Pakkanen2019-01-211-4/+6
* added cuda compilerBeau Johnston2019-01-211-0/+188