Commit History

Author SHA1 Message Date
  Sean McBride 1cf14f8c03 Source: fix many -Wmissing-prototypes warnings by marking functions static 4 years ago
  Sylvain Joubert ba54092842 TestDriver: Fix old-style-cast warning in C++ mode 4 years ago
  Ben Boeckel 0bb3d457cb TestDriver: use `CM_NULL` to avoid lints about `nullptr` usage 4 years ago
  Ben Boeckel 32ff836e2a TestDriver: suppress deprecated header lints for time.h 4 years ago
  Brad King 1e3d3c5284 TestDriver: Avoid declaring local variable after statement 4 years ago
  Sergey Bronnikov 3f6ff4b5db create_test_sourcelist: add test driver option to run all tests 4 years ago
  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