| Commit message (Expand) | Author | Age | Files | Lines |
* | CTest: correct misleading warning message for RUN_SERIAL tests | Wouter Klouwen | 2017-11-09 | 1 | -0/+12 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -1/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -101/+67 |
|
|
* | Merge topic 'display-ctest-disabled' | Brad King | 2017-06-05 | 1 | -2/+6 |
|\ |
|
| * | ctest: Display disabled status when ctest -N is called | Chuck Atkins | 2017-06-02 | 1 | -2/+6 |
|
|
* | | clang-tidy: use .empty() to check emptyness | Daniel Pfeifer | 2017-04-21 | 1 | -1/+1 |
|
|
* | | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|/ |
|
* | Add 'DISABLED' test property | Betsy McPhail | 2017-03-29 | 1 | -1/+3 |
|
|
* | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -8/+3 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | CTest: Add support for test fixtures | Craig Scott | 2016-09-20 | 1 | -0/+10 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -3/+8 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -2/+1 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -4/+6 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -4/+8 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -3/+3 |
|
|
* | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -403/+298 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -22/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -7/+7 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | CTest: Fix regression in handling of a RUN_SERIAL test that fails | Brad King | 2015-10-23 | 1 | -5/+4 |
|
|
* | ctest: Optionally avoid starting tests that may exceed a given CPU load | Betsy McPhail | 2015-06-30 | 1 | -7/+117 |
|
|
* | cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementation | Zack Galbreath | 2015-06-30 | 1 | -4/+31 |
|
|
* | ctest: Add a new --repeat-until-fail option | Bill Hoffman | 2015-03-23 | 1 | -1/+12 |
|
|
* | ctest_test: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -19/+28 |
|
|
* | cmStandardIncludes: Remove list include. | Stephen Kelly | 2015-02-06 | 1 | -0/+1 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -3/+3 |
|
|
* | Replace 'foo.size() != 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Merge topic 'drop-ancient-workarounds' | Brad King | 2015-01-12 | 1 | -1/+1 |
|\ |
|
| * | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -11/+4 |
|
|
* | | Use insert instead of a loop in some cases. | Stephen Kelly | 2015-01-11 | 1 | -5/+2 |
|/ |
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -9/+9 |
|
|
* | Fix a few more places to use cmsys::[io]fstream instead of std::fstream. | Clinton Stimpson | 2014-10-04 | 1 | -4/+4 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -3/+4 |
|
|
* | CTest: fix regressions introduced by the ctest-fix-run-serial topic | Nils Gladitz | 2013-12-23 | 1 | -4/+83 |
|
|
* | CTest: prevent tests from being inserted in the cost list twice | Nils Gladitz | 2013-10-31 | 1 | -1/+8 |
|
|
* | CTest: restore old failed test priority in serial test runs | Nils Gladitz | 2013-10-27 | 1 | -3/+4 |
|
|
* | CTest: fix dashboard issues associated with the ctest-fix-run-serial topic | Nils Gladitz | 2013-10-25 | 1 | -7/+20 |
|
|
* | CTest: added comments that describe the basic test sorting approach | Nils Gladitz | 2013-10-21 | 1 | -0/+7 |
|
|
* | CTest: removed redundant copy of test dependency set | Nils Gladitz | 2013-10-21 | 1 | -7/+1 |
|
|
* | CTest: perform cycle test early | Nils Gladitz | 2013-10-19 | 1 | -1/+7 |
|
|
* | CTest: consider previously failed tests before all others | Nils Gladitz | 2013-10-19 | 1 | -15/+10 |
|
|
* | CTest: prioritize tests by their depth in the dependency graph | Nils Gladitz | 2013-10-18 | 1 | -4/+45 |
|
|