Commit History

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