summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/shared_ptr.h
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely2022-01-211-1/+1
* libstdc++: Add C++20 std::make_shared enhancements (P0674R1)Jonathan Wakely2022-01-141-10/+261
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Improve doxygen docs for smart pointersJonathan Wakely2021-08-191-1/+19
* libstdc++: Reject std::make_shared<T[]> [PR 99006]Jonathan Wakely2021-04-221-0/+2
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-3/+3
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely2020-10-221-0/+1
* libstdc++: Simplify std::shared_ptr construction from std::weak_ptrJonathan Wakely2020-10-211-1/+1
* libstdc++: Add comparison operators to std::shared_ptr (PR 94562)Jonathan Wakely2020-04-141-0/+16
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* LWG 2996 add rvalue overloads for shared_ptr aliasing and castingJonathan Wakely2019-05-231-9/+84
* Improve API docs for <memory> and <new>Jonathan Wakely2019-05-101-11/+55
* Improve smart pointer docsJonathan Wakely2019-05-021-3/+27
* PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely2019-04-051-0/+21
* PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely2019-01-181-4/+3
* PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointersUlrich Drepper2019-01-161-18/+18
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR libstdc++/87278 restore support for std::make_shared<volatile T>()Jonathan Wakely2018-09-111-1/+1
* PR libstdc++/86537 remove less<shared_ptr<T>> partial specializationJonathan Wakely2018-07-161-4/+0
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Add std::get_deleter overload with correct signatureJonathan Wakely2017-06-161-1/+11
* Support move-only deleters in std::shared_ptr (LWG 2802)Jonathan Wakely2017-06-091-4/+4
* Avoid deprecated warnings about std::auto_ptr in library headersJonathan Wakely2017-04-211-0/+6
* Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely2017-03-221-0/+12
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add array support to std::shared_ptr for C++17Jonathan Wakely2016-11-131-0/+10
* Use shared_ptr<T>::element_type in hash specializationsJonathan Wakely2016-11-121-1/+3
* Prepare shared_ptr for array supportJonathan Wakely2016-10-201-95/+126
* Make std::enable_shared_from_this cope with ambiguityJonathan Wakely2016-10-191-15/+8
* Add noexcept to enable_shared_from_this::weak_from_thisJonathan Wakely2016-10-101-2/+2
* Constrain std::shared_ptr assignment and resettingJonathan Wakely2016-08-311-5/+9
* Define std::enable_shared_from_this::weak_from_thisJonathan Wakely2016-08-041-0/+11
* Define std::shared_ptr::weak_typeJonathan Wakely2016-08-031-0/+5
* Define std::owner_less<void> specialization (P0074R0)Jonathan Wakely2016-08-031-1/+6
* Revert empty class parameter passing ABI changes.Jason Merrill2016-04-141-2/+0
* Adjust for new empty class parameter passing ABI.Jonathan Wakely2016-04-131-0/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Improve generated libstdc++ API docsJonathan Wakely2015-12-101-1/+1
* Fix ambiguity with multiple enable_shared_from_this basesJonathan Wakely2015-12-021-8/+14
* Only set std::enable_shared_from_this member once.Jonathan Wakely2015-08-261-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely2014-12-121-1/+1
* Implement resolutions of LWG 2399, 2400 and 2401.Jonathan Wakely2014-11-121-11/+17
* LWG DR 2315. weak_ptr should be movableJonathan Wakely2014-11-121-4/+26
* user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely2014-06-141-1/+0
* shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Remove name of unused param...Jonathan Wakely2014-04-151-1/+1
* shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Use delegating constructor.Jonathan Wakely2014-04-151-2/+1
* re PR libstdc++/59656 (weak_ptr::lock function crashes when compiling with -f...Jonathan Wakely2014-01-281-17/+7
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1