summaryrefslogtreecommitdiff
path: root/libcxx/include/__memory/temporary_buffer.h
AgeCommit message (Expand)Author
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-16[libc++] Remove get_temporary_buffer and return_temporary_buffer (#100914)A. Jiang
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-02-02[libc++][NFC] Remove <__type_traits/alignment_of.h> includeNikolas 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-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-10-31[libc++] Remove alignment_of uses (#70591)philnik777
2023-06-30[libc++] Revert __uninitialized_buffer changesLouis Dionne
2023-06-16[libc++] Introduce __make_uninitialized_buffer and use it instead of get_temp...Nikolas Klauser
2022-08-17Revert "[libcxx] Resolve warnings for Wshift-sign-overflow"Dominic Chen
2022-08-17[libcxx] Resolve warnings for Wshift-sign-overflowDominic Chen
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-07-24[libc++] Granularize some more type_traitsNikolas Klauser
2022-06-21[libc++] Implement P0174R2 (Deprecating Vestigial Library Parts in C++17)Nikolas 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++] Replace includes of <utility> with specific detail headersArthur O'Dwyer
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.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
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-12[libc++] Split std::get_temporary_buffer out of <memory>Louis Dionne