提交历史

作者 SHA1 备注 提交日期
  Stephen Kelly ade20b433b cmake: Remove DebugConfigs member. 10 年之前
  Stephen Kelly 7450a2c6ed cmake: Remove method with no external users. 10 年之前
  Stephen Kelly 8c13d7709b cmake: Don't set the CMakeInstance on the Properties member. 10 年之前
  Brad King 26d6c095d6 Merge topic 'refactor-cache-api' 10 年之前
  Stephen Kelly ba404938a2 cmCacheManager: Port consumers to non-iterator API. 10 年之前
  Stephen Kelly 77f2807ce5 cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. 10 年之前
  Stephen Kelly 14973054a2 Add API for cache loading, deleting and saving to the cmake class. 10 年之前
  Brad King 3347c5e4f9 Revert topic 'refactor-cache-api' 10 年之前
  Brad King 1e3843373f cmake: Show in --help how to select VS target platform (#15422) 10 年之前
  Stephen Kelly 9410e24a4a cmCacheManager: Port consumers to non-iterator API. 10 年之前
  Stephen Kelly 9ada4c0433 cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. 10 年之前
  Stephen Kelly 1fe7f24c2b Add API for cache loading, deleting and saving to the cmake class. 10 年之前
  Stephen Kelly 629e948936 cmake: Clear member rather than explicit erase. 10 年之前
  Stephen Kelly d280bae98f cmake: Be clear that there is no chaining after global properties. 10 年之前
  Stephen Kelly 47acfe1d1e cmake: Remove unused member. 10 年之前
  Stanislav Ionascu f85db2f323 Qbs: Add new 'extra' generator for qbs project files 10 年之前
  Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. 10 年之前
  Gregor Jasny ce935ebe50 cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja 10 年之前
  Brad King cbffbf7437 Merge topic 'cmStandardIncludes-cleanup' 10 年之前
  Stephen Kelly af65da0aa9 cmStandardIncludes: Remove list include. 10 年之前
  Stephen Kelly 683fafea08 Replace a loop with std::transform. 10 年之前
  Jean-Christophe Fillion-Robin 6cc0f6b512 cmake: Display "loading initial cache" message on stdout 10 年之前
  Stephen Kelly fd0c036c0c Replace 'foo.length() >= 1' pattern with !foo.empty() 10 年之前
  Stephen Kelly f09fde2d21 Replace 'foo.length() > 0' pattern with !foo.empty(). 10 年之前
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 10 年之前
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 10 年之前
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 10 年之前
  Stephen Kelly 4a6e795b0c Use the cmDeleteAll algorithm instead of trivial raw loops. 10 年之前
  Brad King dd6c596c12 Merge topic 'join-algorithm' 10 年之前
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 年之前