Brad King 1f7133cd61 CTest: Fix line-too-long style in DEPEND cycle error 15 years ago
..
cmCTestBZR.cxx 678073bec2 CTest: Submit author email in Update.xml 15 years ago
cmCTestBZR.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestBatchTestHandler.cxx 99697308f3 Add a ctest test to cover cmCTestBatchTestHandler. Since its behavior isn't fully defined yet, we just run it as is and don't care much about the result. 16 years ago
cmCTestBatchTestHandler.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestBuildAndTestHandler.cxx 85feea2d0d Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch. 16 years ago
cmCTestBuildAndTestHandler.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestBuildCommand.cxx b0d5fa0bc7 Fix for issue #5041 - improve error messages that may occur during ctest_build and ctest_configure. 16 years ago
cmCTestBuildCommand.h 6e7f182318 Document ctest_build() TARGET option 15 years ago
cmCTestBuildHandler.cxx a570ba6df7 Merge topic 'external-project-launcher' 15 years ago
cmCTestBuildHandler.h 0b38bb4c53 Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. 16 years ago
cmCTestCVS.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestCVS.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestCommand.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestConfigureCommand.cxx 90f6a7270a Fix for fix for issue #2336 - do not specify CMAKE_BUILD_TYPE when the ctest -C configuration type string is empty. 16 years ago
cmCTestConfigureCommand.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestConfigureHandler.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestConfigureHandler.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestCoverageCommand.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestCoverageCommand.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestCoverageHandler.cxx 9203e9187e Fix spelling errors reported by Lintian. 15 years ago
cmCTestCoverageHandler.h 1d4e121d9c Add php coverage to ctest. 15 years ago
cmCTestEmptyBinaryDirectoryCommand.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestEmptyBinaryDirectoryCommand.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestGIT.cxx e6067ca969 Merge topic 'ctest-git-flexibility' 15 years ago
cmCTestGIT.h a7319cf1c1 ctest_update: Run 'git submodule' at top level 15 years ago
cmCTestGenericHandler.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestGenericHandler.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestGlobalVC.cxx a73833d037 Submit global tree revision in Update.xml 16 years ago
cmCTestGlobalVC.h a73833d037 Submit global tree revision in Update.xml 16 years ago
cmCTestHG.cxx 678073bec2 CTest: Submit author email in Update.xml 15 years ago
cmCTestHG.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestHandlerCommand.cxx 0b38bb4c53 Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. 16 years ago
cmCTestHandlerCommand.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestLaunch.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestLaunch.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestMemCheckCommand.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestMemCheckCommand.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestMemCheckHandler.cxx 5383657357 CTest: Avoid use of old EscapeSpaces method 15 years ago
cmCTestMemCheckHandler.h 5383657357 CTest: Avoid use of old EscapeSpaces method 15 years ago
cmCTestMultiProcessHandler.cxx 1f7133cd61 CTest: Fix line-too-long style in DEPEND cycle error 15 years ago
cmCTestMultiProcessHandler.h 32242affea Added CTest command --print-labels 15 years ago
cmCTestReadCustomFilesCommand.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestReadCustomFilesCommand.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestRunScriptCommand.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestRunScriptCommand.h 9203e9187e Fix spelling errors reported by Lintian. 15 years ago
cmCTestRunTest.cxx 3f94c7cc39 When processing DartMeasurements use the tests working directory. 15 years ago
cmCTestRunTest.h 5383657357 CTest: Avoid use of old EscapeSpaces method 15 years ago
cmCTestSVN.cxx 3e724b2725 Submit Subversion directory path in Update.xml 16 years ago
cmCTestSVN.h 3e724b2725 Submit Subversion directory path in Update.xml 16 years ago
cmCTestScriptHandler.cxx 4d3a387ac6 Preserve environment variables across calls to cmCTestScriptHandler::RunConfigurationScript. This will help prevent problems like we are currently experiencing (regarding CMake continuous dashboards only running once each day because the HOME environment variable is modified indirectly by a command in a called script, but affects the environment in the calling script). 16 years ago
cmCTestScriptHandler.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestSleepCommand.cxx 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestSleepCommand.h 7145ca67fc CTest: Fix ctest_sleep documentation (#11554) 15 years ago
cmCTestStartCommand.cxx aad15c3abf Fix issue #10060 - add APPEND arg to ctest_start command. 16 years ago
cmCTestStartCommand.h aad15c3abf Fix issue #10060 - add APPEND arg to ctest_start command. 16 years ago
cmCTestSubmitCommand.cxx af5ef0c969 Testing for CTest checksum 15 years ago
cmCTestSubmitCommand.h af5ef0c969 Testing for CTest checksum 15 years ago
cmCTestSubmitHandler.cxx e1a4c02bac Merge topic 'resolve/doc-spelling/CPackRPM' 15 years ago
cmCTestSubmitHandler.h e525649a4e Checksums on CTest submit files, and retry timed out submissions. 15 years ago
cmCTestTestCommand.cxx 0ba9d04117 Add the --stop-time argument 15 years ago
cmCTestTestCommand.h 0ba9d04117 Add the --stop-time argument 15 years ago
cmCTestTestHandler.cxx 32242affea Added CTest command --print-labels 15 years ago
cmCTestTestHandler.h 767ffba8ff Added RESOURCE_LOCK test property. 15 years ago
cmCTestUpdateCommand.cxx 2eae651acc ctest_update: Support custom Git update command 15 years ago
cmCTestUpdateCommand.h 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
cmCTestUpdateHandler.cxx 1da611fd46 ctest_update: Report failure in Update.xml 15 years ago
cmCTestUpdateHandler.h e1548142fb CTest: Move initial checkout to ctest_start() 16 years ago
cmCTestVC.cxx 678073bec2 CTest: Submit author email in Update.xml 15 years ago
cmCTestVC.h 678073bec2 CTest: Submit author email in Update.xml 15 years ago
cmParsePHPCoverage.cxx 1d4e121d9c Add php coverage to ctest. 15 years ago
cmParsePHPCoverage.h 1d4e121d9c Add php coverage to ctest. 15 years ago
cmProcess.cxx 8f8c1edca2 Fix for bug #10859, ctest exit exception incorrectly reported. 15 years ago
cmProcess.h 8f8c1edca2 Fix for bug #10859, ctest exit exception incorrectly reported. 15 years ago