Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-01-21 | added cuda compiler | Beau Johnston | 1 | -0/+188 |