Historia zmian

Autor SHA1 Wiadomość Data
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 lat temu
  Daniel Pfeifer fa277b29e4 Remove c_str() calls from stream arguments. 9 lat temu
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 lat temu
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 lat temu
  Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 lat temu
  Stephen Kelly 57bdc1a2f7 cmState: Compute and store directory components. 10 lat temu
  Stephen Kelly 14973054a2 Add API for cache loading, deleting and saving to the cmake class. 10 lat temu
  Brad King 3347c5e4f9 Revert topic 'refactor-cache-api' 10 lat temu
  Stephen Kelly 1fe7f24c2b Add API for cache loading, deleting and saving to the cmake class. 10 lat temu
  Gregor Jasny ce935ebe50 cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja 10 lat temu
  Stephen Kelly 6652afe669 CTest: Use clear instead of erase-all. 10 lat temu
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 11 lat temu
  Stephen Kelly aa773035b7 Replace !foo.size() pattern with foo.empty(). 11 lat temu
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 11 lat temu
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 11 lat temu
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 11 lat temu
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 lat temu
  Brad King 29bd843e8b CTest: Use -A option to pass generator platform selection 11 lat temu
  Brad King 8d33209170 CTest: Add options to set generator platform 11 lat temu
  Brad King 30983ebec1 cmGlobalGenerator: Take Build output argument by reference 11 lat temu
  Brad King f52b5ae3c4 cmSystemTools: Add callback for Stderr 11 lat temu
  Brad King 73b13f5641 cmSystemTools: Rename ErrorCallback to MessageCallback 11 lat temu
  Brad King 7577a542df cmCTestBuildAndTestHandler: Refactor output capture 11 lat temu
  Brad King b1b4d761a1 cmCTestBuildAndTestHandler: Refactor local loop var 11 lat temu
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 lat temu
  Brad King 4d1d7725f3 ctest: Teach --build-options to allow zero options 12 lat temu
  Brad King 96966b5c80 ctest: Make the --build-makeprogram optional for --build-and-test 12 lat temu
  Brad King d1526f825e Refactor internal resource location APIs and initialization 12 lat temu
  Brad King e3841cf4a2 CTest: Add options to set generator toolset 13 lat temu
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 lat temu