Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 2 | -2/+4 |
| | | | | | 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. | ||||
* | Tests: Fix Cuda test project names | Brad King | 2018-10-10 | 1 | -1/+1 |
| | | | | | Make them match what `ADD_TEST_MACRO` gives to ctest as the project name to build so that the `.sln` file will be found. | ||||
* | CUDA: Use MSVC default pattern for naming object files | Robert Maynard | 2018-01-30 | 6 | -23/+37 |
| | | | | | The default that CUDA uses causes failures when you try to embed CUDA obj's into another target. | ||||
* | Tests: Simplify CUDA rpath on macOS | Brad King | 2017-06-21 | 1 | -3/+3 |
| | | | | | Use the `BUILD_RPATH` property and reference the CMake-computed location of the runtime libraries. | ||||
* | CUDA: ObjectLibrary test executable now runs on OSX | Robert Maynard | 2017-03-23 | 1 | -0/+5 |
| | |||||
* | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 1 | -3/+3 |
| | |||||
* | Tests/Cuda: Return a non-zero code if errors occurred | Pierre Moreau | 2017-02-10 | 1 | -3/+5 |
| | |||||
* | 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 | 4 | -0/+59 |