Commit History

Author SHA1 Message Date
  Sergey Bronnikov 0273293047 create_test_sourcelist: fix typo in placeholder name 5 years ago
  Ben Boeckel b108c9fdaf TestDriver: avoid clang-tidy lints in generated code 5 years ago
  Ben Boeckel 677097ac1d TestDriver: ignore strcpy call 6 years ago
  Sean McBride 1d0d4167cf TestDriver: Fix -Wzero-as-null-pointer-constant warnings 6 years ago
  Brad King 5ba76299f8 Merge topic 'nolint_typedef_testdriver' 7 years ago
  Sylvain Joubert bbbcbb1a48 TestDriver: Disable clang-tidy 'modernize-use-using' 7 years ago
  Sander Vrijders 3af0438b4b TestDriver: Replace strncpy with strcpy 7 years ago
  Sylvain Joubert 72d3161a7f TestDriver: fix style-'variableScope' cppcheck warning 8 years ago
  Brad King 221ffabfad TestDriver: Fix -Wconversion warning 8 years ago
  Brad King 608cc887c7 TestDriver: Remove unused local variable initialization 8 years ago
  Daniel Pfeifer eb86b4cec1 TestDriver: fix/silence clang-tidy warnings 8 years ago
  Daniel Pfeifer 178c897374 TestDriver: calc NumTests at compile time 8 years ago
  Daniel Pfeifer 3bb4a79826 TestDriver: use for loop 8 years ago
  Daniel Pfeifer 60b68304f2 TestDriver: abstract CM_CAST macro 8 years ago
  Daniel Pfeifer 1731b90cd0 TestDriver: Revise C++ coding style using clang-format 8 years ago
  Sylvain Joubert cd344e3a62 create_test_sourcelist: Use safer strncpy instead of strcpy 9 years ago
  Brad King 63fc8dcdb8 create_test_sourcelist: Suppress MSVC warnings in test driver (#15066) 11 years ago
  Sean McBride 50ca77f4a0 create_test_sourcelist: Initialize variable at declaration 11 years ago
  Sean McBride ed675a92a1 create_test_sourcelist: Fix linkage in generated test driver code 12 years ago
  Matt McCormick 7eddefd8f1 TestDriver.cxx.in: Untrusted array index read. 12 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  David Cole 95a6feaa66 COMP: Don't emit old style cast warning when configured as C++ but still allow being configured as C. Thanks to Monsieur Francois Bertel for the patch. 17 years ago
  Amitha Perera 47aa926523 BUG: the return value of scanf should not be ignored 17 years ago
  Bill Hoffman ff7757e34c make sure tests flush output 21 years ago
  Bill Hoffman a613100b1e BUG: remove debug pop hacks, also remove duplicate call to argvc function 21 years ago
  Ken Martin c10cb4db5a fix warning maybe 21 years ago
  Ken Martin f299f4ae9c fix warning 21 years ago
  Bill Hoffman 7eab2e4235 ENH: remove unused variable 21 years ago
  Bill Hoffman e539cf9f7c ENH: make test driver more flexible by using a configured file instead of generating all the code. fixes bug 28 21 years ago