summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildAndTestHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.David Cole2009-10-131-2/+2
|
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-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 warningBill Hoffman2009-06-151-0/+1
|
* BUG: fix crash when running ctest coverage for VTKBill Hoffman2009-06-151-0/+12
|
* ENH: Minor readability improvement in CTest outputBrad King2008-12-181-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 Cole2008-11-261-1/+1
| | | | variables on a per-test basis for ctest using set_test_properties ENVIRONMENT.
* BUG: Make CTest honor user-specified configBrad King2008-09-041-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 Hoffman2008-06-181-0/+8
| | | | cases, it was not...
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-171-1/+0
|
* ENH: for build and test default the config type to the one that ctest was ↵Bill Hoffman2007-09-111-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 invocaitonsKen Martin2007-06-061-11/+11
|
* ENH: fix passing of time limit to some ctest invocations that also use ↵Ken Martin2007-06-041-2/+2
| | | | build-options
* ENH: support for --build-config-sample feature #1022Ken Martin2007-03-191-88/+43
|
* BUG: fixes so that --build-and-test will honor timeoutsKen Martin2007-01-301-3/+39
|
* ENH: added per test timeout supportKen Martin2007-01-251-4/+9
|
* ENH: add cmake output to build and testBill Hoffman2006-08-081-0/+3
|
* BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵Brad King2006-06-011-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 warningAndy Cedilnik2006-03-231-2/+1
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-80/+85
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-23/+27
|
* STYLE: Remove debugAndy Cedilnik2006-02-281-6/+0
|
* ENH: Add support for multiple build targets and start adding simple cpack testsAndy Cedilnik2006-02-281-15/+34
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-071-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 shouldBrad King2006-01-131-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 bundlesBill Hoffman2005-12-191-0/+8
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-0/+1
| | | | multiple submited files
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+5
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Move the build-and-test code to a handlerAndy Cedilnik2005-06-031-0/+451