CMake/Source/CTest
Andy Cedilnik f47a57c3e8 ENH: Add a way to submit extra files to the dashboard 2005-07-18 12:53:48 -04:00
..
Curl ENH: Initial import 2005-06-24 09:02:17 -04:00
CMakeLists.txt BUG: This cmakelists file is not used any more 2005-03-04 10:04:25 -05:00
cmCTestBuildAndTestHandler.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestBuildAndTestHandler.h ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 2005-06-17 13:04:56 -04:00
cmCTestBuildCommand.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestBuildCommand.h ENH: Remove memory leak and remember global generator for next time 2005-05-08 13:48:09 -04:00
cmCTestBuildHandler.cxx ENH: Improve performance by compiling regular expressions when needed 2005-07-02 22:31:30 -04:00
cmCTestBuildHandler.h ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 2005-06-17 13:04:56 -04:00
cmCTestCommand.h ENH: Several improvements to CTest: 2005-06-16 13:18:21 -04:00
cmCTestConfigureCommand.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestConfigureCommand.h ENH: Improve syntax 2005-05-04 11:13:35 -04:00
cmCTestConfigureHandler.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestConfigureHandler.h ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 2005-06-17 13:04:56 -04:00
cmCTestCoverageCommand.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestCoverageCommand.h ENH: Add commands for memory checking and coverage 2005-06-14 14:00:45 -04:00
cmCTestCoverageHandler.cxx ENH: Some more cleanups and add ctest custom vector for regular expression to exclude from coverage 2005-07-14 14:15:51 -04:00
cmCTestCoverageHandler.h ENH: Add custom supression regular expressions 2005-07-14 13:25:40 -04:00
cmCTestEmptyBinaryDirectoryCommand.cxx BUG: When removing directory, use lstat instead of stat to make sure that symlinks are treated as files and not as directories 2005-07-12 10:40:14 -04:00
cmCTestEmptyBinaryDirectoryCommand.h ENH: added more capabilities to ctest 2005-01-27 10:11:04 -05:00
cmCTestGenericHandler.cxx ENH: Cleanup file name 2005-07-18 11:32:29 -04:00
cmCTestGenericHandler.h ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestHandlerCommand.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestHandlerCommand.h ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestMemCheckCommand.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestMemCheckCommand.h ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestMemCheckHandler.cxx ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 2005-06-17 13:04:56 -04:00
cmCTestMemCheckHandler.h ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 2005-06-17 13:04:56 -04:00
cmCTestRunScriptCommand.cxx ENH: clean up running of default script 2005-01-27 13:31:31 -05:00
cmCTestRunScriptCommand.h ENH: added more capabilities to ctest 2005-01-27 10:11:04 -05:00
cmCTestScriptHandler.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestScriptHandler.h ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 2005-06-17 13:04:56 -04:00
cmCTestSleepCommand.cxx COMP: fix some compiler warnings/errors 2005-01-27 11:01:56 -05:00
cmCTestSleepCommand.h ENH: added more capabilities to ctest 2005-01-27 10:11:04 -05:00
cmCTestStartCommand.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestStartCommand.h ENH: Cleanups and add CTEST_START command 2005-02-17 10:51:52 -05:00
cmCTestSubmitCommand.cxx ENH: Add a way to submit extra files to the dashboard 2005-07-18 12:53:48 -04:00
cmCTestSubmitCommand.h ENH: Improve syntax 2005-05-04 11:13:35 -04:00
cmCTestSubmitHandler.cxx ENH: Add a way to submit extra files to the dashboard 2005-07-18 12:53:48 -04:00
cmCTestSubmitHandler.h ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestTestCommand.cxx COMP: Remove warning and fix the logic 2005-07-14 09:29:54 -04:00
cmCTestTestCommand.h ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestTestHandler.cxx BUG: Go back to the original directory after examining the current directory 2005-07-12 12:31:42 -04:00
cmCTestTestHandler.h ENH: Improve performance of testing and do not complain if DartTestfile.txt is not found or if directory does not exist 2005-07-02 22:30:37 -04:00
cmCTestUpdateCommand.cxx ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
cmCTestUpdateCommand.h ENH: Improve syntax 2005-05-04 11:13:35 -04:00
cmCTestUpdateHandler.cxx ENH: Add default update options 2005-07-11 11:59:51 -04:00
cmCTestUpdateHandler.h ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 2005-06-17 13:04:56 -04:00