aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cuda.py
AgeCommit message (Expand)AuthorFilesLines
2020-11-12compilers: Standardize the names of compiler optionsDylan Baker1-4/+4
2020-10-16compilers/cuda: Use format_map(mapping) instead of format(**mapping)Carlos Bederian1-2/+2
2020-10-16compilers/cuda: Fix has_header_symbol checkCarlos Bederian1-4/+17
2020-10-01compilers/cuda: make type safeDylan Baker1-49/+65
2020-10-01compilres: move depfile_for_object to compilerDylan Baker1-4/+1
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker1-3/+0
2020-10-01compilers/cpp: Add type annotationsDylan Baker1-1/+1
2020-09-24compilers: put name_string method in base compilerDylan Baker1-3/+0
2020-09-24compilers/compilers: Fully type annotateDylan Baker1-2/+2
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan1-3/+0
2020-05-16Let .pc files specify rpath.Dan Kegel1-3/+4
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-8/+8
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker1-3/+0
2019-12-12compilers: move language attribute to the class levelDylan Baker1-2/+1
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-1/+1
2019-11-06Fix typos found by codespellWolfgang Stöggl1-2/+2
2019-11-05dependency('cuda')Aleksey Gurtovoy1-1/+4
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-2/+4
2019-09-24CUDA support on WindowsAleksey Gurtovoy1-18/+101
2019-09-05Create CUDA linker with CUDA compilerKramer Peace1-6/+2
2019-09-05Add a CUDA linker objectKramer Peace1-1/+5
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker1-11/+5
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-32/+26
2019-08-14compilers/cuda: pass through extra kwargsDylan Baker1-2/+2
2019-08-14compilers/cuda: don't use re for replacementDylan Baker1-3/+2
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