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 | 2 | -0/+19 |
The default that CUDA uses causes failures when you try to embed CUDA obj's into another target. |