CMake/Tests/Wrapping
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
..
CMakeLists.txt Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
Wrap.c COMP: More fixes for non-ANSI C compilers. 2006-06-03 09:48:39 -04:00
dummy ENH: Trick VTK_WRAP_JAVA in a better way (avoid CUSTOM_TARGET) 2002-02-12 17:38:41 -05:00
fakefluid.cxx BUG: Fixed fake generation of files to behave more like fluid. 2007-11-10 17:31:50 -05:00
fltk1.fl Add coverage for QT and FLTK wrappers. Also MANGLED_MESA 2002-01-20 01:06:09 -05:00
foo.ui.in ENH: Really test uic and perform configured uic test 2003-07-30 13:28:32 -04:00
hints Add test for VTK_WRAP_* 2002-01-20 00:11:19 -05:00
itkWrapperConfig.cxx ENH: Added coverage test for ITK_WRAP_TCL. Doesn't actually invoke CABLE. 2002-05-08 17:45:56 -04:00
qtnoqtmain.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
qtwrapping.ui test for QTWarpUI 2002-09-11 16:41:11 -04:00
qtwrappingmain.cxx If display is not set, do not attempt to run application 2003-04-02 09:01:33 -05:00
vtkExcluded.cxx Add test for VTK_WRAP_* 2002-01-20 00:11:19 -05:00
vtkExcluded.h Increase Coverage. 2002-01-20 01:58:57 -05:00
vtkIncluded.cxx Add test for VTK_WRAP_* 2002-01-20 00:11:19 -05:00
vtkIncluded.h Increase Coverage. 2002-01-20 01:58:57 -05:00
vtkTestMoc.h BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP 2004-01-05 11:13:50 -05:00
wrapping.cxx Add documentation, comments. Move some 'Complex' sub-tests into 2 new 'Wrapping' and 'Testing' tests. 2002-01-19 21:24:55 -05:00