Commit History

Author SHA1 Message Date
  Daniel Chabrowski a08154d493 list: Allow inserting at the end of a list 7 years ago
  Daniel Franke 49a51a61d7 list: Add options to control the SORT comparison operation 7 years ago
  Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
  Marc Chevrier dca2347980 list: Add TRANSFORM sub-command 7 years ago
  Marc Chevrier 768225837d list: Add SUBLIST sub-command 7 years ago
  Marc Chevrier a58158727b list(): add `JOIN` sub-command 7 years ago
  Daniel Pfeifer 190e3825d4 Replace C-style casts 8 years ago
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
  Daniel Pfeifer e81c323da9 Include necessary headers in commands 9 years ago
  Daniel Pfeifer 608afd4f62 Separate compilation for commands included in cmBootstrapCommands2 9 years ago
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
  Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
  Brad King 180538c706 Source: Stabilize include order 9 years ago
  Ashley Whetter 0205f882ae list: Add FILTER subcommand (#3986) 10 years ago
  Stephen Kelly 8ea0b81d20 cmAlgorithms: Rename cmRange to cmMakeRange. 10 years ago
  Stephen Kelly de21168612 Port to static cmPolicies API. 10 years ago
  Stephen Kelly 7916d7bac6 Include cmAlgorithms where it is used. 10 years ago
  Stephen Kelly 4afe6c26c6 cmAlgorithms: Add cmReverseRange adaptor. 10 years ago
  Stephen Kelly 75661fdfd9 cmListCommand: Move size variable out of loop. 11 years ago
  Stephen Kelly 116459d34f cmListCommand: Avoid needlessly erasing from vectors. 10 years ago
  Stephen Kelly 1c7c35c372 cmListCommand: Replace remove duplicates loop with algorithm. 10 years ago
  Stephen Kelly 3cfe7a4ca8 cmListCommand: Implement REMOVE_ITEM in terms of cmRemoveMatching. 10 years ago
  Stephen Kelly a77af8f130 cmListCommand: Replace joining loop with cmJoin algorithm. 10 years ago
  Stephen Kelly 6a22e40147 cmListCommand: Use cmRemoveIndices for REMOVE_AT subcommand. 10 years ago
  Stephen Kelly 069f2440c4 cmListCommand: Convert loop to find algorithm. 11 years ago
  Stephen Kelly 67a26764b5 cmListCommand: Implement REVERSE subcommand with std::reverse. 10 years ago
  Stephen Kelly 1cecd3a531 cmListCommand: Use std::find algorithm for FIND subcommand. 11 years ago
  Stephen Kelly 9380e85f86 Convert loops to cmJoin algorithm with cmRange. 11 years ago