Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -1/+2 |
| | | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. | ||||
* | CUDA: Use MSVC default pattern for naming object files | Robert Maynard | 2018-01-30 | 1 | -5/+1 |
| | | | | | The default that CUDA uses causes failures when you try to embed CUDA obj's into another target. | ||||
* | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 1 | -3/+3 |
| | |||||
* | Tests/Cuda: Output error messages to std::cerr instead of std::cout | Pierre Moreau | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | CUDA: Add tests to verify CUDA compiler works properly. | Robert Maynard | 2016-11-14 | 1 | -0/+21 |