summaryrefslogtreecommitdiff
path: root/libcxx/include/__memory/construct_at.h
AgeCommit message (Expand)Author
2025-10-31[libc++] Simplify the implementation of destroy_at a bit (#165392)Nikolas Klauser
2025-07-19[libc++] Diagnose passing null pointers to a bunch of APIs (#148585)Nikolas Klauser
2025-07-10[libc++][NFC] Simplify std::__destroy_at a bit (#147025)Nikolas Klauser
2025-02-10[libc++] Extract destroy algorithms into separate headers (#126449)Louis Dionne
2024-12-13[libc++] Granularize the <new> header (#119270)Louis Dionne
2024-10-03[libc++] Re-apply LWG3870: Remove `voidify` (#110944)A. Jiang
2024-10-01Revert "[libc++] LWG3870: Remove `voidify` (#110355)" (#110587)Michael Buch
2024-10-01[libc++] LWG3870: Remove `voidify` (#110355)A. Jiang
2024-04-05Fix issue with never-constexpr __construct_at in C++ < 20. (#87403)Eric
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-11-07[libc++][hardening] Add `_LIBCPP_ASSERT_NON_NULL` to check for null pointers ...Konstantin Varlamov
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-30[libc++] Revert __uninitialized_buffer changesLouis Dionne
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-16[libc++] Introduce __make_uninitialized_buffer and use it instead of get_temp...Nikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-02-13[libc++] Fix bug in allocate_shared_for_overwriteLouis Dionne
2023-02-11[libc++][NFC] Use std:: instead of _VSTD:: in construct_at.hLouis Dionne
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas 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-07-27[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser
2022-06-17[libc++] Implement std::boyer_moore{, _horspool}_searcherNikolas Klauser
2022-03-24[libc++] Audit all uses of _LIBCPP_ASSERT and _LIBCPP_DEBUG_ASSERTLouis 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++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
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
2022-01-12[libc++][ranges] Implement `construct_at` and `destroy{,_at}`.Konstantin Varlamov
2021-12-20[libc++][ranges] Implement `uninitialized_value_construct{,_n}` and `uninitia...Konstantin Varlamov
2021-09-08[libc++] Use enable_if_t instead of _EnableIfLouis Dionne
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-07-30[libc++] Handle arrays in std::destroy_atLouis Dionne
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella
2021-05-11[libc++] s/_VSTD::declval/declval/g. NFCI.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-14[libc++] Split up __memory/base.h into meaningful headersLouis Dionne