| .. |
|
cmCTestBZR.cxx
|
55c4cbbae9
BUG: Parse more bzr xml output encodings
|
16 anni fa |
|
cmCTestBZR.h
|
a524e07152
ENH: Teach CTest to handle Bazaar repositories
|
16 anni fa |
|
cmCTestBuildAndTestHandler.cxx
|
0e85c8b6a1
STYLE: fix warning
|
16 anni fa |
|
cmCTestBuildAndTestHandler.h
|
3abf39eda0
ENH: support for --build-config-sample feature #1022
|
18 anni fa |
|
cmCTestBuildCommand.cxx
|
a0359d3c15
BUG: Fix CTEST_USE_LAUNCHERS in dashboard scripts
|
16 anni fa |
|
cmCTestBuildCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
16 anni fa |
|
cmCTestBuildHandler.cxx
|
7435355ec8
ENH: Report file names relative to source dir
|
17 anni fa |
|
cmCTestBuildHandler.h
|
7497fd575d
ENH: Teach CTest dashboard builds to use launchers
|
17 anni fa |
|
cmCTestCVS.cxx
|
a86df0251f
Fix failing test on release build for VS 10 cmSystemTools::GetLineFromStream crashes if the stream is not open in that case.
|
16 anni fa |
|
cmCTestCVS.h
|
80282b749f
ENH: Rewrite CTest Update implementation
|
16 anni fa |
|
cmCTestCommand.h
|
862f5df25c
STYLE: Fix some style issues
|
19 anni fa |
|
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 anni fa |
|
cmCTestConfigureCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
16 anni fa |
|
cmCTestConfigureHandler.cxx
|
dc13914cd6
ENH: Create cmXMLSafe to help escapes in XML
|
17 anni fa |
|
cmCTestConfigureHandler.h
|
6503a0eecc
STYLE: Fix some style issues
|
19 anni fa |
|
cmCTestCoverageCommand.cxx
|
dcd1c5cd8a
BUG: Initialize ctest_coverage command ivar
|
16 anni fa |
|
cmCTestCoverageCommand.h
|
dcd1c5cd8a
BUG: Initialize ctest_coverage command ivar
|
16 anni fa |
|
cmCTestCoverageHandler.cxx
|
589b4265a6
BUG: Do not produce empty coverage log files
|
16 anni fa |
|
cmCTestCoverageHandler.h
|
f3e713ba65
BUG: Avoid duplicate CTest coverage submission
|
16 anni fa |
|
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 anni fa |
|
cmCTestEmptyBinaryDirectoryCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 anni fa |
|
cmCTestGIT.cxx
|
e8e3080ebe
COMP: Fix class reference for HP aCC
|
16 anni fa |
|
cmCTestGIT.h
|
9c17cbeb44
ENH: Teach CTest to handle git repositories
|
16 anni fa |
|
cmCTestGenericHandler.cxx
|
177edc5ed1
Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover for ctest
|
16 anni fa |
|
cmCTestGenericHandler.h
|
447f5b303e
ENH: Divide CTest file submission list by part
|
17 anni fa |
|
cmCTestGlobalVC.cxx
|
d25289ad92
ENH: Factor global-VC parts out of cmCTestSVN
|
16 anni fa |
|
cmCTestGlobalVC.h
|
d25289ad92
ENH: Factor global-VC parts out of cmCTestSVN
|
16 anni fa |
|
cmCTestHG.cxx
|
ea00bb990b
COMP: Fix cmCTestHG for old HP compiler
|
16 anni fa |
|
cmCTestHG.h
|
d4d467dbd5
ENH: Teach CTest to handle Mercurial repositories
|
16 anni fa |
|
cmCTestHandlerCommand.cxx
|
cccac773ce
ENH: Teach ctest_* to create appending XML files
|
17 anni fa |
|
cmCTestHandlerCommand.h
|
31e652059a
ENH: Document APPEND option in ctest_* commands
|
16 anni fa |
|
cmCTestLaunch.cxx
|
7435355ec8
ENH: Report file names relative to source dir
|
17 anni fa |
|
cmCTestLaunch.h
|
7435355ec8
ENH: Report file names relative to source dir
|
17 anni fa |
|
cmCTestMemCheckCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 anni fa |
|
cmCTestMemCheckCommand.h
|
659171d1f7
ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come).
|
16 anni fa |
|
cmCTestMemCheckHandler.cxx
|
b0b5ffcf5c
MemCheck should now work again in ctest
|
16 anni fa |
|
cmCTestMemCheckHandler.h
|
b0b5ffcf5c
MemCheck should now work again in ctest
|
16 anni fa |
|
cmCTestMultiProcessHandler.cxx
|
5fb958fde9
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest.
|
16 anni fa |
|
cmCTestMultiProcessHandler.h
|
5fb958fde9
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest.
|
16 anni fa |
|
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 anni fa |
|
cmCTestReadCustomFilesCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 anni fa |
|
cmCTestRunScriptCommand.cxx
|
7d190a65ca
Change run_ctest_script in ctest to not stop processing when there is an error in the script being run. Also, add a RETURN_VALUE option so that you can find out if the script failed
|
16 anni fa |
|
cmCTestRunScriptCommand.h
|
7d190a65ca
Change run_ctest_script in ctest to not stop processing when there is an error in the script being run. Also, add a RETURN_VALUE option so that you can find out if the script failed
|
16 anni fa |
|
cmCTestRunTest.cxx
|
a02ef56401
BUG: Fixed issue where ctest would hang if a process terminated with output in its buffers but no newline
|
16 anni fa |
|
cmCTestRunTest.h
|
384f4d1f3f
Fixed warning
|
16 anni fa |
|
cmCTestSVN.cxx
|
dd2cf7388b
Fix classification of externals in svn status
|
16 anni fa |
|
cmCTestSVN.h
|
d25289ad92
ENH: Factor global-VC parts out of cmCTestSVN
|
16 anni fa |
|
cmCTestScriptHandler.cxx
|
cdb966532b
Fix memory and process leak in ctest_run_script.
|
16 anni fa |
|
cmCTestScriptHandler.h
|
7d190a65ca
Change run_ctest_script in ctest to not stop processing when there is an error in the script being run. Also, add a RETURN_VALUE option so that you can find out if the script failed
|
16 anni fa |
|
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 anni fa |
|
cmCTestSleepCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 anni fa |
|
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 anni fa |
|
cmCTestStartCommand.h
|
39bf28f5d2
STYLE: use lower case also for the ctest-specific commands, as in cmake
|
17 anni fa |
|
cmCTestSubmitCommand.cxx
|
2bb13f2ca5
ENH: Remove CTest public.kitware.com drop default
|
16 anni fa |
|
cmCTestSubmitCommand.h
|
17dc49c013
ENH: More documentation for ctest_submit command
|
16 anni fa |
|
cmCTestSubmitHandler.cxx
|
68b8332088
Increase curl submit timeout. A submit will timeout if there are 120 seconds of very little activity. 30 seconds was too short.
|
16 anni fa |
|
cmCTestSubmitHandler.h
|
1f0835b5eb
ENH: add submit via cp mode
|
16 anni fa |
|
cmCTestTestCommand.cxx
|
7e20db0224
ENH: Added PARALLEL_LEVEL option to ctest_test() command.
|
16 anni fa |
|
cmCTestTestCommand.h
|
20713ab89d
Fixed warnings
|
16 anni fa |
|
cmCTestTestHandler.cxx
|
5fb958fde9
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest.
|
16 anni fa |
|
cmCTestTestHandler.h
|
5fb958fde9
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest.
|
16 anni fa |
|
cmCTestUpdateCommand.cxx
|
d4d467dbd5
ENH: Teach CTest to handle Mercurial repositories
|
16 anni fa |
|
cmCTestUpdateCommand.h
|
d66436e2e4
BUG: Fix return value of ctest_update
|
16 anni fa |
|
cmCTestUpdateHandler.cxx
|
d4d467dbd5
ENH: Teach CTest to handle Mercurial repositories
|
16 anni fa |
|
cmCTestUpdateHandler.h
|
d4d467dbd5
ENH: Teach CTest to handle Mercurial repositories
|
16 anni fa |
|
cmCTestVC.cxx
|
3829be4ca6
ENH: Refactor initial checkout into cmCTestVC
|
16 anni fa |
|
cmCTestVC.h
|
3829be4ca6
ENH: Refactor initial checkout into cmCTestVC
|
16 anni fa |
|
cmProcess.cxx
|
a02ef56401
BUG: Fixed issue where ctest would hang if a process terminated with output in its buffers but no newline
|
16 anni fa |
|
cmProcess.h
|
a02ef56401
BUG: Fixed issue where ctest would hang if a process terminated with output in its buffers but no newline
|
16 anni fa |