Commit History

Author SHA1 Message Date
  Pavel Solodovnikov 37d9387be3 Replace empty-string comparisons with checking against `empty()`. 8 years ago
  Pavel Solodovnikov 5db3aac111 Meta: replace empty-string assignments with `clear()`. 8 years ago
  Pavel Solodovnikov 63f6fd144e Meta: modernize old-fashioned loops to range-based `for` (CTest). 8 years ago
  Daniel Pfeifer 2b4c32c95f clang-format: format all code as Cpp11 8 years ago
  Daniel Pfeifer ca2233e31f IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
  Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
  Bill Hoffman 0c650f3965 CTest: Report more detail about system exceptions in tests 8 years ago
  Pavel Solodovnikov 8b6f439ef2 Access string npos without instance 8 years ago
  Ben Boeckel 202a44a4ca cmCTestRunTest: do not count skipped tests as failed 8 years ago
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
  Betsy McPhail b070947dff Add 'DISABLED' test property 8 years ago
  Betsy McPhail 42c68aadf8 CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests 8 years ago
  Ben Boeckel aba92ffd92 cmWorkingDirectory: use the new class 8 years ago
  Sylvain Joubert a105863772 CTest: Properly reset output to avoid duplication with --repeat-until-fail 8 years ago
  Daniel Pfeifer b932cd4298 clang-tidy: apply misc-redundant-expression fixes 9 years ago
  Zack Galbreath d3633731ab Do not query CDash for version 9 years ago
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
  Craig Scott 73f47c9e46 CTest: Add support for test fixtures 9 years ago
  Daniel Pfeifer 3849164454 CTest: fix include-what-you-use violations 9 years ago
  Daniel Pfeifer 50ad1e0a14 CTest: don't use else after return 9 years ago
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
  Daniel Pfeifer c6220de276 Use the empty() method to check for emptyness. 9 years ago
  Daniel Pfeifer 1b2bb93302 Remove redundant c_str() calls. 9 years ago
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
  Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
  Brad King 180538c706 Source: Stabilize include order 9 years ago
  Zack Galbreath 06b7f5d2ca CTest: Only apply the secondary test timeout once 9 years ago
  Zack Galbreath 993e48d045 CTest: Optionally use a secondary test timeout after matching output 9 years ago
  Brad King 721b7e3e56 CTest: Capture test stdout/stderr through one pipe (#15600) 10 years ago