CMake/Source/CTest
Brad King 3829be4ca6 ENH: Refactor initial checkout into cmCTestVC
This adds cmCTestVC::InitialCheckout and uses it in cmCTestUpdateHandler
to run the initial checkout command.  The new implementation logs the
command in the update log consistently with the rest of the new update
implementation.
2009-02-26 09:22:32 -05:00
..
cmCTestBuildAndTestHandler.cxx ENH: Minor readability improvement in CTest output 2008-12-18 12:27:59 -05:00
cmCTestBuildAndTestHandler.h ENH: support for --build-config-sample feature #1022 2007-03-19 13:04:10 -04:00
cmCTestBuildCommand.cxx BUG: Fix CTEST_USE_LAUNCHERS in dashboard scripts 2009-02-13 11:49:31 -05:00
cmCTestBuildCommand.h ENH: Document APPEND option in ctest_* commands 2009-02-20 15:51:03 -05:00
cmCTestBuildHandler.cxx ENH: Report file names relative to source dir 2009-02-12 13:00:22 -05:00
cmCTestBuildHandler.h ENH: Teach CTest dashboard builds to use launchers 2009-02-11 15:18:08 -05:00
cmCTestCVS.cxx ENH: Rewrite CTest Update implementation 2009-02-25 14:42:45 -05:00
cmCTestCVS.h ENH: Rewrite CTest Update implementation 2009-02-25 14:42:45 -05:00
cmCTestCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestConfigureCommand.cxx ENH: Add OPTIONS argument to the ctest_configure command so that you can pass -D arguments to the cmake configure step from a ctest -S script. Also clarify/correct some not so helpful error messages. 2008-12-30 09:13:02 -05:00
cmCTestConfigureCommand.h ENH: Document APPEND option in ctest_* commands 2009-02-20 15:51:03 -05:00
cmCTestConfigureHandler.cxx ENH: Create cmXMLSafe to help escapes in XML 2009-02-05 16:31:37 -05:00
cmCTestConfigureHandler.h STYLE: Fix some style issues 2006-03-09 11:17:10 -05:00
cmCTestCoverageCommand.cxx COMP: Return 0 instead of false 2006-03-29 12:33:41 -05:00
cmCTestCoverageCommand.h ENH: Document APPEND option in ctest_* commands 2009-02-20 15:51:03 -05:00
cmCTestCoverageHandler.cxx ENH: Teach CTest to put labels in coverage results 2009-02-13 15:17:06 -05:00
cmCTestCoverageHandler.h ENH: Teach CTest to put labels in coverage results 2009-02-13 15:17:06 -05:00
cmCTestEmptyBinaryDirectoryCommand.cxx ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 2008-01-23 10:28:26 -05:00
cmCTestEmptyBinaryDirectoryCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestGenericHandler.cxx ENH: fix part submission to not have memory of the last part submission 2009-01-15 13:24:54 -05:00
cmCTestGenericHandler.h ENH: Divide CTest file submission list by part 2009-01-12 10:37:55 -05:00
cmCTestHandlerCommand.cxx ENH: Teach ctest_* to create appending XML files 2009-01-12 09:11:29 -05:00
cmCTestHandlerCommand.h ENH: Document APPEND option in ctest_* commands 2009-02-20 15:51:03 -05:00
cmCTestLaunch.cxx ENH: Report file names relative to source dir 2009-02-12 13:00:22 -05:00
cmCTestLaunch.h ENH: Report file names relative to source dir 2009-02-12 13:00:22 -05:00
cmCTestMemCheckCommand.cxx STYLE: some m_ to this-> cleanup 2006-03-15 11:02:08 -05:00
cmCTestMemCheckCommand.h ENH: Document APPEND option in ctest_* commands 2009-02-20 15:51:03 -05:00
cmCTestMemCheckHandler.cxx ENH: Create cmXMLSafe to help escapes in XML 2009-02-05 16:31:37 -05:00
cmCTestMemCheckHandler.h ENH: add support for bounds checker 2007-07-24 14:43:31 -04:00
cmCTestMultiProcessHandler.cxx ENH: add a CDash measured value showing the reason for passed and failed tests based on regular expressions 2009-02-24 17:23:51 -05:00
cmCTestMultiProcessHandler.h COMP: fix some more warnings 2008-07-06 20:03:08 -04:00
cmCTestReadCustomFilesCommand.cxx ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 2008-01-23 10:28:26 -05:00
cmCTestReadCustomFilesCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestRunScriptCommand.cxx ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 2008-01-23 10:28:26 -05:00
cmCTestRunScriptCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestSVN.cxx COMP: Fix cmCTestVC member access for HP compiler 2009-02-25 15:45:14 -05:00
cmCTestSVN.h ENH: Rewrite CTest Update implementation 2009-02-25 14:42:45 -05:00
cmCTestScriptHandler.cxx BUG: fix for bug #8224 fix crash 2008-12-18 21:57:42 -05:00
cmCTestScriptHandler.h ENH: add subproject tag property for ctest 2009-01-09 12:05:23 -05:00
cmCTestSleepCommand.cxx ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 2008-01-23 10:28:26 -05:00
cmCTestSleepCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestStartCommand.cxx ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 2008-01-23 10:28:26 -05:00
cmCTestStartCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestSubmitCommand.cxx ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash setting properly to the ctest configuration during a submit. Also, do not propagate TriggerSite for projects submitting to CDash. No triggers are necessary with CDash. 2009-02-03 11:52:54 -05:00
cmCTestSubmitCommand.h ENH: More documentation for ctest_submit command 2009-02-20 15:50:15 -05:00
cmCTestSubmitHandler.cxx COMP: Iterator version of std::set not available with vs6 implementation of STL. Use explicit iteration to insert individual elements one at a time. Sigh. 2009-02-04 12:38:03 -05:00
cmCTestSubmitHandler.h ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash setting properly to the ctest configuration during a submit. Also, do not propagate TriggerSite for projects submitting to CDash. No triggers are necessary with CDash. 2009-02-03 11:52:54 -05:00
cmCTestTestCommand.cxx ENH: add the ability to run tests by labels 2009-02-10 14:24:24 -05:00
cmCTestTestCommand.h ENH: Document APPEND option in ctest_* commands 2009-02-20 15:51:03 -05:00
cmCTestTestHandler.cxx ENH: add a CDash measured value showing the reason for passed and failed tests based on regular expressions 2009-02-24 17:23:51 -05:00
cmCTestTestHandler.h ENH: add a CDash measured value showing the reason for passed and failed tests based on regular expressions 2009-02-24 17:23:51 -05:00
cmCTestUpdateCommand.cxx BUG: Try to fix the problem of bad test names 2006-07-11 15:58:07 -04:00
cmCTestUpdateCommand.h ENH: Improve ctest_* command documentation 2009-02-20 15:50:57 -05:00
cmCTestUpdateHandler.cxx ENH: Refactor initial checkout into cmCTestVC 2009-02-26 09:22:32 -05:00
cmCTestUpdateHandler.h ENH: Factor out VCS tool detection 2009-02-24 09:09:43 -05:00
cmCTestVC.cxx ENH: Refactor initial checkout into cmCTestVC 2009-02-26 09:22:32 -05:00
cmCTestVC.h ENH: Refactor initial checkout into cmCTestVC 2009-02-26 09:22:32 -05:00
cmProcess.cxx ENH: fix return value to ctest_build and remove debug print in cmProcess 2009-01-14 13:48:03 -05:00
cmProcess.h ENH: add start end time for procs 2008-12-29 17:49:17 -05:00