Historial de Commits

Autor SHA1 Mensaje Fecha
  Brad King 036b6ef7c4 Port CMake from cmIML to KWIML hace 10 años
  Stephen Kelly 74d565e0e9 Remove unused cmLocalGenerator include. hace 10 años
  Stephen Kelly 6c0e9ee276 cmMakefile: Store EvaluationFiles. hace 10 años
  Stephen Kelly 8ea0b81d20 cmAlgorithms: Rename cmRange to cmMakeRange. hace 10 años
  Stephen Kelly fc1c7cf85d Genex: Store a backtrace, not a pointer to one. hace 10 años
  Brad King 83af11d411 Fix preprocessor checks WIN32 => _WIN32 hace 10 años
  Stephen Kelly a3a8177edd cmFileCommand: Fix implementation of CMP0009. hace 10 años
  Brad King eba12a4361 cmFileCommand: Do not log raw protocol data from curl (#15589) hace 10 años
  Brad King 7e10f1691f cmFileCommand: Clarify logic for populating LOG variable hace 10 años
  Brad King 0d37dcd335 cmFileCommand: Rename variable verboseLog => logVar hace 10 años
  Brad King 43c01e0750 cmFileCommand: Remove leftover no-op debugging logic hace 10 años
  Brad King 2c5a1bff23 Merge topic 'refactor-cmPolicies' hace 10 años
  Stephen Kelly de21168612 Port to static cmPolicies API. hace 10 años
  Stephen Kelly a0836ed978 Port to cmMakefile::GetGlobalGenerator. hace 10 años
  Stephen Kelly 54d6a9187f cmMakefile: Rename GetCurrent{Output,Binary}Directory. hace 10 años
  Stephen Kelly 55d80d0a85 cmMakefile: Rename GetCurrent{,Source}Directory. hace 10 años
  Stephen Kelly ecdb1b3bba Add some missing includes. hace 10 años
  Bill Hoffman a4a1b729c6 Fix warnings from clang scanbuild. hace 10 años
  Domen Vrankar a2c068a7ce file: Teach GLOB to list directories optionally hace 10 años
  Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. hace 10 años
  Brad King 38f1f4e7f3 Merge topic 'install-manifest-optimize' hace 10 años
  Robert Goulet c48141744e install: Write the entire installation manifest at once hace 10 años
  Stephen Kelly 27c6f017a1 Use cmJoin to accumulate string ranges. hace 10 años
  Stephen Kelly 421eadb45b Remove use of cmsys_stl. hace 10 años
  Justin Borodinsky 1f77a7001b file: Teach STRINGS to support UTF-16 and UTF-32 encodings hace 10 años
  Brad King 0abd3e538e cmake: Use a default CA path when not using system curl hace 10 años
  Stephen Kelly fd0c036c0c Replace 'foo.length() >= 1' pattern with !foo.empty() hace 10 años
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). hace 10 años
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). hace 10 años
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). hace 10 años