summaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/set_intersection.h
AgeCommit message (Expand)Author
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-07-18 [libc++] Speed up set_intersection() by fast-forwarding over ranges of non-m...Iuri Chaer
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
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-07-13[libc++][ranges] implement `std::ranges::set_symmetric_difference`Hui Xie
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser
2022-07-13Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}"Nikolas Klauser
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser
2022-07-12[lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags.Konstantin Varlamov
2022-07-11[libc++] Rename variables to use the snake case instead of camel caseHui Xie
2022-07-11[libc++][ranges] implement `std::ranges::set_intersection`Hui Xie
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-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