summaryrefslogtreecommitdiff
path: root/libcxx/include/__memory/raw_storage_iterator.h
AgeCommit message (Expand)Author
2025-09-04[libc++] Split ABI flag for removing iterator bases and removing the second m...Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
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-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas 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-06-10[libc++] Granularize <iterator> includesNikolas 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-05-31[libc++] Update all the pre-defined iterator types for C++20Louis Dionne
2021-05-27[libc++] Deprecate std::iterator and remove it as a base classLouis Dionne
2021-05-25[libc++] [P0619] Hide not1 and not2 under _LIBCPP_ENABLE_CXX20_REMOVED_NEGATORS.Arthur O'Dwyer
2021-05-11[libcxx] deprecates/removes `std::raw_storage_iterator`Christopher Di Bella
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-14[libc++] Split up __memory/base.h into meaningful headersLouis Dionne
2021-04-13[libc++] Split std::raw_storage_iterator out of <memory>Louis Dionne