summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/unique_ptr.h
AgeCommit message (Expand)Author
2025-09-10libstdc++: Remove blank line from bits/unique_ptr.hJonathan Wakely
2025-07-14libstdc++: Add comments to deleted std::swap overloads for LWG 2766Jonathan Wakely
2025-03-12libstdc++: Prevent dangling references in std::unique_ptr::operator*Jonathan Wakely
2025-01-16libstdc++: Move std::basic_ostream to new internal header [PR99995]Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-11-13libstdc++: Refactor std::hash specializationsJonathan Wakely
2024-09-27libgcc, libstdc++: Make declarations no longer TU-local [PR115126]Nathaniel Shead
2024-09-20libstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) constraints [PR116529]Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667]Jonathan Wakely
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-04-05libstdc++: Harmonize <version> and other headersArsen Arsenović
2023-01-16Update copyright years.Jakub Jelinek
2022-09-29c++: implement __remove_cv, __remove_reference and __remove_cvrefPatrick Palka
2022-09-16libstdc++: Add preprocessor conditions for freestanding [PR106953]Jonathan Wakely
2022-05-13libstdc++: Improve doxygen docs for some of <memory>Jonathan Wakely
2022-04-25libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)Jonathan Wakely
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely
2021-09-16libstdc++: Add noexcept to unique_ptr accessorsJonathan Wakely
2021-08-27libstdc:: Use markdown for Doxygen comments in std::functionJonathan Wakely
2021-08-19libstdc++: Improve doxygen docs for smart pointersJonathan Wakely
2021-08-18libstdc++: Improve doxygen documentation for std::unique_ptrJonathan Wakely
2021-07-27libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely
2021-07-16libstdc++: Adjust doxygen markup for unique_ptr groupingJonathan Wakely
2021-07-02libstdc++: Revert changes to std::unique_ptr<T[]>::operator[] [PR 101271]Jonathan Wakely
2021-06-28libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236]Jonathan Wakely
2021-06-24libstdc++: Implement LWG 2762 for std::unique_ptr::operator*Jonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-19libstdc++: Implement std::make_unique_for_overwriteJonathan Wakely
2020-06-08libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)Jonathan Wakely
2020-04-14libstdc++: Add comparison operators to std::shared_ptr (PR 94562)Jonathan Wakely
2020-04-09libstdc++: Add comparison operators to std::unique_ptrJonathan Wakely
2020-02-04libstdc++: Fix regressions in unique_ptr::swap (PR 93562)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-07-31PR libstdc++/91308 fix constraints on unique_ptr assignmentJonathan Wakely
2019-05-14LWG 2899 - Make is_move_constructible correct for unique_ptrJonathan Wakely
2019-05-10PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugsJonathan Wakely
2019-05-10Improve API docs for <memory> and <new>Jonathan Wakely
2019-05-02Improve smart pointer docsJonathan Wakely
2019-04-05PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely
2019-01-16PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointersUlrich Drepper
2019-01-01Update copyright years.Jakub Jelinek
2018-10-23PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely
2018-09-18Fix location of invocable check for unique_ptr deleterJonathan Wakely
2018-09-11Implement LWG 2905 changes to constrain unique_ptr constructorsJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek