提交历史

作者 SHA1 备注 提交日期
  Stephen Kelly a48aebcb67 cmLocalGenerator: Require a parent in the constructor. 10 年之前
  Stephen Kelly 32b8f03acc cmMakefile: Port users of GetStart* methods to new names. 10 年之前
  Stephen Kelly 54d6a9187f cmMakefile: Rename GetCurrent{Output,Binary}Directory. 10 年之前
  Stephen Kelly 044dc81504 Use the Home directories from the cmake class where intended. 10 年之前
  Stephen Kelly f034bb2f54 Remove redundant calls to MakeStartDirectoriesCurrent. 10 年之前
  Stephen Kelly f081c5bddd cmState: Move CacheEntryType enum from cmCacheManager. 10 年之前
  Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. 10 年之前
  Brad King 3e98ebbaef JOM: Pass /NOLOGO when driving builds as is done for NMake 10 年之前
  Gregor Jasny ce935ebe50 cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja 10 年之前
  Brad King 8521fdf56e Makefile: Fix output during parallel builds (#12991) 10 年之前
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 10 年之前
  Stephen Kelly aa773035b7 Replace !foo.size() pattern with foo.empty(). 10 年之前
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 11 年之前
  Brad King 9f92a78be2 cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE' 11 年之前
  Stephen Kelly e6971df6ab cmTarget: Make the source files depend on the config. 11 年之前
  Stephen Kelly c3a2f78b5a Makefiles: Remove duplicate code. 11 年之前
  Stephen Kelly d83ef53a12 Rename local 'dir_max' variables to 'dir' 11 年之前
  Stephen Kelly 6c9dd0ec7b cmGlobalGenerator: Make ComputeTargetObjects non-virtual 11 年之前
  Stephen Kelly f6da044080 cmLocalGenerator: Add ComputeObjectFilenames interface. 11 年之前
  Stephen Kelly 9ad804ac7b cmGeneratorTarget: Constify cmSourceFile* in containers. 11 年之前
  Stephen Kelly cd43433de5 cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. 11 年之前
  Stephen Kelly d5b2e33be2 Makefiles: Compute local object files on demand. 11 年之前
  Stephen Kelly af8a1643c1 Remove c_str calls when using stream APIs. 11 年之前
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 年之前
  Ben Boeckel 219d6ad610 speedup: Avoid excess iterator dereferences 11 年之前
  Ben Boeckel 6557382dcf stringapi: Use strings for program paths 11 年之前
  Ben Boeckel 1a1b737c99 stringapi: Use strings for generator names 11 年之前
  Ben Boeckel 24b5e93de2 stringapi: Use strings for directories 11 年之前
  Ben Boeckel 84fdc9921c stringapi: Pass configuration names as strings 11 年之前
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 年之前