Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: Read CTEST_PARALLEL_LEVEL from environment | Stephen Kelly | 2013-05-21 | 1 | -1/+2 |
| | | | | | If no explicit "-j <n>" option is given on the command line then read the parallel level from an environment variable. | ||||
* | Fix spelling and typos (affecting binary data / module messages) | Andreas Mohr | 2013-05-07 | 1 | -3/+3 |
| | |||||
* | Merge topic 'generator-toolset' | Brad King | 2013-02-08 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 56ca8d4 Tests: Add generator toolset support f36c665 Tests: Consolidate ctest --build-and-test generator options c0debb1 Merge branch 'master' into generator-toolset daae0d2 ExternalProject: Propagate the generator toolset e3841cf CTest: Add options to set generator toolset f980a80 Xcode: Implement generator toolset selection (#9831, #13802) 650c647 VS: Implement generator toolset selection (#10722, #13774) 4fd5342 CMake: Add -T option to choose a generator toolset 118c32f Merge branch 'xcode-duplicate-flags-13354' into generator-toolset cf8645e Tests: Run ctest custom commands with VERBATIM 5b2fba5 ExternalProject: Simplify CMake command line generation | ||||
| * | CTest: Add options to set generator toolset | Brad King | 2013-02-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | The ctest_configure command already reads the CTEST_CMAKE_GENERATOR variable to get the value for the cmake -G option. Read new variable CTEST_CMAKE_GENERATOR_TOOLSET for -T. The "ctest --build-and-test" mode already has "--build-generator" to specify the -G option to CMake. Add a "--build-generator-toolset" option to specify the -T value. | ||||
* | | Fail early if no current working directory exists | Brad King | 2013-02-07 | 1 | -3/+2 |
|/ | | | | | | | Remove the old "nocwd" behavior that attempts to provide the "--help" output when no working directory is available. The long help output scrolls the real error message out of typical terminal sizes. Also execute as little code as possible when no working directory exists. | ||||
* | CTest: Extend -D command line arg handling for variable definitions | David Cole | 2012-06-24 | 1 | -0/+6 |
| | | | | | | If the argument following -D is not a valid dashboard type string, then try to parse it as a "var:type=value" string just like cmake already does. | ||||
* | CPack begin the implementation of --help-command* and --help-variables* | Eric NOULARD | 2012-01-22 | 1 | -0/+1 |
| | | | | | | This modifications set tries to keep the unified doc for cmake/ctest/cpack while introducing tool specific documentation separated. Some documentation sections for CMake do not fit well to CPack. | ||||
* | Usage: Print help, version and copyright options in usage information. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
| | | | | There were missing for ctest, cpack and ccmake. | ||||
* | Usage: Document -j|--parallel option in help message. | Nicolas Despres | 2011-10-23 | 1 | -0/+4 |
| | |||||
* | Remove trailing white-spaces. | Nicolas Despres | 2011-10-23 | 1 | -3/+3 |
| | |||||
* | Added CTest command --print-labels | Zach Mullen | 2010-08-31 | 1 | -1/+4 |
| | | | | | | This command allows a user to quickly see the list of all available test labels. The labels are also printed in verbose show only mode, alongside their corresponding tests. | ||||
* | Add the --stop-time argument | Zach Mullen | 2010-03-17 | 1 | -0/+4 |
| | | | | Unit test and script hook for STOP_TIME | ||||
* | Added an option to conditionally attach files to a test submission only if ↵ | Zach Mullen | 2009-12-16 | 1 | -0/+4 |
| | | | | the test does not pass. Also some preliminary changes for test output compression. | ||||
* | Document new --http1.0 option. | Zach Mullen | 2009-12-11 | 1 | -0/+3 |
| | |||||
* | Document new timeout command line option | Zach Mullen | 2009-11-30 | 1 | -0/+3 |
| | |||||
* | BUG 9961: ctest --help should not display a Generators section | Zach Mullen | 2009-11-24 | 1 | -0/+1 |
| | |||||
* | Doc --help-command, --help-command-list, --help-commands for ctest. (bug 9833) | Zach Mullen | 2009-11-05 | 1 | -0/+7 |
| | |||||
* | Fixed ctest doc typos. (bug 9836) | Zach Mullen | 2009-11-04 | 1 | -5/+5 |
| | |||||
* | Hook for scheduling tests in a random order | Zach Mullen | 2009-10-29 | 1 | -0/+3 |
| | | | | | This may help statistically detect implicit dependencies among unit tests while running in parallel. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | Add label summary times to ctest default output. Also, remove parallel time ↵ | Bill Hoffman | 2009-09-11 | 1 | -0/+4 |
| | | | | output. Add flag to disable label summary. | ||||
* | Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover ↵ | Zach Mullen | 2009-08-27 | 1 | -0/+3 |
| | | | | for ctest | ||||
* | ENH: add docs for command line ctest | Bill Hoffman | 2009-05-07 | 1 | -0/+8 |
| | |||||
* | ENH: Create internal 'ctest --launch' tool | Brad King | 2009-02-11 | 1 | -0/+9 |
| | | | | | | | This creates an undocumented 'ctest --launch' mode. It launches a specified command and optionally records a failure in an xml fragment. We will optionally use this in CTest's Build stage to record per-rule build failure information when using Makefile generators. | ||||
* | BUG: add output on failure to ctest #8255 | Bill Hoffman | 2009-01-18 | 1 | -0/+3 |
| | |||||
* | ENH: add max width option to ctest ouptut | Bill Hoffman | 2008-09-22 | 1 | -1/+4 |
| | |||||
* | ENH: read in old file formats Dart as well | Ken Martin | 2008-01-31 | 1 | -1/+2 |
| | |||||
* | ENH: use CTestTestfile.txt | Ken Martin | 2008-01-17 | 1 | -3/+2 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -0/+1 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -10/+10 |
| | | | | there, also provides secitons for Variables now | ||||
* | BUG: revert doc changes since VS7 cannot compile them, will implement them ↵ | Ken Martin | 2007-10-09 | 1 | -13/+13 |
| | | | | in a different manner | ||||
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -13/+13 |
| | |||||
* | ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵ | Bill Hoffman | 2007-09-11 | 1 | -1/+1 |
| | | | | config types, do not inherit pipes in child procs for ctest so it can kill them | ||||
* | STYLE: create command documentation for ctest | Alexander Neundorf | 2007-06-08 | 1 | -0/+8 |
| | | | | | | | I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex | ||||
* | ENH: support for --build-config-sample feature #1022 | Ken Martin | 2007-03-19 | 1 | -0/+4 |
| | |||||
* | BUG: fixes so that --build-and-test will honor timeouts | Ken Martin | 2007-01-30 | 1 | -2/+2 |
| | |||||
* | ENH: added per test timeout support | Ken Martin | 2007-01-25 | 1 | -1/+3 |
| | |||||
* | ENH: Add support for special tracks, fix options of handlers so that the -R, ↵ | Andy Cedilnik | 2006-04-28 | 1 | -0/+5 |
| | | | | -U, and so on work in the new style scripting | ||||
* | ENH: Add support for preinstall for cmake generated projects when packaging them | Andy Cedilnik | 2006-04-10 | 1 | -2/+1 |
| | |||||
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -0/+6 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -38/+49 |
| | |||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 1 | -1/+0 |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | ||||
* | STYLE: removed some docs that did not make sense | Ken Martin | 2005-11-16 | 1 | -1/+0 |
| | |||||
* | ENH: Add a way to submit extra files to the dashboard | Andy Cedilnik | 2005-07-18 | 1 | -0/+2 |
| | |||||
* | ENH: Several improvements and cleanups: | Andy Cedilnik | 2005-07-18 | 1 | -11/+25 |
| | | | | | | | 1. Add long command line arguments for every argument 2. Add a way to overwrite CTest configuration by providing --overwrite TimeOut=10 3. Improve argument parsing. 4. Add submit index argument | ||||
* | ENH: Add debug flag | Andy Cedilnik | 2005-06-02 | 1 | -0/+3 |
| | |||||
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 1 | -2/+2 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -6/+16 |
| | | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake | ||||
* | ENH: Start adding support for CTest testfiles | Andy Cedilnik | 2005-04-01 | 1 | -1/+6 |
| | |||||
* | FIX: fix output of passing tests | Bill Hoffman | 2005-03-11 | 1 | -4/+1 |
| |