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