summaryrefslogtreecommitdiff
path: root/libcxx/include/__split_buffer
AgeCommit message (Expand)Author
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne
2025-09-12[libcxx] adds size-based `__split_buffer` representation to unstable ABI (#13...Christopher Di Bella
2025-05-08[libc++] Add the __is_replaceable type trait (#132408)Louis Dionne
2025-02-27[NFC][libc++] Guard against operator& hijacking. (#128351)Mark de Wever
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-12-18[libc++] Remove some unused includes (#120219)Nikolas Klauser
2024-12-13[libc++] Fix improper static_cast in std::deque and __split_buffer (#119106)Peng Liu
2024-11-26[libc++] Fix capacity increase issue with `shrink_to_fit` for `__split_buffer...Peng Liu
2024-11-13Unify naming of internal pointer members in std::vector and std::__split_buff...Peng Liu
2024-11-12[libc++][NFC] Remove unused functions from <__split_buffer> (#115735)Nikolas Klauser
2024-11-05[libc++][NFC] Simplify __split_buffer a bit (#114224)Nikolas Klauser
2024-11-04[libc++] Refactor __split_buffer to eliminate code duplication (#114138)Peng Liu
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-16[libc++][NFC] Reduce use of `__add_lvalue_reference_t` (#112497)A. Jiang
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-16[libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756)Nikolas Klauser
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser
2024-06-17[libc++] Mark more types as trivially relocatable (#89724)Nikolas Klauser
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
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-09-01[libc++][NFC] Refactor __enable_if return types to defaulted template parametersNikolas Klauser
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser
2023-05-08[libc++][ranges] Implement the changes to vector from P1206 (`ranges::to`):varconst
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-27[libc++][NFC] Format __split_buffer and move constructors that are marked inl...Nikolas Klauser
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-08-18[libc++] Replace _LIBCPP_INLINE_VISIBILITY and mark all functions _LIBCPP_HID...Nikolas Klauser
2022-08-18[libc++][NFC] Add a short description for __split_bufferNikolas Klauser
2022-07-27[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser
2022-07-26[libc++] Use uninitialized algorithms for vectorNikolas Klauser
2022-07-21Revert "[libc++] Use uninitialized algorithms for vector"Augusto Noronha
2022-07-20[libc++] Use uninitialized algorithms for vectorNikolas Klauser
2022-07-05[libc++] Fix __split_buffer::__construct_at_end definition to match declarationNikolas Klauser
2022-07-05[libc++] Use __is_exactly_{input, forward}_iteratorNikolas Klauser
2022-07-04[libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser
2022-04-09[libc++] Implement P0401R6 (allocate_at_least)Nikolas Klauser
2022-03-23[libc++][NFC] Fix include guards and add a missing license headerLouis 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-16[libc++] Granularize algorithm includesNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer