index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
cuda.py
Age
Commit message (
Expand
)
Author
2021-03-28
Strip host-compiler -std flag from NVCC line.
Olexa Bilaniuk
2021-03-28
Retract "DQSQ" merging in NVCC arguments handling.
Olexa Bilaniuk
2021-03-28
Canonicalize and merge consecutive -Xcompiler flags together.
Olexa Bilaniuk
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-03-04
raw string literals are next to godliness
Eli Schwartz
2021-02-22
[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.
Olexa Bilaniuk
2021-02-16
Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.
Olexa Bilaniuk
2021-02-16
Armour-grade quoting to account for NVCC's -Xcompiler peculiarities.
Olexa Bilaniuk
2021-02-16
Extensive rewrite of GCC/MVSC flag translation to NVCC flags.
Olexa Bilaniuk
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-11-12
compilers: Standardize the names of compiler options
Dylan Baker
2020-10-16
compilers/cuda: Use format_map(mapping) instead of format(**mapping)
Carlos Bederian
2020-10-16
compilers/cuda: Fix has_header_symbol check
Carlos Bederian
2020-10-01
compilers/cuda: make type safe
Dylan Baker
2020-10-01
compilres: move depfile_for_object to compiler
Dylan Baker
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
2020-10-01
compilers/cpp: Add type annotations
Dylan Baker
2020-09-24
compilers: put name_string method in base compiler
Dylan Baker
2020-09-24
compilers/compilers: Fully type annotate
Dylan Baker
2020-07-13
Fix native builds on Windows ARM64 machines
Nirbheek Chauhan
2020-05-16
Let .pc files specify rpath.
Dan Kegel
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-12
compilers: Make get_display_language a class or static method
Dylan Baker
2019-12-12
compilers: move language attribute to the class level
Dylan Baker
2019-11-18
Use strict function prototypes
Michael Hirsch, Ph.D
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-11-05
dependency('cuda')
Aleksey Gurtovoy
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-09-24
CUDA support on Windows
Aleksey Gurtovoy
2019-09-05
Create CUDA linker with CUDA compiler
Kramer Peace
2019-09-05
Add a CUDA linker object
Kramer Peace
2019-08-30
compilers: Move the compiler argument to proxy linker flags to the compiler c...
Dylan Baker
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-08-14
compilers/cuda: pass through extra kwargs
Dylan Baker
2019-08-14
compilers/cuda: don't use re for replacement
Dylan Baker
2019-07-15
compilers: split gnu and gnulike compilers out of compilers
Dylan Baker
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-04-28
Added some cahced values
Daniel Mensinger
2019-02-28
Fix nvcc error with threads dependency (4999)
John M. Lindemon
2019-02-24
Solve NVCC -Werror problem.
Olexa Bilaniuk
2019-02-24
Rework CUDA sanity check.
Olexa Bilaniuk
2019-02-19
Add warning level zero
jml1795
2019-02-13
Fixes for CUDA compiler shared library linking.
Olexa Bilaniuk
2019-02-13
Add werror flags to nvcc. Closes #4911.
Jussi Pakkanen
2019-01-21
All the fixes needed to make work against current master.
Jussi Pakkanen
2019-01-21
More tests and pic.
Jussi Pakkanen
2019-01-21
Clean up minor issues.
Jussi Pakkanen
[next]