Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -47/+41 |
| | | | | | | | | | | | | | 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. | ||||
* | CPackWIX: Allow multiple patch files and diagnose if any are missing | Nils Gladitz | 2015-12-14 | 1 | -2/+10 |
| | | | | | | | CPACK_WIX_PATCH_FILE now accepts a list of patch files. An error will now be produced if any of the patch files is missing. Previously this would be silently ignored. | ||||
* | CPackWIX: Handle text nodes in XML patch content | Nils Gladitz | 2015-10-12 | 1 | -10/+22 |
| | |||||
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | CPackWIX: refactor and cleanup | Nils Gladitz | 2014-02-26 | 1 | -0/+91 |
Extract addtional classes and functions which are getting unsightly large. Use some of the coding conventions more consistently. |