summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/equal.h
AgeCommit message (Expand)Author
2025-03-19[libc++] Fix {std, ranges}::equal for vector<bool> with small storage types (...Peng Liu
2025-02-26[libc++] Optimize ranges::equal for vector<bool>::iterator (#121084)Peng Liu
2024-12-18[libc++] Remove some unused includes (#120219)Nikolas Klauser
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-04-04[libc++][NFC] Make __desugars_to a variable template and rename the header to...Nikolas Klauser
2024-03-18[libc++][NFC] Simplify the implementation of equal a bit (#84754)Nikolas Klauser
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
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-11-23[libc++] Unify __is_trivial_equality_predicate and __is_trivial_plus_operatio...Anton Rydahl
2023-06-05[libc++][NFC] Add __element_count and use it in the constexpr C functionsNikolas Klauser
2023-05-07[libc++] Use the __is_trivially_equality_comparable builtinNikolas Klauser
2023-04-12[libc++][NFC] rename __is_trivially_equality_comparable to __libcpp_is_trivia...Nikolas Klauser
2023-02-21[libc++] Forward to std::memcmp for trivially comparable types in equalNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-11-22[libcxx] Fix std::equal not accepting volatile types by refactoring __equal_toAlvin Wong
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas 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
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-08-22[libc++] Eliminate needless `add_lvalue_reference` from <algorithm> helpers. ...Arthur O'Dwyer
2021-08-20[libc++] Include <__iterator/distance.h> instead of <iterator> in a few algor...Joe Loser
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