]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/functional
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / functional
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-08  Jonathan WakelyPR libstdc++/87538 fix std::not_fn exception specifications
2018-01-04  Jonathan WakelyPR libstdc++/83607 specialize Boyer-Moore searchers...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-14  Jonathan WakelyPR libstdc++/83427 detect weak result type from noexcep...
2017-07-23  François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-05-18  Jonathan WakelyPR libstdc++/80478 make std::mem_fn work with noexcept...
2017-04-18  Jonathan WakelyFix incorrect results from std::boyer_moore_searcher
2017-03-23  Daniel KrueglerImplement P0607R0 "Inline Variables for Standard Librar...
2017-03-22  Jonathan WakelyAdd deduction guides for C++17 (P0433R2, partial)
2017-03-10  Jonathan WakelyP0604R0 add invoke_result, is_invocable etc. for C++17
2017-03-09  Jonathan WakelyDefine macro to simplify std::_Not_fn definition
2017-03-02  Jonathan WakelyPR 79798 Fix incorrect use of std::result_of in std...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-21  Jonathan WakelySplit <functional> into smaller pieces
2016-10-14  Jonathan WakelyMake std::bind use std::invoke
2016-10-14  Jonathan WakelySimplify reference_wrapper nested typedefs
2016-10-13  Jonathan WakelyUse normal mode containers in searchers
2016-10-13  Jonathan WakelyReplace __bind_simple with std::thread::__make_invoker
2016-10-13  Jonathan WakelyFix exception-specifications for std::_Not_fn
2016-10-13  Jonathan WakelyFix exception-specification of std::invoke
2016-10-10  Jonathan WakelyMinor simplification to std::_Bind_result helpers
2016-10-05  Jonathan WakelyPR 70564 disambiguate constructors for not_fn call...
2016-09-28  Jonathan Wakelylibstdc++/77686 use may_alias for std::function storage
2016-09-27  Jonathan WakelyDefine feature macro and update C++17 library status
2016-09-12  Ville VoutilainenImplement P0253R1, Fixing a design mistake in the searc...
2016-09-12  Ville VoutilainenImplement C++17 string searchers.
2016-08-22  Jonathan WakelyAdd noexcept to std::function swap
2016-08-19  Jonathan WakelyDefine std::not_fn for C++17
2016-08-06  Jonathan WakelyUse ::new to avoid finding overloaded operator new
2016-08-06  Jonathan WakelyAdd std::apply for C++17
2016-08-05  Jonathan WakelyUse __invoke in std::function internals
2016-08-04  Jonathan WakelyDefine std::is_callable and std::is_nothrow_callable
2016-08-04  Jonathan WakelySimplify std::__invoke_impl definitions
2016-07-31  Jonathan Wakelylibstdc++/72745 add static assertion for invalid tuple...
2016-07-31  Ville VoutilainenAdd missing variable traits, fix testsuite failures.
2016-06-16  Jonathan WakelyRemove trailing whitespace from libstdc++ headers
2016-04-18  Jonathan WakelyRemove unused typedefs in std::bind types
2016-01-18  Jonathan WakelyFix construction of std::function from null pointer...
2016-01-12  Jonathan WakelyPrevent recursive instantiation in std::function
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-22  Jonathan WakelyAdd inline to std::__invfwd
2015-12-21  Jonathan Wakelylibstdc++/68995 qualify calls to __callable_functor
2015-12-21  Jonathan Wakelylibstdc++/68276 consistently qualify std::forward
2015-12-15  Jonathan WakelyRestore accidentally-removed volatile qualifier
2015-12-15  Jonathan WakelyRemove vestigial traces of std::tr1::bind
2015-12-15  Jonathan WakelyFix cv-qualifiers in std::bind invocation
2015-12-11  Jonathan WakelyFix std::invoke support for reference_wrappers
2015-10-25  Jonathan WakelyImplement C++17 std::invoke and LWG DR 2219
2015-05-13  Jonathan Wakelytuple (apply): Handle pointers to member (LWG 2418).
2015-04-29  Jonathan Wakelyre PR libstdc++/65760 (invalid use of incomplete type...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-12  Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
2014-12-01  Jonathan Wakelyre PR libstdc++/63840 (std::function copy constructor...
2014-11-12  Jonathan WakelyImplement resolutions of LWG 2399, 2400 and 2401.
2014-11-11  Jonathan WakelyDefine __void_t and SFINAE-friendly iterator_traits.
2014-11-11  Jonathan WakelyMake std::mem_fn work with varargs functions.
2014-11-04  Jonathan WakelyMake reference_wrapper trivially copyable.
2014-11-04  Jonathan Wakely* include/std/functional (_Bind_simple): Simplify const...
2014-11-03  Jonathan WakelyCheck number of arguments in bind expressions.
2014-11-03  Jonathan WakelyAdd support for ref-qualified functions to std::mem_fn
2014-10-29  Jonathan WakelyUse perfect forwarding in std::function invokers.
2014-10-09  Jonathan Wakelyre PR libstdc++/61909 (Small function optimization...
2014-07-08  Jonathan Wakelyallocated_ptr.h (__allocated_ptr::operator=): Add missi...
2014-05-14  Jonathan Wakelytuple (__add_c_ref, [...]): Remove.
2014-05-13  Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-04-16  Jonathan Wakely* include/std/functional (__is_location_invariant)...
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-05-21  Jonathan Wakelyre PR libstdc++/57336 (Cannot INVOKE a reference_wrappe...
2013-04-07  François Dumontfunctional (_Derives_from_unary_function): Remove.
2013-01-08  Jonathan Wakelyre PR c++/55908 (Problem binding a const member functio...
2013-01-07  Jonathan Wakelyre PR libstdc++/55847 (mistake bad_weak_ptr::what(...
2012-12-20  Jonathan Wakelyfunctional (_Require): Move to ...
2012-11-28  Jonathan Wakelyfunctional (_Mem_fn): Constrain function call operators...
2012-11-26  Jonathan Wakelyfunctional (__is_socketlike): Change from class templat...
2012-11-26  Jonathan Wakelyre PR libstdc++/55463 (Result of std::mem_fn doesn...
2012-11-19  Jonathan Wakelystl_algo.h (reverse_copy): Update comment per DR 2074.
2012-11-14  Jonathan Wakelyre PR libstdc++/55320 (Invalid delete with throwing...
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-04-29  Jonathan Wakelyfunctional (function::function(F)): LWG 2132: Disable...
2012-04-01  Jonathan Wakelyfunctional (__callable_functor): Overload for volatile...
2012-03-27  Jonathan Wakelyfunctional (mem_fn): Qualify to prevent ADL.
2011-12-06  Paolo Carlinire PR libstdc++/51438 (std::exception and derived class...
2011-11-22  Jonathan Wakelyfunctional (is_placeholder, [...]): Add partial special...
2011-09-10  Paolo Carlinituple: Use everywhere std::size_t...
2011-08-07  Benjamin Kosnikuser.cfg.in (PDF_HYPERLINKS): To NO.
2011-07-09  Jonathan Wakelyre PR libstdc++/49668 ([C++0x] std::thread does not...
2011-06-14  Paolo Carlinifunctional: Use noexcept.
2011-05-23  Paolo Carlini[multiple changes]
2011-05-20  Jason Merrillre PR c++/24163 (dependent Base class scope examined...
2011-05-03  Jonathan Wakelyfunctional (bind): Remove from overload set when first...
2011-04-19  Jonathan Wakelyre PR libstdc++/48521 ([C++0x] std::result_of doesn...
2011-04-10  Jonathan Wakelyre PR libstdc++/48541 (std::function(std::_Function_bas...
2011-03-15  Benjamin KosnikMakefile.am: Add functional.cc, shared_ptr.cc.
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2011-01-06  Paolo Carlinire PR libstdc++/47185 (UB in TR1 and C++0x placeholders...
2010-11-02  Paolo Carlinicinttypes: Remove, move contents to C++0x and TR1 headers.
next