Commit History

Author SHA1 Message Date
  Stephen Kelly 6e23a4bddd cmMakefile: Remove always-null first parameter to ReadListFile. 10 years ago
  Stephen Kelly 5d056c0dd8 Port Global property interaction to cmState. 10 years ago
  Stephen Kelly 74de9a734c cmGlobalGenerator: Delegate storage of enabled languages to cmState. 10 years ago
  Brad King 62c5e6f1a1 Merge topic 'introduce-cmState' 10 years ago
  Stephen Kelly f081c5bddd cmState: Move CacheEntryType enum from cmCacheManager. 10 years ago
  Stephen Kelly ff7169a03c Port to cmState. 10 years ago
  Stephen Kelly 55ecd818f6 cmGlobalGenerator: Store languages as vector, not map. 10 years ago
  Stephen Kelly ba404938a2 cmCacheManager: Port consumers to non-iterator API. 10 years ago
  Stephen Kelly 77f2807ce5 cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. 10 years ago
  Brad King 3347c5e4f9 Revert topic 'refactor-cache-api' 10 years ago
  Stephen Kelly 9410e24a4a cmCacheManager: Port consumers to non-iterator API. 10 years ago
  Stephen Kelly 9ada4c0433 cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. 10 years ago
  Stephen Kelly 510562e3e7 cmGlobalGenerator: Don't fetch the cache manager in a loop. 10 years ago
  Brad King f25aa204a2 Merge topic 'vs-express-build-output' 10 years ago
  Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. 10 years ago
  Brad King 94887cb6f1 cmake: Teach --build to get VCExpress output (#15437) 10 years ago
  Gregor Jasny ce935ebe50 cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja 10 years ago
  Stephen Kelly 21b0654ace cmGlobalGenerator: Convert set insert algorithm to vector algorithms. 10 years ago
  Stephen Kelly 37b88d348a cmAlgorithms: Add cmWrap. 10 years ago
  Stephen Kelly 60c3bb73e3 cmGlobalGenerator: Replace loop with algorithm. 10 years ago
  Stephen Kelly 9c22576787 cmGlobalGenerator: Replace set::insert algorithm with cmRemoveDuplicates. 10 years ago
  Stephen Kelly 6010f93632 Revert "cmGlobalGenerator: Fix value type pushed into autogens vector" 10 years ago
  Stephen Kelly 62429a1e54 cmGlobalGenerator: Remove unneeded pointer check. 10 years ago
  Brad King ab9fa54d48 Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324) 10 years ago
  Sylvain Joubert bbffaa0e6c Configure some CMake-provided targets with USES_TERMINAL (#14915) 10 years ago
  Brad King 0238d0c397 cmake: Generate an internal 'Labels.json' file next to 'Labels.txt' 10 years ago
  Brad King 9de2ab7fce Merge topic 'consistent-empty-method' 10 years ago
  Stephen Kelly fd7b371293 Replace foo.size() 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