summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/sift_down.h
AgeCommit message (Expand)Author
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser
2025-09-08[libc++] Improve the performance of std::make_heap a bit (#154092)Nikolas Klauser
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
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-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-07-30[libc++][ranges] Implement `std::ranges::partial_sort_copy`.Konstantin Varlamov
2022-07-17[libc++][ranges] Make range algorithms support proxy iteratorsKonstantin Varlamov
2022-03-08[libc++] Fix a use-after-move introduced in D118003.Arthur O'Dwyer
2022-03-08[libc++] "Bottom-up heapsort" improvement to sort_heap.Arthur O'Dwyer
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-12-29[libc++] [NFC] Remove an unused parameter from `__sift_down`.Arthur O'Dwyer
2021-11-18[libc++] Cast to the right `difference_type` in various algorithmsFabian Wolff
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne
2021-06-07Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek
2021-06-04[libcxx][gardening] Move all algorithms into their own headers.zoecarver