summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cuda.py
AgeCommit message (Expand)Author
2021-10-14cuda: Override std=none to avoid host_compiler to emit -std argumentXavier Claessens
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-04fix extra whitespaceEli Schwartz
2021-08-16compilers: Fix extra_args parameterDylan Baker
2021-07-18Cuda: Enable PGODavid Seifert
2021-07-18Cuda: Filter -isystem with system pathsDavid Seifert
2021-07-18Cuda: Pass -DNDEBUG throughDavid Seifert
2021-07-14linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-28Strip host-compiler -std flag from NVCC line.Olexa Bilaniuk
2021-03-28Retract "DQSQ" merging in NVCC arguments handling.Olexa Bilaniuk
2021-03-28Canonicalize and merge consecutive -Xcompiler flags together.Olexa Bilaniuk
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-03-04raw string literals are next to godlinessEli Schwartz
2021-02-22[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk
2021-02-16Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.Olexa Bilaniuk
2021-02-16Armour-grade quoting to account for NVCC's -Xcompiler peculiarities.Olexa Bilaniuk
2021-02-16Extensive rewrite of GCC/MVSC flag translation to NVCC flags.Olexa Bilaniuk
2021-01-04move OptionKey to mesonlibDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2020-11-12compilers: Standardize the names of compiler optionsDylan Baker
2020-10-16compilers/cuda: Use format_map(mapping) instead of format(**mapping)Carlos Bederian
2020-10-16compilers/cuda: Fix has_header_symbol checkCarlos Bederian
2020-10-01compilers/cuda: make type safeDylan Baker
2020-10-01compilres: move depfile_for_object to compilerDylan Baker
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker
2020-10-01compilers/cpp: Add type annotationsDylan Baker
2020-09-24compilers: put name_string method in base compilerDylan Baker
2020-09-24compilers/compilers: Fully type annotateDylan Baker
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan
2020-05-16Let .pc files specify rpath.Dan Kegel
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker
2019-12-12compilers: move language attribute to the class levelDylan Baker
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-11-05dependency('cuda')Aleksey Gurtovoy
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-09-24CUDA support on WindowsAleksey Gurtovoy
2019-09-05Create CUDA linker with CUDA compilerKramer Peace
2019-09-05Add a CUDA linker objectKramer Peace
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-08-14compilers/cuda: pass through extra kwargsDylan Baker
2019-08-14compilers/cuda: don't use re for replacementDylan Baker
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-04-28Added some cahced valuesDaniel Mensinger