aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__split_buffer
AgeCommit message (Expand)AuthorFilesLines
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne1-5/+0
2025-09-12[libcxx] adds size-based `__split_buffer` representation to unstable ABI (#13...Christopher Di Bella1-229/+611
2025-05-08[libc++] Add the __is_replaceable type trait (#132408)Louis Dionne1-0/+5
2025-02-27[NFC][libc++] Guard against operator& hijacking. (#128351)Mark de Wever1-3/+3
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser1-13/+13
2024-12-18[libc++] Remove some unused includes (#120219)Nikolas Klauser1-2/+0
2024-12-13[libc++] Fix improper static_cast in std::deque and __split_buffer (#119106)Peng Liu1-2/+2
2024-11-26[libc++] Fix capacity increase issue with `shrink_to_fit` for `__split_buffer...Peng Liu1-6/+8
2024-11-13Unify naming of internal pointer members in std::vector and std::__split_buff...Peng Liu1-42/+42
2024-11-12[libc++][NFC] Remove unused functions from <__split_buffer> (#115735)Nikolas Klauser1-23/+0
2024-11-05[libc++][NFC] Simplify __split_buffer a bit (#114224)Nikolas Klauser1-60/+54
2024-11-04[libc++] Refactor __split_buffer to eliminate code duplication (#114138)Peng Liu1-73/+5
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser1-1/+1
2024-10-16[libc++][NFC] Reduce use of `__add_lvalue_reference_t` (#112497)A. Jiang1-3/+0
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-4/+4
2024-09-16[libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756)Nikolas Klauser1-15/+12
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-2/+2
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser1-2/+2
2024-06-17[libc++] Mark more types as trivially relocatable (#89724)Nikolas Klauser1-0/+11
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser1-3/+2
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-357/+247
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-59/+59
2023-09-01[libc++][NFC] Refactor __enable_if return types to defaulted template parametersNikolas Klauser1-12/+10
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser1-4/+4
2023-05-08[libc++][ranges] Implement the changes to vector from P1206 (`ranges::to`):varconst1-2/+23
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+10
2023-02-27[libc++][NFC] Format __split_buffer and move constructors that are marked inl...Nikolas Klauser1-153/+154
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-4/+4
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-5/+5
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-1/+0
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-3/+3
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+5
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-5/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+5
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-79/+79
2022-08-18[libc++] Replace _LIBCPP_INLINE_VISIBILITY and mark all functions _LIBCPP_HID...Nikolas Klauser1-57/+57
2022-08-18[libc++][NFC] Add a short description for __split_bufferNikolas Klauser1-0/+4
2022-07-27[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser1-55/+79
2022-07-26[libc++] Use uninitialized algorithms for vectorNikolas Klauser1-0/+1
2022-07-21Revert "[libc++] Use uninitialized algorithms for vector"Augusto Noronha1-1/+0
2022-07-20[libc++] Use uninitialized algorithms for vectorNikolas Klauser1-0/+1
2022-07-05[libc++] Fix __split_buffer::__construct_at_end definition to match declarationNikolas Klauser1-1/+1
2022-07-05[libc++] Use __is_exactly_{input, forward}_iteratorNikolas Klauser1-1/+1
2022-07-04[libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser1-22/+4
2022-04-09[libc++] Implement P0401R6 (allocate_at_least)Nikolas Klauser1-4/+10
2022-03-23[libc++][NFC] Fix include guards and add a missing license headerLouis Dionne1-3/+11
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-2/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+2
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser1-1/+9
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1