Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 1 | -0/+3 |
| | |||||
* | Refactor: Use added message types in various modules | Alex Turbov | 2019-11-02 | 1 | -3/+3 |
| | | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com> | ||||
* | Maint: misc. typos | luz.paz | 2018-02-16 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
* | Improve formatting of compiler failure error message | Brad King | 2017-09-19 | 1 | -2/+3 |
| | | | | | | When we report that a compiler was unable to build a simple test program, indent the output of the attempt so that our message formatting will show it as a pre-formatted block. | ||||
* | CUDA: Detect implicit link information on Windows | Brad King | 2017-01-12 | 1 | -0/+5 |
| | | | | | The `nvcc -v` output on Windows uses response files, so load the one we need to extract the full link line. | ||||
* | CUDA: We now properly perform CUDA compiler identification. | Robert Maynard | 2016-11-14 | 1 | -0/+13 |
| | |||||
* | CUDA: Add basic CUDA language support for *NIX systems. | Robert Maynard | 2016-11-14 | 1 | -0/+58 |