Commit History

Author SHA1 Message Date
  Brad King f438cd3731 Merge topic 'clean-up-ReadListFile' 10 years ago
  Brad King 5e0e65c189 Merge topic 'add-GreenHills-MULTI-generator' 10 years ago
  Stephen Kelly 68f791cd06 cmMakefile: Add a method for processing buildsystem files. 10 years ago
  Stephen Kelly fca2b542b4 cmMakefile: Internalize setting of CMakeInstance on Properties. 10 years ago
  Geoff Viola 051d8be17f cmLocalGenerator: Constify some cmTarget and cmGeneratorTarget arguments 10 years ago
  Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. 10 years ago
  Stephen Kelly b734fa4471 Genex: Allow COMPILE_LANGUAGE when processing include directories. 10 years ago
  Stephen Kelly 0b945ea9a6 Genex: Allow COMPILE_LANGUAGE when processing compile definitions. 10 years ago
  Stephen Kelly 5c559f1113 Genex: Enable use of COMPILE_LANGUAGE for compile options. 11 years ago
  Brad King 17b4423c45 Merge topic 'fix-crash-on-bad-LANG_STANDARD' 10 years ago
  Brad King 00d66557d4 Diagnose invalid <LANG>_STANDARD value instead of crashing (#15426) 10 years ago
  Brad King 38f1f4e7f3 Merge topic 'install-manifest-optimize' 10 years ago
  Robert Goulet c48141744e install: Write the entire installation manifest at once 10 years ago
  Stephen Kelly b3a0c6e08f cmLocalGenerator: Convert loop to algorithm. 10 years ago
  Stephen Kelly 26602cf56c cmLocalGenerator: Move variable population inside of condition. 10 years ago
  Stephen Kelly 9380e85f86 Convert loops to cmJoin algorithm with cmRange. 10 years ago
  Stephen Kelly 7b8725bf84 Convert loops populating maybe-empty content into the common pattern. 10 years ago
  Stephen Kelly 11093a03e0 Replace temporary bool by inlining warning condition. 10 years ago
  Stephen Kelly 6cd2ee9524 Replace loop with member algorithm. 10 years ago
  Stephen Kelly 5fc53f1edb cmLocalGenerator: Replace loop with find_first_not_of 10 years ago
  Brad King 9042c875dc Merge topic 'fix-C-standard-features' 10 years ago
  Stephen Kelly 6027798a30 Features: Allow setting standard dialect below the default. 10 years ago
  Stephen Kelly 72537e4436 Features: Add dialect compile flags only if default is known. 10 years ago
  Brad King f560fdddd1 Merge topic 'fix-default-install-config' 10 years ago
  Ben Boeckel dea42d9296 install: Fix regression in default configuration selection 10 years ago
  Brad King 3228fc5049 Features: Define meaning for no language standard default 10 years ago
  Stephen Kelly 5f69314ea6 Replace foo.length() 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