提交历史

作者 SHA1 备注 提交日期
  Daniel Pfeifer a7a9239096 mark functions with CM_OVERRIDE 9 年之前
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 年之前
  Brad King 180538c706 Source: Stabilize include order 9 年之前
  Zack Galbreath 993e48d045 CTest: Optionally use a secondary test timeout after matching output 9 年之前
  Roman Wüger fd47df4503 CTest: Add options to limit output of passed and failed tests 10 年之前
  Daniel Pfeifer b04500a725 cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter 10 年之前
  Daniel Pfeifer b26e5b552a CTest: Generate NamedMeasurement elements directly into xml file 10 年之前
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 年之前
  Rolf Eike Beer 3a0d164bb2 allow to mark a test as "Not Run" with a specific return code (#8466) 13 年之前
  Clinton Stimpson 5730710c86 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. 12 年之前
  Zack Galbreath eb2decc02d ctest: Add --rerun-failed option 12 年之前
  Rolf Eike Beer 6f9aaad150 CTest: create one output file per memcheck (#14303) 12 年之前
  David Cole ba4886b717 CTest: print failed tests in index order (#11746) 14 年之前
  Zach Mullen 350546db3a Implement ctest_upload command 14 年之前
  Brad King a1711f1c6b Remove trailing whitespace 14 年之前
  Zach Mullen 51bb493574 Test TIMEOUT property explicitly set to zero should be honored 15 年之前
  Zach Mullen 767ffba8ff Added RESOURCE_LOCK test property. 15 年之前
  Zach Mullen b4d27dc041 Use historical average of test times to schedule tests. 15 年之前
  Zach Mullen ff916b48bd CTest output submitted to the dashboard is now compressed by default. 16 年之前
  Zach Mullen 9add940eb6 Added an option to conditionally attach files to a test submission only if the test does not pass. Also some preliminary changes for test output compression. 16 年之前
  Zach Mullen 5bfe1a1962 Changed XML formatting of files attached to test so that each file is archived and marked up individually, in order to make things easier on the CDash side. Also switched to using the NamedMeasurement tag instead of a new tag. 16 年之前
  Zach Mullen dc66139f7c CTest-side changes to allow users to attach arbitrary files to test results that will be submitted to cdash using the ATTACHED_FILES test property. 16 年之前
  Zach Mullen 4de7cc3621 Unfortunately, I noticed the comment on bug 8668 too late. This changes my last implementation of the exe wrapper to something which makes much more sense: a REQUIRED_FILES property on tests. 16 年之前
  Zach Mullen 48b6133928 [0008668: CTest Dev: Missing executables shown as failed tests when using MPI.] Added a wrapping option to add_test so that exes built by the project can be safely wrapped in other exes and be listed as "not run" rather than "failed" if they are not built. 16 年之前
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 年之前
  Zach Mullen 4b4e801eba BUG: Fixed segfault and bad reporting if a ctest executable could not be found. Also added some batch testing code that is not yet complete. 16 年之前
  Zach Mullen 39e5f9d963 ENH: Replaced the EXPENSIVE test property with a COST test property taking a floating point value. Tests are now started in descending order of their cost, which defaults to 0 if none is specified. 16 年之前
  Zach Mullen 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 年之前
  Zach Mullen 20713ab89d Fixed warnings 16 年之前
  Zach Mullen 659171d1f7 ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come). 16 年之前