summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/copy.h
AgeCommit message (Expand)Author
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser
2025-07-25[libc++][NFC] Make __is_segmented_iterator a variable template (#149976)Nikolas Klauser
2025-03-19[libc++] Fix {std, ranges}::copy for vector<bool> with small storage types (#...Peng Liu
2025-01-30[libc++] Optimize ranges::copy{, _n} for vector<bool>::iterator (#121013)Peng Liu
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-11-12[libc++] Remove _AlgPolicy from std::copy and algorithms using std::copy (#11...Nikolas Klauser
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-03-27[libc++][NFC] Simplify copy and move lowering to memmove a bit (#83574)Nikolas Klauser
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-10-27[libc++] Fix _CopySegment helper in ranges::copy(join_view, out) when called ...Rajveer Singh Bharadwaj
2023-07-06[libc++][NFC] Add 'const' to some operator()Louis Dionne
2023-05-31[libc++] Introduce __for_each_segment and use it in copy/moveNikolas Klauser
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser
2023-01-19[libc++] Refactor deque::iterator algorithm optimizationsNikolas Klauser
2023-01-13Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"varconst
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-10-02Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"Vitaly Buka
2022-10-01[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`Konstantin Varlamov
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-07-28[libc++] Fix unwrapping ranges with different iterators and sentinelsNikolas Klauser
2022-07-25[libc++] Fix algorithms which use reverse_iteratorNikolas Klauser
2022-06-17[libc++] Unwrap reverse_iterator<reverse_iterator<Iter>> in __unwrap_iterNikolas Klauser
2022-06-08[libc++][NFC] Simplify enable_if for std::copy optimizationLouis Dionne
2022-06-03[libc++] Forward more often to memmove in copyNikolas Klauser
2022-04-15[libc++] Implement ranges::copy{, _n, _if, _backward}Nikolas Klauser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne
2021-06-07Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek
2021-06-04[libcxx][gardening] Move all algorithms into their own headers.zoecarver