https://github.com/Kitware/CMake
Revision d9fd2f5402eeaa345691313658e02b51038f570b authored by Kitware Robot on 16 May 2016, 14:34:04 UTC, committed by Brad King on 16 May 2016, 20:05:19 UTC
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.
1 parent 82df6de
Raw File
Tip revision: d9fd2f5402eeaa345691313658e02b51038f570b authored by Kitware Robot on 16 May 2016, 14:34:04 UTC
Revise C++ coding style using clang-format
Tip revision: d9fd2f5
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top