| .. |
|
cmCTestBuildAndTestHandler.cxx
|
4c725d1e0e
ENH: Minor readability improvement in CTest output
|
17 years ago |
|
cmCTestBuildAndTestHandler.h
|
3abf39eda0
ENH: support for --build-config-sample feature #1022
|
18 years ago |
|
cmCTestBuildCommand.cxx
|
a0359d3c15
BUG: Fix CTEST_USE_LAUNCHERS in dashboard scripts
|
17 years ago |
|
cmCTestBuildCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
17 years ago |
|
cmCTestBuildHandler.cxx
|
7435355ec8
ENH: Report file names relative to source dir
|
17 years ago |
|
cmCTestBuildHandler.h
|
7497fd575d
ENH: Teach CTest dashboard builds to use launchers
|
17 years ago |
|
cmCTestCVS.cxx
|
6bdc2b5d99
ENH: Add cmCTestCVS and cmCTestSVN
|
17 years ago |
|
cmCTestCVS.h
|
6bdc2b5d99
ENH: Add cmCTestCVS and cmCTestSVN
|
17 years ago |
|
cmCTestCommand.h
|
862f5df25c
STYLE: Fix some style issues
|
20 years ago |
|
cmCTestConfigureCommand.cxx
|
9457ca3cf5
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.
|
17 years ago |
|
cmCTestConfigureCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
17 years ago |
|
cmCTestConfigureHandler.cxx
|
dc13914cd6
ENH: Create cmXMLSafe to help escapes in XML
|
17 years ago |
|
cmCTestConfigureHandler.h
|
6503a0eecc
STYLE: Fix some style issues
|
20 years ago |
|
cmCTestCoverageCommand.cxx
|
337362dfcf
COMP: Return 0 instead of false
|
19 years ago |
|
cmCTestCoverageCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
17 years ago |
|
cmCTestCoverageHandler.cxx
|
70b1ed2548
ENH: Teach CTest to put labels in coverage results
|
17 years ago |
|
cmCTestCoverageHandler.h
|
70b1ed2548
ENH: Teach CTest to put labels in coverage results
|
17 years ago |
|
cmCTestEmptyBinaryDirectoryCommand.cxx
|
0e69d38004
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
|
18 years ago |
|
cmCTestEmptyBinaryDirectoryCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 years ago |
|
cmCTestGenericHandler.cxx
|
40366f6ced
ENH: fix part submission to not have memory of the last part submission
|
17 years ago |
|
cmCTestGenericHandler.h
|
447f5b303e
ENH: Divide CTest file submission list by part
|
17 years ago |
|
cmCTestHandlerCommand.cxx
|
cccac773ce
ENH: Teach ctest_* to create appending XML files
|
17 years ago |
|
cmCTestHandlerCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
17 years ago |
|
cmCTestLaunch.cxx
|
7435355ec8
ENH: Report file names relative to source dir
|
17 years ago |
|
cmCTestLaunch.h
|
7435355ec8
ENH: Report file names relative to source dir
|
17 years ago |
|
cmCTestMemCheckCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCTestMemCheckCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
17 years ago |
|
cmCTestMemCheckHandler.cxx
|
dc13914cd6
ENH: Create cmXMLSafe to help escapes in XML
|
17 years ago |
|
cmCTestMemCheckHandler.h
|
132cb5d479
ENH: add support for bounds checker
|
18 years ago |
|
cmCTestMultiProcessHandler.cxx
|
70363cbf8f
BUG: partial fix for 8056 -W now works with -j
|
17 years ago |
|
cmCTestMultiProcessHandler.h
|
a4ae5a72a0
COMP: fix some more warnings
|
17 years ago |
|
cmCTestReadCustomFilesCommand.cxx
|
0e69d38004
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
|
18 years ago |
|
cmCTestReadCustomFilesCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 years ago |
|
cmCTestRunScriptCommand.cxx
|
0e69d38004
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
|
18 years ago |
|
cmCTestRunScriptCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 years ago |
|
cmCTestSVN.cxx
|
506e745c37
ENH: Teach cmCTestSVN to load repo/tree relation
|
17 years ago |
|
cmCTestSVN.h
|
506e745c37
ENH: Teach cmCTestSVN to load repo/tree relation
|
17 years ago |
|
cmCTestScriptHandler.cxx
|
5b1139caea
BUG: fix for bug #8224 fix crash
|
17 years ago |
|
cmCTestScriptHandler.h
|
ed387ffe6b
ENH: add subproject tag property for ctest
|
17 years ago |
|
cmCTestSleepCommand.cxx
|
0e69d38004
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
|
18 years ago |
|
cmCTestSleepCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 years ago |
|
cmCTestStartCommand.cxx
|
0e69d38004
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
|
18 years ago |
|
cmCTestStartCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 years ago |
|
cmCTestSubmitCommand.cxx
|
6f88b29121
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.
|
17 years ago |
|
cmCTestSubmitCommand.h
|
17dc49c013
ENH: More documentation for ctest_submit command
|
17 years ago |
|
cmCTestSubmitHandler.cxx
|
c6d499aba5
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.
|
17 years ago |
|
cmCTestSubmitHandler.h
|
6f88b29121
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.
|
17 years ago |
|
cmCTestTestCommand.cxx
|
4e710a9ebe
ENH: add the ability to run tests by labels
|
17 years ago |
|
cmCTestTestCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
17 years ago |
|
cmCTestTestHandler.cxx
|
4e710a9ebe
ENH: add the ability to run tests by labels
|
17 years ago |
|
cmCTestTestHandler.h
|
4e710a9ebe
ENH: add the ability to run tests by labels
|
17 years ago |
|
cmCTestUpdateCommand.cxx
|
12cc89a8e5
BUG: Try to fix the problem of bad test names
|
19 years ago |
|
cmCTestUpdateCommand.h
|
ab1b9b45ff
ENH: Improve ctest_* command documentation
|
17 years ago |
|
cmCTestUpdateHandler.cxx
|
de3dedb4ea
ENH: Factor out VCS work tree revision checks
|
17 years ago |
|
cmCTestUpdateHandler.h
|
0d66aa3915
ENH: Factor out VCS tool detection
|
17 years ago |
|
cmCTestVC.cxx
|
de3dedb4ea
ENH: Factor out VCS work tree revision checks
|
17 years ago |
|
cmCTestVC.h
|
de3dedb4ea
ENH: Factor out VCS work tree revision checks
|
17 years ago |
|
cmProcess.cxx
|
046449e2f7
ENH: fix return value to ctest_build and remove debug print in cmProcess
|
17 years ago |
|
cmProcess.h
|
ede2be4be1
ENH: add start end time for procs
|
17 years ago |