aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cuda.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker1-1/+2
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-3/+3
2019-04-28Added some cahced valuesDaniel Mensinger1-2/+3
2019-02-28Fix nvcc error with threads dependency (4999)John M. Lindemon1-1/+4
2019-02-24Solve NVCC -Werror problem.Olexa Bilaniuk1-1/+1
2019-02-24Rework CUDA sanity check.Olexa Bilaniuk1-69/+81
2019-02-19Add warning level zerojml17951-1/+2
2019-02-13Fixes for CUDA compiler shared library linking.Olexa Bilaniuk1-8/+29
2019-02-13Add werror flags to nvcc. Closes #4911.Jussi Pakkanen1-0/+3
2019-01-21All the fixes needed to make work against current master.Jussi Pakkanen1-1/+10
2019-01-21More tests and pic.Jussi Pakkanen1-0/+3
2019-01-21Clean up minor issues.Jussi Pakkanen1-4/+6
2019-01-21added cuda compilerBeau Johnston1-0/+188