CMake/Tests/Wrapping
Kitware Robot 9db3116226 Remove CMake-language block-end command arguments
Ancient versions of CMake required else(), endif(), and similar block
termination commands to have arguments matching the command starting the
block.  This is no longer the preferred style.

Run the following shell code:

for c in else endif endforeach endfunction endmacro endwhile; do
    echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/'
done >convert.sed &&
git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' |
egrep -z -v '^(Utilities/cm|Source/kwsys/)' |
egrep -z -v 'Tests/CMakeTests/While-Endwhile-' |
xargs -0 sed -i -f convert.sed &&
rm convert.sed
2012-08-13 14:19:16 -04:00
..
CMakeLists.txt Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -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