Age | Commit message (Expand) | Author | Files | Lines |
2025-04-19 | [libc++] Backport segmented iterator optimization for std::for_each to C++11 ... | Peng Liu | 1 | -0/+1 |
2025-04-05 | [libc++] Implement ranges::iota (#68494) | James E T Smith | 1 | -0/+4 |
2025-03-20 | [libc++] Implement part of P2562R1: constexpr `ranges::inplace_merge` (#131947) | A. Jiang | 1 | -3/+4 |
2025-03-19 | [libc++] Implement part of P2562R1: constexpr `std::inplace_merge` (#129008) | A. Jiang | 1 | -2/+2 |
2025-03-07 | [libc++] Implement part of P2562R1: constexpr `ranges::stable_sort` (#128860) | A. Jiang | 1 | -137/+138 |
2025-03-06 | [libc++] Implement part of P2562R1: constexpr `ranges::stable_partition` (#12... | A. Jiang | 1 | -2/+4 |
2025-03-04 | [libc++] Implement part of P2562R1: constexpr `std::stable_partition` (#128868) | A. Jiang | 1 | -1/+1 |
2025-01-14 | [libc++] Make std::stable_sort constexpr friendly (#110320) | PaulXiCao | 1 | -2/+2 |
2024-12-21 | [libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002) | Nikolas Klauser | 1 | -3/+4 |
2024-12-10 | [libc++] Add #if 0 block to all the top-level headers (#119234) | Nikolas Klauser | 1 | -223/+226 |
2024-10-01 | [libc++][NFC] Improve the synopsis of <algorithm> | Louis Dionne | 1 | -12/+12 |
2024-09-30 | [libc++][NFC] Rename fold.h to ranges_fold.h (#109696) | Louis Dionne | 1 | -1/+1 |
2024-09-28 | Revert "[libc++][modules] Rewrite the modulemap to have fewer top-level modul... | Chris B | 1 | -1/+1 |
2024-09-27 | [libc++][NFC] Rename fold.h to ranges_fold.h (#109696) | Louis Dionne | 1 | -1/+1 |
2024-09-16 | [libc++][modules] Fix missing and incorrect includes (#108850) | Louis Dionne | 1 | -0/+9 |
2024-07-19 | [libc++][ranges] P1223R5: `find_last` (#99312) | nicole mazzuca | 1 | -0/+26 |
2024-05-27 | [libc++][pstl] Merge all frontend functions for the PSTL (#89219) | Louis Dionne | 1 | -16/+1 |
2024-04-14 | [libc++][RFC] Only include what is required by-version in the umbrella header... | Nikolas Klauser | 1 | -125/+134 |
2024-02-29 | [libc++] Clean up includes of <__assert> (#80091) | Louis Dionne | 1 | -1/+0 |
2024-02-13 | [libc++][ranges] Implement ranges::contains_subrange (#66963) | ZijunZhaoCCK | 1 | -0/+14 |
2023-12-19 | [libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259) | Christopher Di Bella | 1 | -0/+21 |
2023-12-19 | [libc++] Implement ranges::contains (#65148) | ZijunZhaoCCK | 1 | -0/+9 |
2023-11-28 | [libc++][PSTL] Implement std::equal (#72448) | Nikolas Klauser | 1 | -0/+1 |
2023-10-29 | [libc++] Remove a few transitive includes (#70553) | philnik777 | 1 | -1/+0 |
2023-10-24 | [libc++][PSTL] Implement std::rotate_copy | Nikolas Klauser | 1 | -0/+1 |
2023-10-22 | [libc++][PSTL] Implement std::move | Nikolas Klauser | 1 | -0/+1 |
2023-09-18 | [libc++] Implement ranges::ends_with | Zijun Zhao | 1 | -0/+17 |
2023-07-20 | [libc++][PSTL] Implement std::sort | Nikolas Klauser | 1 | -0/+1 |
2023-06-29 | [libc++] Remove the legacy debug mode. | varconst | 1 | -1/+0 |
2023-06-15 | [libc++][PSTL] Implement std::is_partitioned | Nikolas Klauser | 1 | -0/+1 |
2023-06-13 | [libc++][PSTL] Implement std::generate{,_n} | Nikolas Klauser | 1 | -0/+10 |
2023-06-06 | [libc++][PSTL] Implement std::replace{,_if,_copy,_copy_if} | Nikolas Klauser | 1 | -0/+1 |
2023-06-06 | [libc++][PSTL] Implement std::count{,_if} | Nikolas Klauser | 1 | -0/+1 |
2023-06-01 | [libc++][PSTL] Implement std::stable_sort | Nikolas Klauser | 1 | -0/+1 |
2023-05-30 | [libc++][PSTL] Implement std::merge | Nikolas Klauser | 1 | -0/+1 |
2023-05-15 | [libc++][PSTL] Implement std::copy{,_n} | Nikolas Klauser | 1 | -0/+1 |
2023-05-15 | [libc++] Implement ranges::starts_with | zijunzhao | 1 | -0/+13 |
2023-05-15 | Revert "[libc++][PSTL] Implement std::copy{,_n}" | Nikolas Klauser | 1 | -1/+0 |
2023-05-15 | [libc++][PSTL] Implement std::copy{,_n} | Nikolas Klauser | 1 | -0/+1 |
2023-05-15 | [libc++][PSTL] Implement std::transform | Nikolas Klauser | 1 | -0/+1 |
2023-05-15 | Revert "[libc++][PSTL] Implement std::transform" | Nikolas Klauser | 1 | -1/+0 |
2023-05-15 | [libc++][PSTL] Implement std::transform | Nikolas Klauser | 1 | -0/+1 |
2023-05-05 | [libc++][PSTL] Make the PSTL available by default under -fexperimental-library | Nikolas Klauser | 1 | -7/+4 |
2023-05-01 | [libc++][PSTL] Implement std::fill{,_n} | Nikolas Klauser | 1 | -0/+1 |
2023-05-01 | [libc++][PSTL] Implement std::find{,_if,_if_not} | Nikolas Klauser | 1 | -0/+1 |
2023-04-30 | [libc++][PSTL] Implement std::for_each{, _n} | Nikolas Klauser | 1 | -0/+1 |
2023-04-29 | [libc++][PSTL] Implement std::{any, all, none}_of | Nikolas Klauser | 1 | -0/+4 |
2023-04-22 | [libc++] Remove the chrono include from algorithm | Ian Anderson | 1 | -4/+0 |
2023-04-21 | [libc++][PSTL] Remove current integration | Nikolas Klauser | 1 | -4/+0 |
2023-04-09 | [libc++] Remove <cstdlib> includes | Nikolas Klauser | 1 | -0/+1 |