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
2024-03-15
compilers: No need to pass exe_wrapper everywhere
Xavier Claessens
2024-03-06
cuda: respect host compiler `-Werror`
David Seifert
2024-02-28
nvcc: avoid adding `-Wpedantic` to compile lines
David Seifert
2023-12-26
nvcc compiler: support find dependency header files
wrvsrx
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-07
Rename OptionOverrideProxy to OptionsView and move to coredata
Xavier Claessens
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-04-21
compilers: convert method to get assert control to a boolean
Dylan Baker
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2023-01-31
cuda: enable C++20 for CUDA 12
David Seifert
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2022-02-16
flake8: fix wrong numbers of blank line separators
Eli Schwartz
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-12-30
fix type annotations for compiler toolchain rpaths
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-14
cuda: Override std=none to avoid host_compiler to emit -std argument
Xavier Claessens
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-04
fix extra whitespace
Eli Schwartz
2021-08-16
compilers: Fix extra_args parameter
Dylan Baker
2021-07-18
Cuda: Enable PGO
David Seifert
2021-07-18
Cuda: Filter -isystem with system paths
David Seifert
2021-07-18
Cuda: Pass -DNDEBUG through
David Seifert
2021-07-14
linkers: remove is_shared_module argument to get_soname_args
Paolo Bonzini
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
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
[prev]
[next]