summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/is_heap_until.h
Commit message (Expand)AuthorAgeFilesLines
* [libc++][NFC] Prefer type aliases over structsNikolas Klauser2022-10-011-2/+1
* [libc++][NFC] Rename the constexpr macrosNikolas Klauser2022-08-191-3/+3
* [libc++][ranges] Implement `ranges::is_heap{,_until}`.Konstantin Varlamov2022-07-261-2/+2
* [libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne2022-03-011-1/+0
* [libcxx][modules] protects users from relying on detail headersChristopher Di Bella2022-02-261-0/+1
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer2022-01-101-1/+1
* [libc++] Test that our algorithms never copy a user-provided comparator.Arthur O'Dwyer2021-11-191-7/+14
* [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne2021-08-271-5/+0
* [libcxx] Move all algorithms into their own headersLouis Dionne2021-06-191-0/+65
* Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek2021-06-071-64/+0
* [libcxx][gardening] Move all algorithms into their own headers.zoecarver2021-06-041-0/+64