summaryrefslogtreecommitdiff
path: root/Templates/TestDriver.cxx.in
Commit message (Expand)AuthorAgeFilesLines
* TestDriver: Fix 'misc-use-anonymous-namespace' warning from clang-tidy 16Sylvain Joubert2023-04-251-4/+14
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-1/+1
* TestDriver: Fix old-style-cast warning in C++ modeSylvain Joubert2021-10-041-1/+1
* TestDriver: use `CM_NULL` to avoid lints about `nullptr` usageBen Boeckel2021-07-141-1/+1
* TestDriver: suppress deprecated header lints for time.hBen Boeckel2021-07-141-1/+1
* TestDriver: Avoid declaring local variable after statementBrad King2021-06-281-2/+4
* create_test_sourcelist: add test driver option to run all testsSergey Bronnikov2021-04-281-1/+42
* create_test_sourcelist: fix typo in placeholder nameSergey Bronnikov2020-12-211-1/+1
* TestDriver: avoid clang-tidy lints in generated codeBen Boeckel2020-04-131-2/+5
* TestDriver: ignore strcpy callBen Boeckel2019-12-051-1/+1
* TestDriver: Fix -Wzero-as-null-pointer-constant warningsSean McBride2019-09-181-7/+13
* Merge topic 'nolint_typedef_testdriver'Brad King2018-06-011-2/+2
|\
| * TestDriver: Disable clang-tidy 'modernize-use-using'Sylvain Joubert2018-05-311-2/+2
* | TestDriver: Replace strncpy with strcpySander Vrijders2018-05-301-1/+1
|/
* TestDriver: fix style-'variableScope' cppcheck warningSylvain Joubert2017-11-221-2/+2
* TestDriver: Fix -Wconversion warningBrad King2017-07-141-2/+2
* TestDriver: Remove unused local variable initializationBrad King2017-05-101-1/+1
* TestDriver: fix/silence clang-tidy warningsDaniel Pfeifer2017-01-241-15/+12
* TestDriver: calc NumTests at compile timeDaniel Pfeifer2017-01-241-5/+4
* TestDriver: use for loopDaniel Pfeifer2017-01-241-3/+1
* TestDriver: abstract CM_CAST macroDaniel Pfeifer2017-01-241-13/+9
* TestDriver: Revise C++ coding style using clang-formatDaniel Pfeifer2017-01-241-65/+45
* create_test_sourcelist: Use safer strncpy instead of strcpySylvain Joubert2016-08-251-4/+6
* create_test_sourcelist: Suppress MSVC warnings in test driver (#15066)Brad King2014-08-071-0/+4
* create_test_sourcelist: Initialize variable at declarationSean McBride2014-03-311-2/+1
* create_test_sourcelist: Fix linkage in generated test driver codeSean McBride2013-11-121-2/+2
* TestDriver.cxx.in: Untrusted array index read.Matt McCormick2013-10-161-0/+7
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* COMP: Don't emit old style cast warning when configured as C++ but still allo...David Cole2008-12-091-2/+14
* 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 gen...Bill Hoffman2004-04-281-0/+180