Geçmişin Kaydedilmesi

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