Commit History

Author SHA1 Message Date
  Zack Galbreath a7393cbd40 ctest_test: Report which tests failed even when QUIET is used 9 years ago
  Sean McBride 710d8bab7e Fix trivial clang -Wdouble-promotion warnings 10 years ago
  Stephen Kelly 20b95ef8c8 cmState: Initialize default definitions immediately. 10 years ago
  Stephen Kelly 6da4cd8fb9 CTest: Remove needless cmLocalGenerator creation. 10 years ago
  Brad King e18f6fe276 Merge topic 'fix-ctest-xml-double-encoding' 10 years ago
  Stephen Kelly ff8ac8ee6a cmLocalGenerator: Create from already-constructed cmMakefile. 10 years ago
  Stephen Kelly 92041eec49 cmGlobalGenerator: Remove MakeLocalGenerator method. 10 years ago
  Stephen Kelly acb006229d cmGlobalGenerator: Require a snapshot to create a local generator. 10 years ago
  Daniel Pfeifer ab2524d63f CTest: Fix XML double-encoding cases 10 years ago
  Brad King eda29e6632 Merge topic 'ctest-add_subdirectory-crash' 10 years ago
  Ben Boeckel 64821e8a40 ctest: fix add_subdirectory() crash 10 years ago
  Betsy McPhail 42747fcc73 CTest: Show the number of tests for each label in the summary 10 years ago
  Betsy McPhail f62d301b92 ctest: Optionally avoid starting tests that may exceed a given CPU load 10 years ago
  Brad King 0c24c2311b Merge topic 'ctest-xml-refactor' 10 years ago
  Brad King a2312986af Merge topic 'ctest-xml-minor-cleanup' 10 years ago
  Stephen Kelly c7b79aa16a cmGlobalGenerator: Require a cmake instance in ctor. 10 years ago
  Daniel Pfeifer b04500a725 cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter 10 years ago
  Daniel Pfeifer b26e5b552a CTest: Generate NamedMeasurement elements directly into xml file 10 years ago
  Brad King be248ab435 Merge topic 'refactor-cmLocalGenerator' 10 years ago
  Stephen Kelly 57bdc1a2f7 cmState: Compute and store directory components. 10 years ago
  Stephen Kelly b659d161da cmGlobalGenerator: Add NVI wrapper to create local generator. 10 years ago
  Brad King 356c26ebdf cmSystemTools: Teach RunSingleCommand to separate stdout and stderr 10 years ago
  Stephen Kelly 6e23a4bddd cmMakefile: Remove always-null first parameter to ReadListFile. 10 years ago
  Stephen Kelly a2f2aeee2f cmMakefile: Add wrapper for reading listfiles which have an origin. 10 years ago
  Stephen Kelly 0aec491328 Port cmCommand consumers to cmState. 10 years ago
  Zack Galbreath 876a680d48 ctest_test: Add QUIET option 10 years ago
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 10 years ago
  Stephen Kelly 607e19384f Replace 'foo.size() != 0' pattern with !foo.empty(). 10 years ago
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 10 years ago
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 10 years ago