Commit History

Author SHA1 Message Date
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
  Daniel Pfeifer 3849164454 CTest: fix include-what-you-use violations 9 years ago
  Daniel Pfeifer e7b842e189 Make sure unnused parameters are /*named*/ 9 years ago
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
  Daniel Pfeifer a7a9239096 mark functions with CM_OVERRIDE 9 years ago
  Daniel Pfeifer 7647f6afa4 Add CM_OVERRIDE to some functions 9 years ago
  Daniel Pfeifer fa277b29e4 Remove c_str() calls from stream arguments. 9 years ago
  Brad King 3d6638471a Merge topic 'size-empty' 9 years ago
  Daniel Pfeifer c6220de276 Use the empty() method to check for emptyness. 9 years ago
  Daniel Pfeifer 7f6b8d3399 Simplify boolean expressions 9 years ago
  Daniel Pfeifer 5784747d1b Improve string find: prefer character overloads. 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 64b5520346 Isolate formatted streaming blocks with clang-format off/on 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
  Derek Bruening 2a6e0b611b CTest: Set Content-Type header for http file upload (#15774) 10 years ago
  Stephen Kelly 5d056c0dd8 Port Global property interaction to cmState. 10 years ago
  Stephen Kelly 0076b5d834 cmake: Remove the happy global property scope pattern. 10 years ago
  Zack Galbreath 1643b905e0 ctest_submit: Add QUIET option 10 years ago
  Bill Hoffman 18e3771ac7 ctest_submit: Escape URL components in CDASH_UPLOAD mode 10 years ago
  Brad King 0abd3e538e cmake: Use a default CA path when not using system curl 11 years ago
  Brad King 6dd980e0ef ctest_submit: Make CDASH_UPLOAD mode arguments more strict 11 years ago
  Bill Hoffman 5dc33f89b5 ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash 11 years ago
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 11 years ago
  Stephen Kelly aa773035b7 Replace !foo.size() pattern with foo.empty(). 11 years ago
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 11 years ago
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 11 years ago
  Stephen Kelly 6162c9194b Use two-iterator std::set::insert where appropriate. 11 years ago
  Stephen Kelly 5eb4d7590e Remove some unneeded c_str calls. 11 years ago