提交历史

作者 SHA1 备注 提交日期
  Bill Hoffman 2c2291bbe0 ENH: add new feature to ctest so that it can cmake, build and run a test executable 22 年之前
  Andy Cedilnik c3003ab8c3 ENH: Improve notes support (now you can specify them with the rest of the command line), improve reading of configuration file (now it actually rereads configuration file after running update/configure/build...). Remember the model (nightly/experimental) across runs 22 年之前
  Andy Cedilnik 2f2596c213 ENH: Add option to submit notes. Implements Bug #465 - Add notes support to CTest 22 年之前
  Andy Cedilnik 5b232ded15 ENH: Add initial memory check support which works for Valgrind 22 年之前
  Ken Martin a442f1715e a start on the dashboard driver 22 年之前
  Andy Cedilnik 8bbabb8559 ENH: Add documentation for -D and add missing targets 22 年之前
  Brad King 74980113da ENH: Clarification of help dumped when no arguments are given and no test file is found. 22 年之前
  Brad King 1471a1a6f1 ENH: Added documentation for ctest. 22 年之前
  Andy Cedilnik 8d8d39524d ERR: Remove warning 22 年之前
  Andy Cedilnik bec9b174f5 ENH: Fix some dart issues. Now it works fine without dart. 22 年之前
  Andy Cedilnik 05ce4afb3e ENH: Rename option -D to -C because we will use -D later 22 年之前
  Andy Cedilnik a69c70d2d7 Start working on cont 23 年之前
  Andy Cedilnik 2756c05b60 Fix date issues with different models 23 年之前
  Andy Cedilnik 72cde70ee8 Split ctest into two three files 23 年之前
  Andy Cedilnik e0cec1e650 Add support for only showing what will be done. This way you can for example get a list of all tests: ctest -N or list of all tests that match regex: ctest -N -R regex 23 年之前
  Ken Martin ad8504701e fixed warnings 23 年之前
  Brad King 54541bd40a ENH: Improved filename/line number reporting in error message. Macro invocations now chain up the error message. 23 年之前
  Brad King 4888c088ae ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. 23 年之前
  Brad King d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. 23 年之前
  Andy Cedilnik 238815fe19 Remove warning 23 年之前
  Andy Cedilnik c17a0495f9 Initial addition of coverage 23 年之前
  Andy Cedilnik 146a3de46d Fix for network paths 23 年之前
  Bill Hoffman f5d95fb078 Complete rework of makefile generators expect trouble 23 年之前
  Andy Cedilnik d7ee016535 Move the hi-res time to system tools 23 年之前
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 年之前
  Andy Cedilnik c1c74f925c When in verbose mode print test command 23 年之前
  Andy Cedilnik eda89848be Remove unused variable 23 年之前
  Andy Cedilnik f70a759446 Remove std::hex as it does not seems to work on SGI, attempt to fix ftime problem on borland 23 年之前
  Andy Cedilnik 5a1fccd34d Fix namespace, typo, and make ftime work on windows 23 年之前
  Andy Cedilnik f4859295eb Even more cleanups, fix time on certain platforms such as windows, cygwin, and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml. 23 年之前