summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cuda.py
Commit message (Expand)AuthorAgeFilesLines
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-8/+8
* compilers: Make get_display_language a class or static methodDylan Baker2019-12-121-3/+0
* compilers: move language attribute to the class levelDylan Baker2019-12-121-2/+1
* Use strict function prototypesMichael Hirsch, Ph.D2019-11-181-1/+1
* Fix typos found by codespellWolfgang Stöggl2019-11-061-2/+2
* dependency('cuda')Aleksey Gurtovoy2019-11-051-1/+4
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-2/+4
* CUDA support on WindowsAleksey Gurtovoy2019-09-241-18/+101
* Create CUDA linker with CUDA compilerKramer Peace2019-09-051-6/+2
* Add a CUDA linker objectKramer Peace2019-09-051-1/+5
* compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker2019-08-301-11/+5
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-32/+26
* compilers/cuda: pass through extra kwargsDylan Baker2019-08-141-2/+2
* compilers/cuda: don't use re for replacementDylan Baker2019-08-141-3/+2
* compilers: split gnu and gnulike compilers out of compilersDylan Baker2019-07-151-1/+2
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-3/+3
* 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