Commit History

Author SHA1 Message Date
  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
  Brad King e61973e1ab CTest: Fix regression in handling of a RUN_SERIAL test that fails 10 years ago
  Betsy McPhail f62d301b92 ctest: Optionally avoid starting tests that may exceed a given CPU load 10 years ago
  Zack Galbreath 07c550caa2 cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementation 10 years ago
  Bill Hoffman fde70a1b26 ctest: Add a new --repeat-until-fail option 10 years ago
  Zack Galbreath 876a680d48 ctest_test: Add QUIET option 10 years ago
  Stephen Kelly af65da0aa9 cmStandardIncludes: Remove list include. 10 years ago
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 10 years ago
  Stephen Kelly 607e19384f Replace 'foo.size() != 0' pattern with !foo.empty(). 10 years ago
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 10 years ago
  Brad King b5a467262b Merge topic 'drop-ancient-workarounds' 10 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 years ago
  Stephen Kelly 6162c9194b Use two-iterator std::set::insert where appropriate. 11 years ago
  Stephen Kelly 238dd2fbab Use insert instead of a loop in some cases. 11 years ago
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 years ago
  Clinton Stimpson 42e39bb37d Fix a few more places to use cmsys::[io]fstream instead of std::fstream. 11 years ago
  Stephen Kelly af8a1643c1 Remove c_str calls when using stream APIs. 11 years ago
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 years ago
  Clinton Stimpson 5730710c86 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. 12 years ago
  Nils Gladitz 7f0d4aff24 CTest: fix regressions introduced by the ctest-fix-run-serial topic 12 years ago
  Nils Gladitz 2eccdbdc2a CTest: prevent tests from being inserted in the cost list twice 12 years ago
  Nils Gladitz 2b5c9da5bc CTest: restore old failed test priority in serial test runs 12 years ago
  Nils Gladitz ff59365f8b CTest: fix dashboard issues associated with the ctest-fix-run-serial topic 12 years ago
  Nils Gladitz 384beffc39 CTest: added comments that describe the basic test sorting approach 12 years ago
  Nils Gladitz adbe00d6e1 CTest: removed redundant copy of test dependency set 12 years ago
  Nils Gladitz 1b750cbf9a CTest: perform cycle test early 12 years ago