CMake/Source/CTest
Brad King ae2c4143d2 ENH: Refactor CTest command argument handling
The previous approach to handling of arguments to ctest_* commands
worked only for keyword/value arguments with a single value.  This
refactors the approach to allow some commands to define alternative
argument forms.
2009-01-12 09:10:47 -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 ENH: fix build issue with config type not being specified by ctest 2007-09-17 10:40:57 -04:00
cmCTestBuildCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestBuildHandler.cxx BUG: fix for 5218 Error message pattern match for VS8 2008-10-09 13:00:31 -04:00
cmCTestBuildHandler.h ENH: enhancements for cdash, include system information and better time entries 2008-01-30 11:17:36 -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: 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
cmCTestConfigureHandler.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
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 STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestCoverageHandler.cxx ENH: add more debug stuff to CTestCTest2 so I can figure out redwall 2008-11-23 10:49:46 -05:00
cmCTestCoverageHandler.h ENH: use new covbr that does not stop on error 2007-06-08 12:29:40 -04: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: 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
cmCTestGenericHandler.h ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 2006-04-28 11:59:31 -04:00
cmCTestHandlerCommand.cxx ENH: Refactor CTest command argument handling 2009-01-12 09:10:47 -05:00
cmCTestHandlerCommand.h ENH: Refactor CTest command argument handling 2009-01-12 09:10:47 -05:00
cmCTestMemCheckCommand.cxx STYLE: some m_ to this-> cleanup 2006-03-15 11:02:08 -05:00
cmCTestMemCheckCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestMemCheckHandler.cxx ENH: enhancements for cdash, include system information and better time entries 2008-01-30 11:17:36 -05:00
cmCTestMemCheckHandler.h ENH: add support for bounds checker 2007-07-24 14:43:31 -04:00
cmCTestMultiProcessHandler.cxx COMP: try to fix sgi compiler problem with set and also shorten symbol lengths for set class 2008-07-04 10:28:22 -04: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
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 COMP: Return 0 instead of false 2006-03-29 12:33:41 -05:00
cmCTestSubmitCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestSubmitHandler.cxx STYLE: fix line len 2008-03-04 13:34:21 -05:00
cmCTestSubmitHandler.h ENH: allow cdash not to trigger 2008-02-29 14:58:33 -05:00
cmCTestTestCommand.cxx BUG: 0007569 add ability to do -R/-E in ctest_test command 2008-09-09 11:44:16 -04:00
cmCTestTestCommand.h STYLE: lowercase ctest_test() in the documentation 2008-10-08 17:58:39 -04:00
cmCTestTestHandler.cxx ENH: Teach CTest to submit test property LABELS 2009-01-07 10:41:37 -05:00
cmCTestTestHandler.h ENH: Teach CTest to submit test property LABELS 2009-01-07 10:41:37 -05:00
cmCTestUpdateCommand.cxx BUG: Try to fix the problem of bad test names 2006-07-11 15:58:07 -04:00
cmCTestUpdateCommand.h STYLE: use lower case also for the ctest-specific commands, as in cmake 2008-05-12 09:11:51 -04:00
cmCTestUpdateHandler.cxx BUG: Manage LC_MESSAGES with an object 2009-01-06 14:58:30 -05:00
cmCTestUpdateHandler.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmProcess.cxx ENH: add start end time for procs 2008-12-29 17:49:17 -05:00
cmProcess.h ENH: add start end time for procs 2008-12-29 17:49:17 -05:00