summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/adjacent_find.h
AgeCommit message (Expand)Author
2024-12-18[libc++] Remove some unused includes (#120219)Nikolas Klauser
2024-11-06[libc++] Forward more algorithms to the classic algorithms (#114674)Nikolas Klauser
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2022-11-22[libcxx] Fix std::equal not accepting volatile types by refactoring __equal_toAlvin Wong
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-07-29[libc++][ranges] implement `std::ranges::unique{_copy}`Hui Xie
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