Split <functional> into smaller pieces
[gcc.git] / libstdc++-v3 / include / bits / shared_ptr_base.h
2016-10-21 Jonathan WakelySplit <functional> into smaller pieces
2016-10-20 Jonathan WakelyPrepare shared_ptr for array support
2016-10-19 Jonathan WakelyMake std::enable_shared_from_this cope with ambiguity
2016-10-13 Jonathan WakelyAvoid #include <functional> in other headers
2016-10-10 Jonathan WakelyAdd noexcept to enable_shared_from_this::weak_from_this
2016-08-31 Jonathan WakelyConstrain std::shared_ptr assignment and resetting
2016-08-24 Aditya KumarRemove trailing whitespace in C++ headers
2016-08-04 Jonathan WakelyDefine std::enable_shared_from_this::weak_from_this
2016-08-03 Jonathan WakelyDefine feature-test macro for std::enable_shared_from_this
2016-08-03 Jonathan WakelyDefine std::shared_ptr::weak_type
2016-08-03 Jonathan WakelyDefine std::owner_less<void> specialization (P0074R0)
2016-04-14 Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13 Jonathan WakelyAdjust for new empty class parameter passing ABI.
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-02 Jonathan WakelyFix ambiguity with multiple enable_shared_from_this...
2015-09-09 Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-07 Jonathan WakelyRelax Debug Mode assertions on operator-> for smart...
2015-09-03 Jonathan WakelyClean up libstdc++ includes slightly.
2015-08-26 Jonathan WakelyOnly set std::enable_shared_from_this member once.
2015-06-12 Ramana RadhakrishnanUse atomics in guard.cc.
2015-05-13 Jonathan Wakelyshared_ptr_base.h (__shared_count(unique_ptr&&)): Check...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-13 Jonathan Wakelyre PR libstdc++/58594 (std::make_shared does not accept...
2014-12-12 Jonathan Wakelyre PR libstdc++/58594 (std::make_shared does not accept...
2014-12-12 Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
2014-11-12 Jonathan WakelyImplement resolutions of LWG 2399, 2400 and 2401.
2014-11-12 Jonathan WakelyLWG DR 2315. weak_ptr should be movable
2014-06-26 Jonathan Wakelyshared_ptr_base.h (__shared_ptr::_Deleter): Fix paramet...
2014-06-25 Jonathan WakelyMakefile.am: Add new header.
2014-05-02 Jonathan Wakelyre PR libstdc++/61036 (shared_ptr<void>(new T) rejected)
2014-04-15 Jonathan Wakelyshared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Use...
2014-01-28 Jonathan Wakelyre PR libstdc++/59656 (weak_ptr::lock function crashes...
2014-01-27 Jonathan Wakelyre PR libstdc++/59215 (tsan: warning in shared_ptr_base.h)
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-18 Jonathan Wakelyshared_ptr_base.h (_Sp_counted_base<_S_single>): Use...
2013-10-30 Jonathan Wakelyshared_ptr (__shared_ptr): Assert non-void pointer.
2013-10-29 Jonathan Wakelyre PR libstdc++/58839 (dereferencing void* in shared_pt...
2013-10-08 Jonathan Wakelyre PR libstdc++/58659 (Construction of shared_ptr from...
2013-10-02 Jonathan Wakelyre PR libstdc++/58594 (std::make_shared does not accept...
2013-05-18 Jonathan Wakelyunique_ptr.h (make_unique): Declare inline.
2013-04-28 Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2013-04-07 Jonathan WakelyMakefile.am: Add ext/aligned_buffer.h
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2012-12-20 Jonathan Wakelyfunctional (_Require): Move to ...
2012-11-07 Paolo Carliniarray (_GLIBCXX_THROW_OR_ABORT): Move...
2012-10-29 Jonathan Wakelyre PR libstdc++/55123 ([C++11] Construction of shared_p...
2012-08-09 Jonathan Wakelyacinclude.m4: Update references to final C++11 standard.
2012-08-03 Jonathan Wakelymemory: Include auto_ptr.h later.
2012-04-11 Jonathan Wakelyre PR c++/52924 (Using an std::function object as delet...
2012-02-13 Richard HendersonPR libstdc++/51798 continued
2012-02-10 Benjamin KosnikPR libstdc++/51798 continued.
2011-12-06 Paolo Carlinire PR libstdc++/51438 (std::exception and derived class...
2011-11-18 Paolo Carlinihash-long-double-aux.cc: Rename to...
2011-11-08 Jonathan Wakelyshared_ptr_base.h (_Sp_counted_ptr): Make 'final'.
2011-07-31 Paolo Carlinire PR libstdc++/49925 ([C++0x] ADL bug mixing boost...
2011-05-18 Jonathan Wakelyshared_ptr_base.h: Use noexcept.
2011-03-22 Paolo Carlinishared_ptr.h (operator>, [...]): Add, per DR 1401.
2011-03-15 Benjamin KosnikMakefile.am: Add functional.cc, shared_ptr.cc.
2011-01-31 Benjamin Kosnikc++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPREC...
2011-01-30 Benjamin KosnikPR libstdc++/36104 part four
2010-12-19 Benjamin Kosnik*: Use headername alias to associate private includes...
2010-12-14 Jonathan Wakelyre PR libstdc++/46910 (std::shared_ptr requires public...
2010-12-06 Paolo Carlinishared_ptr.h (shared_ptr<>::shared_ptr(_Tp1*, _Deleter...
2010-11-27 Jonathan Wakelyshared_ptr_base.h (operator>, [...]): Remove comparison...
2010-11-06 Paolo Carlinishared_ptr.h (shared_ptr<>::__shared_ptr(), [...])...
2010-11-02 Paolo Carlinicinttypes: Remove, move contents to C++0x and TR1 headers.
2010-08-11 Paolo Carlinire PR libstdc++/42925 ([GB 99] Not possible to compare...
2010-08-10 Paolo Carlinishared_ptr_base.h: Remove a few now redundant __glibcxx...
2010-08-10 Paolo Carlinicons_overflow_neg.cc: Avoid -Wall warnings.
2010-06-11 Paolo Carlinishared_ptr.h (hash<shared_ptr>): Add.
2010-06-05 Jonathan Wakelyshared_ptr_base.h (_Sp_counted_ptr::_M_dispose): Make...
2010-06-05 Jonathan Wakely[multiple changes]
2010-05-31 Jonathan Wakelyre PR libstdc++/43820 (auto_ptr used with incomplete...
2010-03-19 Rodolfo Limashared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove...
2010-02-19 Paolo Carlinishared_ptr_base.h (__weak_ptr): Remove deleted comparis...
2010-02-16 Paolo Carliniunique_ptr.h: (unique_ptr<>:: unique_ptr(const unique_p...
2009-11-20 Jonathan Wakelyre PR libstdc++/42019 (shared_ptr can not be used with...
2009-11-06 Benjamin Kosnikuser.cfg.in: Adjust includes.