aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/ranges_unique.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-01[libc++] Remove dedicated namespaces for ranges functions (#76543)Christopher Di Bella1-6/+2
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser1-2/+2
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne1-0/+5
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne1-25/+23
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2022-11-05[libc++] Add [[nodiscard]] extensions to ranges algorithmsNikolas Klauser1-2/+2
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-0/+1
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-1/+0
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-0/+1
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne1-2/+2
2022-07-30[libc++][ranges] Implement `std::ranges::partial_sort_copy`.Konstantin Varlamov1-2/+2
2022-07-29[libc++][ranges] implement `std::ranges::unique{_copy}`Hui Xie1-21/+25
2022-07-12[libc++][ranges][NFC] Implement the repetitive parts of the remaining range a...Konstantin Varlamov1-0/+74