| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: Add more CLI `:option:` references to various pages | Alex Turbov | 2022-10-20 | 1 | -1/+1 |
|
|
* | CTest: only look for update executables when needed | Seth R Johnson | 2020-11-26 | 1 | -9/+8 |
|
|
* | CTest: Remove additional batch test variables | Seth R Johnson | 2020-11-11 | 1 | -8/+0 |
|
|
* | Merge topic 'help_ctest_cuda_memcheck' | Craig Scott | 2020-11-06 | 1 | -1/+1 |
|\ |
|
| * | CTest: Add cuda-memcheck to Dart and CTest module | Tobias Ribizel | 2020-11-05 | 1 | -1/+1 |
|
|
* | | CTest: Avoid invoking external tool to get the host name | Brad King | 2020-10-22 | 1 | -1/+8 |
|/ |
|
* | CTest: avoid marking undeclared cache variables as advanced | Ben Boeckel | 2020-01-14 | 1 | -4/+0 |
|
|
* | ctest: add support for memcheck using Dr. Memory | Dietmar Scheidl | 2019-12-10 | 1 | -1/+1 |
|
|
* | Modules/CTest: Fix SubmitURL | Regina Pfeifer | 2019-04-09 | 1 | -1/+1 |
|
|
* | CTest: Add documentation and release notes for SubmitURL | Regina Pfeifer | 2019-01-16 | 1 | -4/+1 |
|
|
* | Modules/CTest: Set SubmitURL | Regina Pfeifer | 2019-01-16 | 1 | -0/+13 |
|
|
* | CTest: Remove submit method 'scp' | Regina Pfeifer | 2018-11-28 | 1 | -3/+0 |
|
|
* | Remove unnecessary CTEST_PROJECT_NAME variables | Regina Pfeifer | 2018-11-20 | 1 | -1/+0 |
|
|
* | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -1/+1 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -5/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | CTest: Properly set buildname if only C langage is enabled | Jean-Christophe Fillion-Robin | 2016-06-20 | 1 | -6/+6 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -3/+0 |
|
|
* | ctest: Consolidate documentation of CTEST_USE_LAUNCHERS (#15533) | Brad King | 2015-04-28 | 1 | -12/+3 |
|
|
* | Modules/CTest: Improve documentation formatting | Brad King | 2015-04-28 | 1 | -34/+26 |
|
|
* | Modules/CTest: Use bracket comment for documentation block | Brad King | 2015-04-28 | 1 | -65/+66 |
|
|
* | Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548) | Brad King | 2013-11-18 | 1 | -1/+1 |
|
|
* | ctest_update: Add support for Perforce p4 client | Pedro Navarro | 2013-10-26 | 1 | -0/+5 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -35/+54 |
|
|
* | replace string(... MATCHES "^const$) with string(... STREQUAL "const") | Rolf Eike Beer | 2013-06-02 | 1 | -2/+2 |
|
|
* | CTest: Ensure CTEST_USE_LAUNCHERS behaves nicely in Superbuild setup | Jean-Christophe Fillion-Robin | 2012-10-16 | 1 | -12/+2 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -29/+29 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -135/+135 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -9/+9 |
|
|
* | CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490) | David Cole | 2011-10-22 | 1 | -0/+3 |
|
|
* | CTest: Mark DART_TESTING_TIMEOUT as advanced (#10150) | David Cole | 2011-01-28 | 1 | -10/+11 |
|
|
* | Honor MAKECOMMAND value saved in cache (#11026) | David Cole | 2010-09-22 | 1 | -2/+4 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | Checksums on CTest submit files, and retry timed out submissions. | Zach Mullen | 2010-06-03 | 1 | -1/+8 |
|
|
* | Do not warn for unknown CTest UPDATE_TYPE | Brad King | 2010-02-10 | 1 | -7/+0 |
|
|
* | Detect Git repositories for CTest UPDATE_TYPE | Brad King | 2010-02-10 | 1 | -0/+7 |
|
|
* | Simplify CTest.cmake module with ELSEIF | Brad King | 2010-02-10 | 1 | -29/+17 |
|
|
* | Document usage of the include(CTest) module | Brad King | 2009-12-04 | 1 | -9/+45 |
|
|
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni... | David Cole | 2009-12-04 | 1 | -6/+11 |
|
|
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
|
|
* | Fixed ctest output where max test index is not the same width as the total nu... | Zach Mullen | 2009-09-02 | 1 | -0/+8 |
|
|
* | ENH: Teach CTest to handle Mercurial repositories | Brad King | 2009-07-10 | 1 | -0/+11 |
|
|
* | ENH: Remove CTest public.kitware.com drop default | Brad King | 2009-05-15 | 1 | -25/+0 |
|
|
* | ENH: Teach CTest to handle Bazaar repositories | Brad King | 2009-05-14 | 1 | -0/+12 |
|
|
* | STYLE: first lower-casing the string makes comparing its contents easier | Alexander Neundorf | 2009-05-10 | 1 | -5/+6 |
|
|
* | ENH: Create include(CTest) launcher interface | Brad King | 2009-02-11 | 1 | -0/+12 |
|
|
* | STYLE: mention cdash (not only dart) | Alexander Neundorf | 2008-11-03 | 1 | -2/+2 |
|
|
* | ENH: recognize vs 9 and possible 10 or greater when they come out... | Bill Hoffman | 2008-05-02 | 1 | -9/+13 |
|
|
* | ENH: Avoid printing message about unknown repository type repeatedly in CTest. | Brad King | 2008-03-17 | 1 | -1/+4 |
|
|