CMake/Templates
Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code
Our Git commit hooks disallow modification or addition of lines with
trailing whitespace.  Wipe out all remnants of trailing whitespace
everywhere except third-party code.

Run the following shell code:

git ls-files -z -- \
 bootstrap doxygen.config '*.readme' \
 '*.c' '*.cmake' '*.cpp' '*.cxx' \
 '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \
 '*.mm' '*.pike' '*.py' '*.txt' '*.vim' |
egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' |
egrep -z -v '^(Modules/CPack\..*\.in)' |
xargs -0 sed -i 's/ \+$//'
2012-08-13 14:18:39 -04:00
..
AppleInfo.plist Use CMake icon on Mac 2002-11-06 16:05:14 -05:00
CMakeVSMacros1.vsmacros ENH: Added StopBuild macro. 2007-11-19 13:44:10 -05:00
CMakeVSMacros2.vsmacros ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too. 2008-02-15 11:49:58 -05:00
CMakeVisualStudio6Configurations.cmake Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
CPack.GenericDescription.txt ENH: Simplify the generic instructions 2006-04-20 09:54:45 -04:00
CPack.GenericLicense.txt ENH: Simplify the generic instructions 2006-04-20 09:54:45 -04:00
CPack.GenericWelcome.txt ENH: Simplify the generic instructions 2006-04-20 09:54:45 -04:00
CPackConfig.cmake.in Update CPackConfig template. 2012-02-25 23:07:07 +01:00
CTestScript.cmake.in ENH: Add template of ctest script 2006-04-28 11:58:16 -04:00
DLLFooter.dsptemplate new directory 2001-05-17 12:04:41 -04:00
DLLHeader.dsptemplate Use per-config output dir in VS 6 templates 2009-10-28 12:18:55 -04:00
EXEFooter.dsptemplate new directory 2001-05-17 12:04:41 -04:00
EXEHeader.dsptemplate Use per-config output dir in VS 6 templates 2009-10-28 12:18:55 -04:00
EXEWinHeader.dsptemplate Use per-config output dir in VS 6 templates 2009-10-28 12:18:55 -04:00
TestDriver.cxx.in Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
UtilityFooter.dsptemplate new directory 2001-05-17 12:04:41 -04:00
UtilityHeader.dsptemplate BUG: Avoid cmTarget::GetDirectory for utilities 2009-07-03 10:33:49 -04:00
cygwin-package.sh.in Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
staticLibFooter.dsptemplate new directory 2001-05-17 12:04:41 -04:00
staticLibHeader.dsptemplate Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768) 2010-05-28 11:09:10 -04:00