aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/set_union.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-12[libc++] Remove _AlgPolicy from std::copy and algorithms using std::copy (#11...Nikolas Klauser1-5/+4
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne1-0/+5
2023-06-06[libc++] Refactor __lessNikolas Klauser1-2/+1
2023-01-13Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"varconst1-4/+5
2022-10-02Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"Vitaly Buka1-5/+4
2022-10-01[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`Konstantin Varlamov1-4/+5
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser1-2/+1
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-0/+1
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-1/+0
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-0/+1
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-4/+4
2022-07-14[libc++][ranges] implement `std::ranges::set_union`Hui Xie1-37/+65
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-1/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer1-1/+1
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne1-5/+0
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne1-0/+77
2021-06-07Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek1-76/+0
2021-06-04[libcxx][gardening] Move all algorithms into their own headers.zoecarver1-0/+76