summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/nth_element.h
AgeCommit message (Expand)Author
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2024-01-22[libc++][hardening] Categorize assertions related to strict weak ordering (#7...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-10-18[libc++] Add assertions for potential OOB reads in std::nth_element (#67023)Daniel Kutenin
2023-06-29[libc++] Remove the legacy debug mode.varconst
2023-06-06[libc++] Refactor __lessNikolas Klauser
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser
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-17[libc++][ranges] Make range algorithms support proxy iteratorsKonstantin Varlamov
2022-07-08[libc++][ranges] Implement `ranges::nth_element`.Konstantin Varlamov
2022-07-03[libc++] Make _LIBCPP_DEBUG_RANDOMIZE_RANGE a functionNikolas Klauser
2022-06-07[libc++] Make the Debug mode a configuration-time only optionLouis Dionne
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
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer
2021-11-16[libc++] Unspecified behavior randomization in libc++Danila Kutenin
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