Commit History

Author SHA1 Message Date
  Stephen Kelly 2c4a7298fc cmMacroCommand: Declare arg in the scope that it is used. 10 years ago
  Stephen Kelly a551851ab3 cmMacroCommand: Inline variable computation. 10 years ago
  Stephen Kelly f79c0f7697 cmMacroCommand: Compute variables outside of two loops. 10 years ago
  Stephen Kelly 8e0827b646 cmMacroCommand: Remove intermediate arg variables. 10 years ago
  Stephen Kelly f2c49f59d8 cmMacroCommand: Remove condition around ARGN computation. 10 years ago
  Stephen Kelly 3250a7e535 cmMacroCommand: Remove conditional append of semicolon. 10 years ago
  Stephen Kelly 081a13f7c0 cmMacroCommand: Declare arg variables where used and initialized. 10 years ago
  Stephen Kelly 17b5ebd383 cmMacroCommand: Join the args strings outside of the loops. 10 years ago
  Stephen Kelly 9380e85f86 Convert loops to cmJoin algorithm with cmRange. 10 years ago
  Stephen Kelly 8910224950 Replace common loop pattern with cmJoin 10 years ago
  Stephen Kelly 7b8725bf84 Convert loops populating maybe-empty content into the common pattern. 10 years ago
  Stephen Kelly 0a4e5674ec cmMacroCommand: Remove counting variable. 10 years ago
  Stephen Kelly 11ecc31d0a cmMacroCommand: Execute loop only if it has an effect. 10 years ago
  Stephen Kelly f95543f8a6 cmMacroCommand: Extract iteration starting point. 10 years ago
  Stephen Kelly 9fe8f49353 cmMacroCommand: Replace a loop with cmJoin. 10 years ago
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 10 years ago
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 10 years ago
  Brad King b5a467262b Merge topic 'drop-ancient-workarounds' 10 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 years ago
  Stephen Kelly 238dd2fbab Use insert instead of a loop in some cases. 11 years ago
  Stephen Kelly 6c19024570 Remove extra semicolons from C++ code. 11 years ago
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 years ago
  Ben Boeckel 85fc9f26a7 stringapi: Command names 11 years ago
  Brad King ccdf7e04d4 macro: Do not substitute for placeholders in bracket arguments 12 years ago
  Brad King 999abb993e macro: Add extra indentation to placeholder substitution code 12 years ago
  Brad King e33d8d2d77 Drop builtin command documentation 12 years ago
  Brad King 0546484e4b cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum 13 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Yury G. Kudryashov 737c49a357 Add 'const' qualifier to some cmCommand members 13 years ago
  Eric NOULARD 1629615a10 CPack Documentation extraction from CMake script begins to work 14 years ago