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 |
Andy Cedilnik
|
2eb42a533e
|
ENH: Remove warnings
|
2004-04-30 18:21:55 -04:00 |
Bill Hoffman
|
b9d5389bca
|
BUG: fix CMAKE_C_FLAGS for visual studio 6, and add a test case
|
2003-01-13 09:30:48 -05:00 |
Bill Hoffman
|
8e7e53960e
|
ENH: only check flag on unix
|
2002-04-10 11:23:30 -04:00 |
Bill Hoffman
|
d6da8ce630
|
ENH: check for compile flags and add back c flag to unix generator
|
2002-04-09 12:02:48 -04:00 |
Bill Hoffman
|
26ff184cf2
|
correct exports for windows
|
2002-04-09 10:19:02 -04:00 |
Bill Hoffman
|
65e3edea04
|
ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries
|
2002-04-08 13:36:18 -04:00 |