]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/testsuite/20_util/unique_ptr/assign
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / unique_ptr / assign /
2022-01-03  Jakub JelinekUpdate copyright years.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-07-31  Jonathan WakelyPR libstdc++/91308 fix constraints on unique_ptr assignment
2019-01-01  Jakub JelinekUpdate copyright years.
2018-09-11  Jonathan WakelyImplement LWG 2905 changes to constrain unique_ptr...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-04-21  Jonathan WakelyAvoid deprecated warnings about std::auto_ptr in librar...
2017-01-04  Ville VoutilainenImplement 2801, Default-constructibility of unique_ptr.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-14  Ville VoutilainenImplement P0513R0, Poisoning the Hash.
2016-10-21  Jonathan WakelySplit <functional> into smaller pieces
2016-10-19  Jonathan WakelyPR77990 refactor unique_ptr to encapsulate tuple
2016-10-17  Jonathan WakelyPR77987 Fix unique_ptr<T[], D>::reset(U) for T != U
2016-10-12  Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-08-26  Jonathan WakelyUse effective-target instead of -std options
2016-01-04  Jakub JelinekUpdate copyright years.
2015-08-08  Ville VoutilainenImplement N4089 Safe conversions in unique_ptr<T[]...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-10-16  Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-05-14  Jason Merrillcall.c (struct conversion_info): Rename 'from_type...
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-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-03  Jonathan Wakelymemory: Include auto_ptr.h later.
2011-04-17  Daniel KruglerPR libstdc++/48635 (again)
2011-04-16  Daniel Kruglerre PR libstdc++/48635 ([C++0x] unique_ptr<T, D&> moves...
2010-12-09  Nathan Froydre PR testsuite/46860 (New libstdc++ failures)
2010-06-30  Jason Merrill* decl2.c (mark_used): Adjust error for use of deleted...
2010-06-05  Jonathan Wakely[multiple changes]
2010-05-12  Jason Merrillre PR c++/20669 (Template candidates not listed in...
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-10-14  Jason Merrillre PR c++/39866 ([c++0x] deleted functions not removed...
2009-05-21  Benjamin Kosnikfunctional (function): Use explicit operator bool.
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-02-21  Benjamin Kosnikthis_thread: Move...
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-06-26  Chris Fairlespointer_array.cc: New.
2008-06-21  Paolo Carlini[multiple changes]