summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/make_projected.h
AgeCommit message (Expand)Author
2025-01-20[libc++] Define an internal API for std::invoke and friends (#116637)Nikolas Klauser
2024-12-18[libc++] Remove some unused includes (#120219)Nikolas Klauser
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-11-06[libc++] Make sure ranges algorithms and views handle boolean-testable correc...Louis Dionne
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-03-31[libc++] Add __decay_t and use it instead of decay<>::typeNikolas Klauser
2023-03-08[libc++] Enable -Wunused-templateNikolas Klauser
2023-02-21[libc++] Forward to std::memcmp for trivially comparable types in equalNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-07-30[libc++][ranges] Implement `std::ranges::partial_sort_copy`.Konstantin Varlamov
2022-07-18[libc++][ranges] Implement `ranges::{,stable_}partition`.Konstantin Varlamov
2022-07-08[libcxx][ranges] implement `std::ranges::set_difference`Hui Xie
2022-06-16[libc++][ranges] Implement `ranges::sort`.Konstantin Varlamov