summaryrefslogtreecommitdiffstats
path: root/Source/cmNewLineStyle.cxx
Commit message (Collapse)AuthorAgeFilesLines
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-0/+2
|
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-8/+7
|
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-29/+12
| | | | | | | | | | | | | 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.
* Remove default labels from fully covered switch statements.Stephen Kelly2014-04-031-2/+0
| | | | | Allow compilers to warn when new enum values are added, making switches no-longer fully-covered.
* cmNewLineStyle: Remove useless semi-colonSean McBride2013-10-081-1/+1
| | | | Warned by clang.
* Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-281-0/+95