Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 3 | -18/+18 |
| | | | | | | | | | | | | | 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. | ||||
* | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -2/+4 |
| | | | | | Also adding documentation for CMAKE_MACOSX_RPATH, and improving documentation for MACOSX_RPATH. | ||||
* | OS X: Enable rpath support on Mac OS X when find_library() is used. | Clinton Stimpson | 2013-07-16 | 3 | -0/+30 |
| | |||||
* | OS X: Add test for rpaths on Mac. | Clinton Stimpson | 2013-06-03 | 8 | -0/+137 |
This also tests rpaths through export/import. |