Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 20_util / function /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-10-29 Jonathan Wakelylibstdc++: Avoid warnings in tests
2020-10-29 Jonathan Wakelylibstdc++: Make std::function work better with -fno...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-08-15 Jonathan WakelyPR libstdc++/91456 make INVOKE<R> work with uncopyable...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-05-09 Jonathan WakelyMake std::function tolerate semantically non-CopyConstr...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-06-08 Jonathan WakelyPR libstdc++/81017 add noexcept to std::function move...
2017-03-22 Jonathan WakelyAdd deduction guides for C++17 (P0433R2, partial)
2017-01-12 Jonathan WakelyPR66284 remove std::function special case for reference...
2017-01-01 Jakub JelinekUpdate copyright years.
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-08-22 Jonathan WakelyAdd noexcept to std::function swap
2016-08-06 Jonathan WakelyUse ::new to avoid finding overloaded operator new
2016-08-05 Jonathan WakelyUse __invoke in std::function internals
2016-01-18 Jonathan WakelyFix construction of std::function from null pointer...
2016-01-12 Jonathan WakelyExtend std::function test for PR 68995
2016-01-12 Jonathan WakelyPrevent recursive instantiation in std::function
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-21 Jonathan Wakelylibstdc++/68995 qualify calls to __callable_functor
2015-04-29 Jonathan Wakelyre PR libstdc++/65760 (invalid use of incomplete type...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-01 Jonathan Wakelyre PR libstdc++/63840 (std::function copy constructor...
2014-10-29 Jonathan WakelyUse perfect forwarding in std::function invokers.
2014-10-16 Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-04-15 Jonathan Wakelyre PR libstdc++/60594 (std::function of a type with...
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-10-02 Jonathan Wakelyre PR libstdc++/58569 (Compilation error when a class...
2013-09-27 Jonathan Wakelyre PR libstdc++/57465 (Failed postcondition for std...
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-14 Jonathan Wakelyre PR libstdc++/55320 (Invalid delete with throwing...
2012-04-29 Jonathan Wakelyfunctional (function::function(F)): LWG 2132: Disable...
2012-04-01 Jonathan Wakelyfunctional (__callable_functor): Overload for volatile...
2011-06-10 Jason Merrillprune.exp (libstdc++-dg-prune): Prune notes.
2011-04-10 Jonathan Wakelyre PR libstdc++/48541 (std::function(std::_Function_bas...
2010-10-15 Paolo Carlinifunctional (function<>::operator==, operator!=): Remove...
2010-06-30 Jason Merrill* decl2.c (mark_used): Adjust error for use of deleted...
2010-03-17 Jonathan Wakelyre PR libstdc++/43397 (std::function can't forward...
2009-12-15 Jonathan Wakelyfunctional (function::function): Move construct target.
2009-11-30 Paolo Carlini[multiple changes]
2009-05-27 Benjamin Kosnikre PR libstdc++/40273 ([C++0x] Invalid conversion to...