summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/fill_n.h
AgeCommit message (Expand)Author
2025-11-07[libc++] Simplify most of the segmented iterator optimizations (#164797)Nikolas Klauser
2025-10-17[libc++] Optimize std::{,ranges}::{fill,fill_n} for segmented iterators (#132...Peng Liu
2025-02-05[libc++] Fix UB in bitwise logic of {std, ranges}::{fill, fill_n} algorithms ...Peng Liu
2025-01-14[libc++] Fix ambiguity due to non-uglified member typedefs (#121664)Peng Liu
2024-12-18[libc++] Remove some unused includes (#120219)Nikolas Klauser
2024-03-17[libc++] Optimize ranges::fill{,_n} for vector<bool>::iterator (#84642)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-02-13[libc++] Granularize <type_traits> includes in <algorithm>Nikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-08-14[libc++] Granularize the rest of type_traitsNikolas Klauser
2022-07-27[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...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
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne