| Commit message (Expand) | Author | Age | Files | Lines |
* | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -3/+3 |
|
|
* | CTest: adopt std::chrono::system_clock | Wouter Klouwen | 2017-11-17 | 1 | -2/+2 |
|
|
* | CTest: use std::chrono::steady_clock for time keeping | Wouter Klouwen | 2017-11-14 | 1 | -1/+2 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -3/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -4/+6 |
|
|
* | CTest: Split out labels and subproject labels in summary output | Bill Hoffman | 2017-09-08 | 1 | -2/+1 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -3/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Merge topic 'better-exception-reporting' | Brad King | 2017-07-13 | 1 | -1/+2 |
|\ |
|
| * | CTest: Report more detail about system exceptions in tests | Bill Hoffman | 2017-07-12 | 1 | -1/+2 |
|
|
* | | Display subproject timing summary | Betsy McPhail | 2017-07-10 | 1 | -0/+2 |
|
|
* | | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable | Betsy McPhail | 2017-07-10 | 1 | -0/+5 |
|/ |
|
* | Add ctest options for limiting which tests fixtures add | Craig Scott | 2017-05-01 | 1 | -0/+3 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | Add 'DISABLED' test property | Betsy McPhail | 2017-03-29 | 1 | -0/+1 |
|
|
* | Remove cmObject.h and cmTypeMacro.h | Daniel Pfeifer | 2016-10-24 | 1 | -1/+0 |
|
|
* | Make cmCTestGenericHandler not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | CTest: Add support for test fixtures | Craig Scott | 2016-09-20 | 1 | -0/+9 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -1/+12 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -3/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -59/+55 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | CTest: Optionally use a secondary test timeout after matching output | Zack Galbreath | 2016-03-22 | 1 | -0/+3 |
|
|
* | CTest: Add options to limit output of passed and failed tests | Roman Wüger | 2015-09-18 | 1 | -0/+5 |
|
|
* | cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -5/+6 |
|
|
* | CTest: Generate NamedMeasurement elements directly into xml file | Daniel Pfeifer | 2015-05-26 | 1 | -2/+2 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -9/+9 |
|
|
* | allow to mark a test as "Not Run" with a specific return code (#8466) | Rolf Eike Beer | 2014-01-14 | 1 | -0/+2 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -5/+5 |
|
|
* | ctest: Add --rerun-failed option | Zack Galbreath | 2013-10-08 | 1 | -0/+15 |
|
|
* | CTest: create one output file per memcheck (#14303) | Rolf Eike Beer | 2013-08-07 | 1 | -1/+1 |
|
|
* | CTest: print failed tests in index order (#11746) | David Cole | 2011-08-03 | 1 | -2/+11 |
|
|
* | Implement ctest_upload command | Zach Mullen | 2011-03-15 | 1 | -2/+0 |
|
|
* | Remove trailing whitespace | Brad King | 2011-03-11 | 1 | -2/+2 |
|
|
* | Test TIMEOUT property explicitly set to zero should be honored | Zach Mullen | 2011-01-03 | 1 | -0/+1 |
|
|
* | Added RESOURCE_LOCK test property. | Zach Mullen | 2010-03-02 | 1 | -0/+1 |
|
|
* | Use historical average of test times to schedule tests. | Zach Mullen | 2010-02-26 | 1 | -0/+1 |
|
|
* | CTest output submitted to the dashboard is now compressed by default. | Zach Mullen | 2009-12-17 | 1 | -0/+1 |
|
|
* | Added an option to conditionally attach files to a test submission only if th... | Zach Mullen | 2009-12-16 | 1 | -0/+1 |
|
|
* | Changed XML formatting of files attached to test so that each file is archive... | Zach Mullen | 2009-12-15 | 1 | -1/+1 |
|
|
* | CTest-side changes to allow users to attach arbitrary files to test results t... | Zach Mullen | 2009-12-15 | 1 | -0/+5 |
|
|
* | Unfortunately, I noticed the comment on bug 8668 too late. This changes my l... | Zach Mullen | 2009-12-10 | 1 | -3/+2 |
|
|
* | [0008668: CTest Dev: Missing executables shown as failed tests when using MPI... | Zach Mullen | 2009-12-10 | 1 | -1/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Fixed segfault and bad reporting if a ctest executable could not be foun... | Zach Mullen | 2009-09-10 | 1 | -0/+1 |
|
|
* | ENH: Replaced the EXPENSIVE test property with a COST test property taking a ... | Zach Mullen | 2009-09-08 | 1 | -1/+1 |
|
|
* | ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi... | Zach Mullen | 2009-09-07 | 1 | -0/+1 |
|
|
* | Fixed warnings | Zach Mullen | 2009-09-03 | 1 | -0/+1 |
|
|