Commit History

Author SHA1 Message Date
  Gregor Jasny ce935ebe50 cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja 10 years ago
  Brad King cbffbf7437 Merge topic 'cmStandardIncludes-cleanup' 10 years ago
  Stephen Kelly af65da0aa9 cmStandardIncludes: Remove list include. 10 years ago
  Stephen Kelly 683fafea08 Replace a loop with std::transform. 10 years ago
  Jean-Christophe Fillion-Robin 6cc0f6b512 cmake: Display "loading initial cache" message on stdout 10 years ago
  Stephen Kelly fd0c036c0c Replace 'foo.length() >= 1' pattern with !foo.empty() 10 years ago
  Stephen Kelly f09fde2d21 Replace 'foo.length() > 0' pattern with !foo.empty(). 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
  Stephen Kelly 4a6e795b0c Use the cmDeleteAll algorithm instead of trivial raw loops. 10 years ago
  Brad King dd6c596c12 Merge topic 'join-algorithm' 10 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 years ago
  Stephen Kelly 55a73e6b1f Use the cmJoin algorithm where possible. 10 years ago
  Stephen Kelly 5eb4d7590e Remove some unneeded c_str calls. 11 years ago
  Brad King e943fa8a19 Merge topic 'vs14-is-2015' 11 years ago
  Brad King f5afb90d7c VS: Rename VS 14 generator to 'Visual Studio 14 2015' 11 years ago
  Brad King 210230e216 Merge topic 'remove-borland-build' 11 years ago
  Stephen Kelly 2db55ffa56 Remove borland workarounds. 11 years ago
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 years ago
  Brad King eb7d815649 cmake: Add -A option to specify a generator platform 11 years ago
  Brad King 0f1f1271e6 CMake: Add CMAKE_GENERATOR_PLATFORM option 11 years ago
  Brad King 30983ebec1 cmGlobalGenerator: Take Build output argument by reference 11 years ago
  Brad King f5c0efdbe4 cmGlobalGenerator: Create a non-virtual 'DoGenerate' method 11 years ago
  Brad King 65624c39e3 VS14: Add Visual Studio 14 generator (#14982) 11 years ago
  Brad King 23ffb72ab3 cmake: Fix read-after-free while checking command-line arguments 11 years ago
  Ben Boeckel 2a1b2d8486 backtrace: Convert to local paths in IssueMessage 11 years ago
  Ben Boeckel efc205695d cmake: remove dummy backtraces for IssueMessage 11 years ago
  Brad King 528e8af19f Allow a toolchain file to specify a generator toolset 11 years ago
  Brad King 99d6fa0aa1 Merge topic 'fix-build-crash-on-bad-generator' 11 years ago