Commit History

Author SHA1 Message Date
  Stephen Kelly 514a1dff5b cmAlgorithms: Add some convenient typedefs. 10 years ago
  Stephen Kelly 1fe71e2ef0 cmAlgorithms: Move Range type out of private namespace. 10 years ago
  Stephen Kelly 8ea0b81d20 cmAlgorithms: Rename cmRange to cmMakeRange. 10 years ago
  Brad King 18e85253c3 Merge topic 'cmRemoveDuplicates-improvement' 10 years ago
  Brad King 15b06bc012 Merge topic 'cmAlgorithms-cleanup' 10 years ago
  Stephen Kelly 8701a3f468 cmRemoveDuplicates: Partially specialize the API for pointer types. 10 years ago
  Stephen Kelly eec7091d76 cmRemoveDuplicates: Type-parameterize all uniq-operations 10 years ago
  Stephen Kelly 7cbafa8c65 cmRemoveDuplicates: Store unique iterators instead of values. 10 years ago
  Stephen Kelly 95dd238f5c cmRemoveDuplicates: Fix iterator -> const_iterator. 10 years ago
  Stephen Kelly 3ff95f3b0b cmAlgorithms: Add early return in cmRemoveIndices. 10 years ago
  Stephen Kelly 47c2da6aa8 cmAlgorithms: Cache the end iterators in algorithms. 10 years ago
  Stephen Kelly a5b10ae68a cmAlgorithms: Remove needless assignment. 10 years ago
  Stephen Kelly 7fd8557f4c cmAlgorithms: Maintain the pivot iterator in cmRemoveIndices. 10 years ago
  Stephen Kelly 1f79679136 cmAlgorithms: Relax iterator requirement for cmRemoveIndices. 10 years ago
  Stephen Kelly ba959934a6 cmAlgorithms: Make cmRemoveDuplicates work with more containers. 10 years ago
  Stephen Kelly cae45df772 cmAlgorithms: Rename template argument to RemoveN. 10 years ago
  Stephen Kelly b917f4c003 cmAlgorithms: Relax cmRemoveN requirement to FwdIter. 10 years ago
  Stephen Kelly bbc1a9788d cmAlgorithms: Add a size() to cmRange. 10 years ago
  Stephen Kelly 47a3e22ea5 cmAlgorithms: Rename template type in cmDeleteAll algorithm. 10 years ago
  Stephen Kelly cb75eec0b4 cmAlgorithms: Add const to const objects. 10 years ago
  Stephen Kelly 4afe6c26c6 cmAlgorithms: Add cmReverseRange adaptor. 10 years ago
  Stephen Kelly a3a0a8c222 cmAlgorithms: Add cmFindNot algorithm. 10 years ago
  Stephen Kelly 61fe1919de cmAlgorithms: Update concept requirement to FowardIterator 10 years ago
  Stephen Kelly 09d6125bfe cmAlgorithms: Move cmRotate out of 'implementation detail' namespace. 10 years ago
  Stephen Kelly 37b88d348a cmAlgorithms: Add cmWrap. 10 years ago
  Stephen Kelly 10e53e2308 cmAlgorithms: Add missing const to functors. 10 years ago
  Stephen Kelly 7490632258 cmAlgorithms: Remove sort of already-sorted container. 10 years ago
  Stephen Kelly cebeed2486 cmAlgorithms: Add cmRemoveDuplicates algorithm. 10 years ago
  Stephen Kelly 050958a328 cmAlgorithms: Add cmRemoveMatching algorithm. 10 years ago
  Stephen Kelly 0b5cf0dabd cmAlgorithms: Implement algorithm for removing indexes. 10 years ago