summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cuda.py
Commit message (Expand)AuthorAgeFilesLines
* Strip host-compiler -std flag from NVCC line.cudafix0572Olexa Bilaniuk2021-03-281-1/+12
* Retract "DQSQ" merging in NVCC arguments handling.Olexa Bilaniuk2021-03-281-15/+0
* Canonicalize and merge consecutive -Xcompiler flags together.Olexa Bilaniuk2021-03-281-1/+47
* split program related classes and functions out of dependenciesDylan Baker2021-03-191-1/+2
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* various python neatness cleanupsEli Schwartz2021-03-041-2/+2
* raw string literals are next to godlinessEli Schwartz2021-03-041-2/+2
* [CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk2021-02-221-0/+6
* Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.Olexa Bilaniuk2021-02-161-8/+32
* Armour-grade quoting to account for NVCC's -Xcompiler peculiarities.Olexa Bilaniuk2021-02-161-14/+84
* Extensive rewrite of GCC/MVSC flag translation to NVCC flags.Olexa Bilaniuk2021-02-161-31/+313
* move OptionKey to mesonlibDylan Baker2021-01-041-2/+4
* use OptionKey for compiler_optionsDylan Baker2021-01-041-7/+10
* compilers: Standardize the names of compiler optionsDylan Baker2020-11-121-4/+4
* compilers/cuda: Use format_map(mapping) instead of format(**mapping)Carlos Bederian2020-10-161-2/+2
* compilers/cuda: Fix has_header_symbol checkCarlos Bederian2020-10-161-4/+17
* compilers/cuda: make type safeDylan Baker2020-10-011-49/+65
* compilres: move depfile_for_object to compilerDylan Baker2020-10-011-4/+1
* compilers: move get_dependency_gen_args to base CompilerDylan Baker2020-10-011-3/+0
* compilers/cpp: Add type annotationsDylan Baker2020-10-011-1/+1
* compilers: put name_string method in base compilerDylan Baker2020-09-241-3/+0
* compilers/compilers: Fully type annotateDylan Baker2020-09-241-2/+2
* Fix native builds on Windows ARM64 machinesNirbheek Chauhan2020-07-131-3/+0
* Let .pc files specify rpath.Dan Kegel2020-05-161-3/+4
* 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