summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/unwrap_iter.h
AgeCommit message (Expand)Author
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-29[libc++] Remove the legacy debug mode.varconst
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser
2023-02-21[libc++] Forward to std::memcmp for trivially comparable types in equalNikolas Klauser
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-07-14[libc++] Use __unwrap_iter_impl for both unwrapping and rewrappingNikolas Klauser
2022-06-17[libc++] Unwrap reverse_iterator<reverse_iterator<Iter>> in __unwrap_iterNikolas Klauser
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-06-07[libc++] Make the Debug mode a configuration-time only optionLouis Dionne
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-11-15[libc++] Add missing _LIBCPP_HIDE_FROM_ABI to __rewrap_iterLouis Dionne
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
2021-06-02Revert "[libc++] NFC: Move unwrap_iter to its own header"Louis Dionne
2021-06-01[libc++] NFC: Move unwrap_iter to its own headerLouis Dionne
2021-05-29Revert "[libc++] NFC: Move unwrap_iter to its own header"Mark de Wever
2021-05-28[libc++] NFC: Move unwrap_iter to its own headerLouis Dionne