CMake/Source/CTest
Alexander Neundorf d6a0c330bc ENH: deb generator can now generate deb packages
-remove the unscriptable commands also from the cpack cmake
-use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and
the deb generator
-make set_properties() scriptable
-use a non-const char array for adding the python modules

Alex
2007-07-27 08:59:59 -04:00
..
Curl ENH: Use IF(NOT DEFINED) check to short-circuit size test. 2007-05-17 15:17:45 -04:00
CMakeLists.txt BUG: This cmakelists file is not used any more 2005-03-04 10:04:25 -05:00
cmCTestBuildAndTestHandler.cxx BUG: better passing of global TIMEOUT to internal ctest invocaitons 2007-06-06 11:02:24 -04:00
cmCTestBuildAndTestHandler.h ENH: support for --build-config-sample feature #1022 2007-03-19 13:04:10 -04:00
cmCTestBuildCommand.cxx ENH: add more verbose output 2007-06-14 13:05:09 -04:00
cmCTestBuildCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestBuildHandler.cxx ENH: add more verbose output 2007-06-14 13:05:09 -04:00
cmCTestBuildHandler.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestConfigureCommand.cxx BUG: Try to fix the problem of bad test names 2006-07-11 15:58:07 -04:00
cmCTestConfigureCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestConfigureHandler.cxx STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestConfigureHandler.h STYLE: Fix some style issues 2006-03-09 11:17:10 -05:00
cmCTestCoverageCommand.cxx COMP: Return 0 instead of false 2006-03-29 12:33:41 -05:00
cmCTestCoverageCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestCoverageHandler.cxx ENH: fix div by 0 2007-07-20 13:03:14 -04:00
cmCTestCoverageHandler.h ENH: use new covbr that does not stop on error 2007-06-08 12:29: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 STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestGenericHandler.cxx STYLE: fix line length 2006-05-10 13:50:44 -04:00
cmCTestGenericHandler.h ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 2006-04-28 11:59:31 -04:00
cmCTestHandlerCommand.cxx BUG: Fix error message when handler cannot be created. 2006-07-27 09:40:21 -04:00
cmCTestHandlerCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestMemCheckCommand.cxx STYLE: some m_ to this-> cleanup 2006-03-15 11:02:08 -05:00
cmCTestMemCheckCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestMemCheckHandler.cxx ENH: add test output to valgrind output and truncate output for valgrind 2007-07-26 16:38:00 -04:00
cmCTestMemCheckHandler.h ENH: add support for bounds checker 2007-07-24 14:43:31 -04:00
cmCTestReadCustomFilesCommand.cxx BUG: Improve the behavior of the ReadCustomFilesCommand 2006-04-09 07:45:18 -04:00
cmCTestReadCustomFilesCommand.h STYLE: fix line length 2006-05-10 13:50:44 -04:00
cmCTestRunScriptCommand.cxx ENH: added support for -SP scripts in new processes 2006-04-04 13:04:28 -04:00
cmCTestRunScriptCommand.h ENH: added support for -SP scripts in new processes 2006-04-04 13:04:28 -04:00
cmCTestScriptHandler.cxx ENH: deb generator can now generate deb packages 2007-07-27 08:59:59 -04:00
cmCTestScriptHandler.h STYLE: create command documentation for ctest 2007-06-08 16:06:33 -04:00
cmCTestSleepCommand.cxx STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestSleepCommand.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestStartCommand.cxx ENH: fix for no newline on some makes fix for ctest and some symlinks 2006-08-14 10:51:08 -04:00
cmCTestStartCommand.h ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 2006-04-28 11:59:31 -04:00
cmCTestSubmitCommand.cxx COMP: Return 0 instead of false 2006-03-29 12:33:41 -05:00
cmCTestSubmitCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestSubmitHandler.cxx COMP: fix line length style error 2006-12-05 09:14:32 -05:00
cmCTestSubmitHandler.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00
cmCTestTestCommand.cxx STYLE: some m_ to this-> cleanup 2006-03-15 11:02:08 -05:00
cmCTestTestCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestTestHandler.cxx ENH: fix bug with valgrind output being truncated 2007-07-25 16:37:50 -04:00
cmCTestTestHandler.h ENH: add support for bounds checker 2007-07-24 14:43:31 -04:00
cmCTestUpdateCommand.cxx BUG: Try to fix the problem of bad test names 2006-07-11 15:58:07 -04:00
cmCTestUpdateCommand.h ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 2006-03-29 12:01:24 -05:00
cmCTestUpdateHandler.cxx STYLE: Fix typo 2006-10-26 11:01:52 -04:00
cmCTestUpdateHandler.h STYLE: Fix some style issues 2006-03-10 15:03:09 -05:00