aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/shuffle.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight1-2/+0
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser1-0/+2
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser1-1/+1
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-67/+60
2023-06-29[libc++] Remove the legacy debug mode.varconst1-1/+0
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-6/+6
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-3/+3
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser1-0/+1
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser1-7/+7
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-5/+5
2022-07-22[libc++][ranges] Implement `ranges::shuffle`.Konstantin Varlamov1-3/+9
2022-07-17[libc++][ranges] Make range algorithms support proxy iteratorsKonstantin Varlamov1-6/+13
2022-06-07[libc++] Make the Debug mode a configuration-time only optionLouis Dionne1-0/+1
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-1/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-11-16[libc++] Unspecified behavior randomization in libc++Danila Kutenin1-0/+34
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne1-1/+0
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella1-1/+1
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne1-0/+127
2021-06-07Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek1-125/+0
2021-06-04[libcxx][gardening] Move all algorithms into their own headers.zoecarver1-0/+125