提交历史

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