summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cuda.py
Commit message (Expand)AuthorAgeFilesLines
* compilers: convert method to get assert control to a booleanDylan Baker2023-04-211-2/+2
* Change "can not" to "cannot" throughout projectHiPhish2023-04-111-1/+1
* prevent lib prefix warning from pkg-configCharles Brunet2023-03-161-1/+1
* cuda: enable C++20 for CUDA 12David Seifert2023-01-311-2/+15
* pylint: enable the set_membership pluginDylan Baker2022-11-301-1/+1
* Compilers: Keep ccache and exelist separatedXavier Claessens2022-10-251-2/+2
* Fix purely white space issues reported by flake8Alf Henrik Sauge2022-08-261-9/+9
* move various unused typing-only imports into type-checking blocksEli Schwartz2022-07-031-2/+5
* OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens2022-03-221-2/+2
* flake8: fix wrong numbers of blank line separatorsEli Schwartz2022-02-161-0/+3
* compilers: push the compiler id to a class variableDylan Baker2022-01-101-1/+2
* fix type annotations for compiler toolchain rpathsEli Schwartz2021-12-301-1/+1
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-7/+7
* cuda: Override std=none to avoid host_compiler to emit -std argumentXavier Claessens2021-10-141-6/+3
* Fix typos discovered by codespellChristian Clauss2021-10-101-2/+2
* fix extra whitespaceEli Schwartz2021-10-041-3/+0
* compilers: Fix extra_args parameterDylan Baker2021-08-161-2/+2
* Cuda: Enable PGODavid Seifert2021-07-181-0/+6
* Cuda: Filter -isystem with system pathsDavid Seifert2021-07-181-12/+19
* Cuda: Pass -DNDEBUG throughDavid Seifert2021-07-181-0/+3
* linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini2021-07-141-4/+2
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* 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