Kitware Robot
|
932dcce1e6
|
Modules: Consistently use 2 space indentation
|
2019-05-14 15:26:46 -04:00 |
|
Bartosz Kosiorek
|
cb811d11ce
|
Help: Improve description of modules
|
2019-04-23 10:39:34 +02:00 |
|
Brad King
|
854369fd45
|
Document external language support policy
Describe in "Modules/CMakeAddNewLanguage.txt" our policy for external
language support.
|
2012-10-30 14:02:46 -04:00 |
|
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 |
|
Bill Hoffman
|
8be3e4eeca
|
ENH: clean up EnableLanguage try to fix problem where try compile runs cmake
|
2005-09-15 12:17:38 -04:00 |
|