summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11/shared_ptr.cc
Commit message (Expand)AuthorAgeFilesLines
* [libstdc++] do not destruct mutex_pool mutexesAlexandre Oliva2023-02-221-1/+5
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Add unused attributes to shared_ptr functionsJonathan Wakely2021-02-121-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR libstdc++/71312 Increase alignment of pooled mutexesJonathan Wakely2019-04-291-1/+3
* PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely2019-01-181-0/+12
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add missing noexcept on std::_Sp_locker constructorsAditya Kumar2016-12-061-2/+2
* shared_ptr.cc (mask, [...]): Move declaration...François Dumont2016-10-031-23/+25
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* std::shared_ptr atomic operationsJonathan Wakely2014-11-121-0/+58
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)Jonathan Wakely2013-01-071-3/+2
* [multiple changes]Benjamin Kosnik2012-01-231-0/+39