Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Port GenerateExportHeader test to RunCMake infrastructure | Brad King | 2016-09-05 | 1 | -97/+0 |
| | | | | This will allow build failure cases to be added later. | ||||
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -10/+20 |
| | | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. | ||||
* | Add a newline at the end of the file. | Stephen Kelly | 2011-08-09 | 1 | -1/+1 |
| | | | | Hopefully fix the test execution reported on CDash. | ||||
* | Add the GenerateExportMacro with unit tests. | Stephen Kelly | 2011-08-07 | 1 | -0/+87 |
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com> |