Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -18/+15 |
| | | | | | | | | | | | | | 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. | ||||
* | ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to ↵ | Brad King | 2007-05-25 | 1 | -0/+2 |
| | | | | cover all forms of old-style install commands. | ||||
* | ENH: Add test to see if INSTALL_FILES actually worked. | Brad King | 2007-05-25 | 1 | -0/+1 |
| | |||||
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ↵ | Brad King | 2006-03-03 | 1 | -2/+8 |
| | | | | PROGRAMS mode, and corresponding support to FILE(INSTALL). Default permissions for shared libraries on non-Windows/non-OSX platforms no longer has the execute bit set. | ||||
* | BUG: Implement installing of shared library versioning and add test for the ↵ | Andy Cedilnik | 2004-06-28 | 1 | -0/+6 |
| | | | | whole thing | ||||
* | ENH: Some systems do not handle spaces in the path | Andy Cedilnik | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | ENH: Fix test on HP-UX | Berk Geveci | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | ENH: Add install test | Andy Cedilnik | 2004-02-01 | 1 | -0/+22 |