Historia zmian

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