]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/unique_ptr.h
Update copyright years in libstdc++-v3/
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / unique_ptr.h
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-10-30  Jonathan Wakelyshared_ptr (__shared_ptr): Assert non-void pointer.
2013-05-18  Jonathan Wakelyunique_ptr.h (make_unique): Declare inline.
2013-05-18  Jonathan Wakelyunique_ptr.h (make_unique): Define.
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-12-20  Jonathan Wakelyfunctional (_Require): Move to ...
2012-08-26  Jonathan Wakelyre PR libstdc++/54351 (~unique_ptr() should not set...
2012-08-09  Jonathan Wakelyacinclude.m4: Update references to final C++11 standard.
2012-08-03  Jonathan Wakelymemory: Include auto_ptr.h later.
2011-11-18  Paolo Carlinihash-long-double-aux.cc: Rename to...
2011-07-18  Paolo Carlinire PR libstdc++/48430 (std::hash partial specialization...
2011-06-14  Paolo Carlinivalarray (~valarray): Use noexcept.
2011-05-21  Paolo Carliniunique_ptr.h: Use noexcept per the FDIS.
2011-04-17  Daniel KruglerPR libstdc++/48635 (again)
2011-04-16  Daniel Kruglerre PR libstdc++/48631 ([C++0x] default_delete<T[]>...
2011-04-16  Daniel Kruglerre PR libstdc++/48635 ([C++0x] unique_ptr<T, D&> moves...
2011-04-02  Jonathan Wakelyre PR libstdc++/48398 ([C++0x] std::unique_ptr<T, D...
2011-03-22  Paolo Carlinishared_ptr.h (operator>, [...]): Add, per DR 1401.
2011-01-31  Benjamin Kosnikc++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPREC...
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2011-01-18  Paolo Carliniunique_ptr.h (default_delete<>::default_delete()):...
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-11-10  Jonathan Wakelyunique_ptr.h: Use static_assert in constexpr constructors.
2010-11-08  Jonathan Wakelyunique_ptr.h: Move misplaced static_assert and use...
2010-11-06  Paolo Carlinishared_ptr.h (shared_ptr<>::__shared_ptr(), [...])...
2010-11-02  Benjamin Kosniklibstdc++: N3126 draft support.
2010-08-11  Paolo Carlinire PR libstdc++/42925 ([GB 99] Not possible to compare...
2010-08-11  Paolo Carliniunique_ptr.h: Replace _Tp_Deleter -> _Dp, and _Up_Delet...
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 Wakely[multiple changes]
2010-04-24  Jonathan Wakelyunique_ptr (unique_ptr::pointer): Use deleter's pointer...
2010-03-03  Paolo Carliniunique_ptr.h (unique_ptr<>::get_deleter): Simplify...
2010-03-02  Jonathan Wakelyre PR libstdc++/43183 (std::unique_ptr::reset() does...
2010-02-16  Paolo Carliniunique_ptr.h: (unique_ptr<>:: unique_ptr(const unique_p...
2010-02-10  Paolo Carlinihashtable.h: Fold in include/tr1_impl/hashtable.h contents.
2009-05-21  Benjamin Kosnikfunctional (function): Use explicit operator bool.
2009-05-18  Jonathan Wakelystl_pair.h (swap): Do not swap rvalues.
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-02-21  Benjamin Kosnikuser.cfg.in: Tweaks.
2009-02-05  Benjamin Kosnikunique_ptr.h: Remove private __this_type typedef.
2008-09-28  Paolo Carliniunique_ptr.h (unique_ptr<_Tp[]>::template<typename...
2008-07-16  Paolo Carliniunique_ptr.h: Remove stray character.
2008-07-16  Benjamin Kosnikuser.cfg.in: Add complex, ratio, intializer_list.
2008-06-21  Paolo Carlini[multiple changes]