| .. |
|
cmCTestBZR.cxx
|
91d945a4e9
Remove unused ivars to eliminate compiler warnings
|
13 ani în urmă |
|
cmCTestBZR.h
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestBatchTestHandler.cxx
|
6f9aaad150
CTest: create one output file per memcheck (#14303)
|
12 ani în urmă |
|
cmCTestBatchTestHandler.h
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |
|
cmCTestBuildAndTestHandler.cxx
|
4d1d7725f3
ctest: Teach --build-options to allow zero options
|
12 ani în urmă |
|
cmCTestBuildAndTestHandler.h
|
e3841cf4a2
CTest: Add options to set generator toolset
|
12 ani în urmă |
|
cmCTestBuildCommand.cxx
|
2d072069e2
ctest_build: Use "cmake --build" to launch the native build tool
|
12 ani în urmă |
|
cmCTestBuildCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestBuildHandler.cxx
|
4fe963f656
Use new cmHasLiteralPrefix function
|
12 ani în urmă |
|
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 ani în urmă |
|
cmCTestCVS.cxx
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestCVS.h
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestCommand.h
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestConfigureCommand.cxx
|
d1526f825e
Refactor internal resource location APIs and initialization
|
12 ani în urmă |
|
cmCTestConfigureCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestConfigureHandler.cxx
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |
|
cmCTestConfigureHandler.h
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestCoverageCommand.cxx
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestCoverageCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestCoverageHandler.cxx
|
eb1d6cef2f
CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
|
12 ani în urmă |
|
cmCTestCoverageHandler.h
|
d0ec3a01a6
Adding support for the Python coverage.py tool.
|
12 ani în urmă |
|
cmCTestEmptyBinaryDirectoryCommand.cxx
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |
|
cmCTestEmptyBinaryDirectoryCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestGIT.cxx
|
4fe963f656
Use new cmHasLiteralPrefix function
|
12 ani în urmă |
|
cmCTestGIT.h
|
1173cc4ab2
CTest: Update Git submodules with --recursive
|
14 ani în urmă |
|
cmCTestGenericHandler.cxx
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |
|
cmCTestGenericHandler.h
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |
|
cmCTestGlobalVC.cxx
|
a73833d037
Submit global tree revision in Update.xml
|
16 ani în urmă |
|
cmCTestGlobalVC.h
|
a73833d037
Submit global tree revision in Update.xml
|
16 ani în urmă |
|
cmCTestHG.cxx
|
678073bec2
CTest: Submit author email in Update.xml
|
15 ani în urmă |
|
cmCTestHG.h
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestHandlerCommand.cxx
|
a6c0299c40
CTest: Simplify ctest_* command source/build dir lookup
|
12 ani în urmă |
|
cmCTestHandlerCommand.h
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestLaunch.cxx
|
e5e3f3d4ff
CTest: filter /showIncludes output from ninja compile launcher
|
12 ani în urmă |
|
cmCTestLaunch.h
|
e5e3f3d4ff
CTest: filter /showIncludes output from ninja compile launcher
|
12 ani în urmă |
|
cmCTestMemCheckCommand.cxx
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestMemCheckCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestMemCheckHandler.cxx
|
6f9aaad150
CTest: create one output file per memcheck (#14303)
|
12 ani în urmă |
|
cmCTestMemCheckHandler.h
|
6f9aaad150
CTest: create one output file per memcheck (#14303)
|
12 ani în urmă |
|
cmCTestMultiProcessHandler.cxx
|
2eccdbdc2a
CTest: prevent tests from being inserted in the cost list twice
|
12 ani în urmă |
|
cmCTestMultiProcessHandler.h
|
1b750cbf9a
CTest: perform cycle test early
|
12 ani în urmă |
|
cmCTestP4.cxx
|
1b54b1d5b7
ctest_update: Do not remove the p4 depot name
|
12 ani în urmă |
|
cmCTestP4.h
|
970c82348b
ctest_update: Add support for Perforce p4 client
|
12 ani în urmă |
|
cmCTestReadCustomFilesCommand.cxx
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestReadCustomFilesCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestRunScriptCommand.cxx
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 ani în urmă |
|
cmCTestRunScriptCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestRunTest.cxx
|
6f9aaad150
CTest: create one output file per memcheck (#14303)
|
12 ani în urmă |
|
cmCTestRunTest.h
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |
|
cmCTestSVN.cxx
|
9ace801578
ctest_update: Tell svn not to prompt interactively (#13024)
|
13 ani în urmă |
|
cmCTestSVN.h
|
ea17faac4d
cmCTestSVN: Fix compilation with Sun CC 5.1
|
13 ani în urmă |
|
cmCTestScriptHandler.cxx
|
d1526f825e
Refactor internal resource location APIs and initialization
|
12 ani în urmă |
|
cmCTestScriptHandler.h
|
35fbc10079
CTest: more aggressive implementation of ctest_empty_binary_directory()
|
12 ani în urmă |
|
cmCTestSleepCommand.cxx
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |
|
cmCTestSleepCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestStartCommand.cxx
|
aad15c3abf
Fix issue #10060 - add APPEND arg to ctest_start command.
|
16 ani în urmă |
|
cmCTestStartCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestSubmitCommand.cxx
|
af5ef0c969
Testing for CTest checksum
|
15 ani în urmă |
|
cmCTestSubmitCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestSubmitHandler.cxx
|
1399825cf9
Remove some uses of obsolete 'register' storage specifier
|
12 ani în urmă |
|
cmCTestSubmitHandler.h
|
a92f14f338
Doxygen: Fix warnings.
|
14 ani în urmă |
|
cmCTestTestCommand.cxx
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |
|
cmCTestTestCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestTestHandler.cxx
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestTestHandler.h
|
eb2decc02d
ctest: Add --rerun-failed option
|
12 ani în urmă |
|
cmCTestUpdateCommand.cxx
|
970c82348b
ctest_update: Add support for Perforce p4 client
|
12 ani în urmă |
|
cmCTestUpdateCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestUpdateHandler.cxx
|
970c82348b
ctest_update: Add support for Perforce p4 client
|
12 ani în urmă |
|
cmCTestUpdateHandler.h
|
970c82348b
ctest_update: Add support for Perforce p4 client
|
12 ani în urmă |
|
cmCTestUploadCommand.cxx
|
3e32db7921
cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES
|
14 ani în urmă |
|
cmCTestUploadCommand.h
|
e33d8d2d77
Drop builtin command documentation
|
12 ani în urmă |
|
cmCTestUploadHandler.cxx
|
28cdd0a5be
Don't tar/gz ctest_upload() files
|
14 ani în urmă |
|
cmCTestUploadHandler.h
|
350546db3a
Implement ctest_upload command
|
14 ani în urmă |
|
cmCTestVC.cxx
|
307b8a6e69
CTest git update should pass the committer as well as the author
|
15 ani în urmă |
|
cmCTestVC.h
|
ea17faac4d
cmCTestSVN: Fix compilation with Sun CC 5.1
|
13 ani în urmă |
|
cmParseCacheCoverage.cxx
|
c806b23cfe
CDash now supports lots of files in coverage. So, show all files.
|
13 ani în urmă |
|
cmParseCacheCoverage.h
|
0a169e628b
Remove uncovered files from cache coverage data.
|
13 ani în urmă |
|
cmParseGTMCoverage.cxx
|
782eba3a0c
CTest: Fix GTM coverage parsing line offset bug
|
12 ani în urmă |
|
cmParseGTMCoverage.h
|
319eeb0247
Add test for mumps coverage. Also refactor code to prepare for cache coverage.
|
13 ani în urmă |
|
cmParseMumpsCoverage.cxx
|
c806b23cfe
CDash now supports lots of files in coverage. So, show all files.
|
13 ani în urmă |
|
cmParseMumpsCoverage.h
|
7955e995ec
Add support for Cache coverage.
|
13 ani în urmă |
|
cmParsePHPCoverage.cxx
|
f47393c66b
CTest: Fix memory leaks on error
|
14 ani în urmă |
|
cmParsePHPCoverage.h
|
e6412e084e
Add support to ctest for GTM mumps coverage.
|
13 ani în urmă |
|
cmParsePythonCoverage.cxx
|
d0ec3a01a6
Adding support for the Python coverage.py tool.
|
12 ani în urmă |
|
cmParsePythonCoverage.h
|
d0ec3a01a6
Adding support for the Python coverage.py tool.
|
12 ani în urmă |
|
cmProcess.cxx
|
e319e32b8c
CTest: make sure never to report negative test times (#14132)
|
12 ani în urmă |
|
cmProcess.h
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 ani în urmă |