summaryrefslogtreecommitdiffstats
path: root/Templates/TestDriver.cxx.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-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/ \+$//'
* COMP: Don't emit old style cast warning when configured as C++ but still ↵David Cole2008-12-091-2/+14
| | | | allow being configured as C. Thanks to Monsieur Francois Bertel for the patch.
* BUG: the return value of scanf should not be ignoredAmitha Perera2008-11-251-1/+5
|
* make sure tests flush outputBill Hoffman2004-07-161-0/+1
|
* BUG: remove debug pop hacks, also remove duplicate call to argvc functionBill Hoffman2004-05-081-39/+0
|
* fix warning maybeKen Martin2004-05-071-1/+0
|
* fix warningKen Martin2004-05-061-1/+0
|
* ENH: remove unused variableBill Hoffman2004-04-301-1/+0
|
* ENH: make test driver more flexible by using a configured file instead of ↵Bill Hoffman2004-04-281-0/+180
generating all the code. fixes bug 28