Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 20_util / unique_ptr / cons /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-04-18 Jason MerrillPR c++/90047 - ICE with enable_if alias template.
2019-01-01 Jakub JelinekUpdate copyright years.
2018-10-23 Jonathan WakelyPR libstdc++/87704 fix unique_ptr(nullptr_t) constructors
2018-09-11 Jonathan WakelyImplement LWG 2905 changes to constrain unique_ptr...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-04-21 Jonathan WakelyAvoid deprecated warnings about std::auto_ptr in librar...
2017-03-22 Jonathan WakelyAdd deduction guides for C++17 (P0433R2, partial)
2017-01-26 Jakub Jelinekupdate-copyright.py: Add libhsail-rt to self.default_di...
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 WakelyMove negative unique_ptr tests to new file
2016-10-19 Jonathan WakelyPR77990 refactor unique_ptr to encapsulate tuple
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-08-05 Nikolai Bozhenovconstexpr.cc: Remove redundant -save-temps option.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-12 Jonathan WakelyAdd -Wno-deprecated to dg-options.
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-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-20 Jonathan Wakelyfunctional (_Require): Move to ...
2011-06-14 Paolo Carlinivalarray (~valarray): Use noexcept.
2011-06-10 Jason Merrillprune.exp (libstdc++-dg-prune): Prune notes.
2010-12-19 John David Anglinre PR libstdc++/46869 (FAIL: 20_util/enable_shared_from...
2010-12-16 Benjamin Kosniktestsuite_iterators.h: Guard move.h includes.
2010-11-23 Benjamin Kosnikchrono: Constexpr markup for is_monotonic.
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-10 Paolo Carlinicons_overflow_neg.cc: Avoid -Wall warnings.
2010-06-30 Jason Merrill* decl2.c (mark_used): Adjust error for use of deleted...
2010-06-05 Jonathan Wakely[multiple changes]
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2008-06-26 Chris Fairlespointer_array.cc: New.