Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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. | ||||
* | Rename header guards to not start with double underscore | Sean McBride | 2014-12-11 | 1 | -2/+2 |
| | | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand. | ||||
* | CMake: Enable use of liblzma in libarchive (#14504) | Daniel Pfeifer | 2014-07-29 | 1 | -0/+23 |
Build liblzma as part of CMake or find one on the system. Modify our port of libarchive to use the liblzma configured for use with CMake. |