-
- Downloads
Revise C++ coding style using clang-format
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.
Showing
- Modules/CMakeCCompilerABI.c 5 additions, 6 deletionsModules/CMakeCCompilerABI.c
- Modules/CMakeCXXCompilerABI.cpp 1 addition, 3 deletionsModules/CMakeCXXCompilerABI.cpp
- Modules/CMakeCompilerABI.h 11 additions, 13 deletionsModules/CMakeCompilerABI.h
- Modules/CheckForPthreads.c 11 additions, 8 deletionsModules/CheckForPthreads.c
- Modules/CheckFunctionExists.c 11 additions, 9 deletionsModules/CheckFunctionExists.c
- Modules/CheckVariableExists.c 10 additions, 6 deletionsModules/CheckVariableExists.c
- Modules/FortranCInterface/my_module_.c 3 additions, 1 deletionModules/FortranCInterface/my_module_.c
- Modules/FortranCInterface/mymodule_.c 3 additions, 1 deletionModules/FortranCInterface/mymodule_.c
- Modules/TestForANSIStreamHeaders.cxx 1 addition, 1 deletionModules/TestForANSIStreamHeaders.cxx
- Modules/TestForAnsiForScope.cxx 3 additions, 2 deletionsModules/TestForAnsiForScope.cxx
- Modules/TestForSSTREAM.cxx 3 additions, 4 deletionsModules/TestForSSTREAM.cxx
- Modules/TestForSTDNamespace.cxx 1 addition, 1 deletionModules/TestForSTDNamespace.cxx
- Source/CPack/IFW/cmCPackIFWGenerator.cxx 207 additions, 292 deletionsSource/CPack/IFW/cmCPackIFWGenerator.cxx
- Source/CPack/IFW/cmCPackIFWGenerator.h 10 additions, 12 deletionsSource/CPack/IFW/cmCPackIFWGenerator.h
- Source/CPack/IFW/cmCPackIFWInstaller.cxx 177 additions, 274 deletionsSource/CPack/IFW/cmCPackIFWInstaller.cxx
- Source/CPack/IFW/cmCPackIFWInstaller.h 3 additions, 3 deletionsSource/CPack/IFW/cmCPackIFWInstaller.h
- Source/CPack/IFW/cmCPackIFWPackage.cxx 156 additions, 233 deletionsSource/CPack/IFW/cmCPackIFWPackage.cxx
- Source/CPack/IFW/cmCPackIFWPackage.h 16 additions, 16 deletionsSource/CPack/IFW/cmCPackIFWPackage.h
- Source/CPack/OSXScriptLauncher.cxx 37 additions, 55 deletionsSource/CPack/OSXScriptLauncher.cxx
- Source/CPack/WiX/cmCPackWIXGenerator.cxx 350 additions, 481 deletionsSource/CPack/WiX/cmCPackWIXGenerator.cxx
Loading
Please register or sign in to comment