summaryrefslogtreecommitdiffstats
path: root/Tests/Simple
Commit message (Collapse)AuthorAgeFilesLines
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
| | | | | | | | | | | | | | | | | 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
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-132-4/+4
| | | | | | | | | | | | | | | | | 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/ \+$//'
* ENH: some more CMakeList cleanupsKen Martin2007-05-111-3/+3
|
* ENH: make sure things do not depend on optimized libraries if they are ↵Bill Hoffman2006-11-271-0/+5
| | | | debug, and the other way around as well
* BUG: minor fix to project name to match ADD_TEST callKen Martin2005-07-061-1/+1
|
* ENH: convert to lower caseKen Martin2005-06-271-5/+11
|
* ENH: Remove warningAndy Cedilnik2004-04-301-1/+2
|
* Improve testAndy Cedilnik2003-03-174-1/+24
|
* Add testing for when C sources are compiled with C++ compilerAndy Cedilnik2003-03-172-1/+12
|
* a minor fix to make my life easierKen Martin2002-06-271-1/+1
|
* add a test with no extensionBill Hoffman2002-06-251-1/+1
|
* BUG: add link directories for target link libraries and add a test for itBill Hoffman2002-04-193-0/+7
|
* new testsKen Martin2001-06-212-0/+7