Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch. | David Cole | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | STYLE: fix warning | Bill Hoffman | 2009-06-15 | 1 | -0/+1 |
| | |||||
* | BUG: fix crash when running ctest coverage for VTK | Bill Hoffman | 2009-06-15 | 1 | -0/+12 |
| | |||||
* | ENH: Minor readability improvement in CTest output | Brad King | 2008-12-18 | 1 | -3/+3 |
| | | | | | | | | When ctest --build-and-test runs the --test-command its output did not quote the arguments of the command being tested making it difficult to read. This adds the quotes. This also changes the wording of the failure case to not sound like CTest could not run the executable when in fact it ran and returned failure. | ||||
* | ENH: Implement feature request from issue 7885. Allow setting environment ↵ | David Cole | 2008-11-26 | 1 | -1/+1 |
| | | | | variables on a per-test basis for ctest using set_test_properties ENVIRONMENT. | ||||
* | BUG: Make CTest honor user-specified config | Brad King | 2008-09-04 | 1 | -2/+8 |
| | | | | | | When the -C or --build-config option is used to specify the configuration to be tested by CTest, do not override it with the configuration in which CTest is built. | ||||
* | BUG: make sure ctest sees the output of the cmake run in build and test ↵ | Bill Hoffman | 2008-06-18 | 1 | -0/+8 |
| | | | | cases, it was not... | ||||
* | ENH: fix build issue with config type not being specified by ctest | Bill Hoffman | 2007-09-17 | 1 | -1/+0 |
| | |||||
* | ENH: for build and test default the config type to the one that ctest was ↵ | Bill Hoffman | 2007-09-11 | 1 | -2/+24 |
| | | | | built with, it is good for the current ctest setup, and other projects can always specify a value on the command line | ||||
* | BUG: better passing of global TIMEOUT to internal ctest invocaitons | Ken Martin | 2007-06-06 | 1 | -11/+11 |
| | |||||
* | ENH: fix passing of time limit to some ctest invocations that also use ↵ | Ken Martin | 2007-06-04 | 1 | -2/+2 |
| | | | | build-options | ||||
* | ENH: support for --build-config-sample feature #1022 | Ken Martin | 2007-03-19 | 1 | -88/+43 |
| | |||||
* | BUG: fixes so that --build-and-test will honor timeouts | Ken Martin | 2007-01-30 | 1 | -3/+39 |
| | |||||
* | ENH: added per test timeout support | Ken Martin | 2007-01-25 | 1 | -4/+9 |
| | |||||
* | ENH: add cmake output to build and test | Bill Hoffman | 2006-08-08 | 1 | -0/+3 |
| | |||||
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵ | Brad King | 2006-06-01 | 1 | -1/+1 |
| | | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. | ||||
* | COMP: Remove warning | Andy Cedilnik | 2006-03-23 | 1 | -2/+1 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -80/+85 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -23/+27 |
| | |||||
* | STYLE: Remove debug | Andy Cedilnik | 2006-02-28 | 1 | -6/+0 |
| | |||||
* | ENH: Add support for multiple build targets and start adding simple cpack tests | Andy Cedilnik | 2006-02-28 | 1 | -15/+34 |
| | |||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 1 | -2/+0 |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | ||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify. | ||||
* | BUG: fix for bug 2560, Xcode does not create correct bundles | Bill Hoffman | 2005-12-19 | 1 | -0/+8 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -0/+1 |
| | | | | multiple submited files | ||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+5 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Move the build-and-test code to a handler | Andy Cedilnik | 2005-06-03 | 1 | -0/+451 |