Commit History

Author SHA1 Message Date
  Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. 10 years ago
  Zack Galbreath 49ba4545c2 ctest_build: Add QUIET option 10 years ago
  Brad King 983a98e5b8 Merge topic 'ctest-update-gmake-error-match' 11 years ago
  Marco Nolden d52b5f8835 ctest_build: Update GNU make error message matching (#15379) 11 years ago
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 11 years ago
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 11 years ago
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 11 years ago
  Brad King 509f2713bf ctest_build: Fix logic regression in parent that clips build output 11 years ago
  Stephen Kelly 238dd2fbab Use insert instead of a loop in some cases. 11 years ago
  Stephen Kelly 5eb4d7590e Remove some unneeded c_str calls. 11 years ago
  Brad King 210230e216 Merge topic 'remove-borland-build' 11 years ago
  Stephen Kelly 2db55ffa56 Remove borland workarounds. 11 years ago
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 years ago
  Bill Hoffman f730313143 CTest: Teach the launchers to honer the max warnings and errors 11 years ago
  Stephen Kelly af8a1643c1 Remove c_str calls when using stream APIs. 11 years ago
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 years ago
  Clinton Stimpson 5730710c86 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. 12 years ago
  Stephen Kelly 4fe963f656 Use new cmHasLiteralPrefix function 12 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Alexandru Ciobanu c7da50da52 CTest: Detect Xcode error "Command ... failed with exit code" 13 years ago
  Brad King 56f29f48c2 CTest: Recognize Intel errors without space before colon (#12627) 14 years ago
  Rolf Eike Beer fcf3208ac1 CTest: catch warning output of Apache Maven 14 years ago
  David Cole 89eb4bf356 Improve build error detection. 15 years ago
  Brad King a570ba6df7 Merge topic 'external-project-launcher' 15 years ago
  David Cole b2634b6aa3 Detect CMake warnings and errors in build output. 15 years ago
  David Cole 415900ba77 Eliminate -Wconversion warnings. 15 years ago
  Bill Hoffman fd5b75e3f4 Fix for for bug #10550, fix some errors for an old Sun compiler. 15 years ago
  David Cole 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 years ago
  David Cole 44bcba7461 Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files. 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago