fix hazptr_array move
[folly.git] / folly / Function.h
2017-11-06 Eric NieblerValue-initialize the Data union member of folly::Function
2017-11-02 Christopher DykesFix folly::Function under C++17 exception specifier...
2017-10-30 Felix LeupoldAllow to pass ObjC blocks into folly::Function
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-18 Yedidya FeldblumLift the invoke helper in Function.h
2017-09-26 Michael LeeDelete conversion from Objective-C block to folly:...
2017-09-18 Eric Nieblerfix strange recursive std::is_constructible instantiati...
2017-08-25 Qinfan WuFix typo in Function.h
2017-07-07 Eric Nieblermake FunctionRef constexpr on compilers that support it
2017-05-12 Eric NieblerCopying a non-const FunctionRef lvalue should be a...
2017-04-04 Sven OverFunction.h: remove FOLLY_MSVC_DISABLE_WARNING
2017-03-30 Eric NieblerRemove unneccessary test for &that==this in folly:...
2017-03-30 Eric NieblerProperly constrain folly::Function's generic conversion...
2017-01-04 Yedidya Feldblum2017
2016-12-29 Bi XueMake FunctionRef support bool operator
2016-10-24 Sven Overadd folly::Function::asSharedProxy v2016.10.24.00
2016-09-27 Sven OverIntroducing folly::FunctionRef
2016-09-02 Philip Pronindelete const rvalue reference ctor of folly::Function v2016.09.05.00
2016-08-04 Christopher DykesDon't name a member small
2016-06-24 Christopher Dykesstd::aligned_storage<>::type is not a dependent type
2016-05-27 Christopher DykesDisable a couple of warnings for MSVC in folly::Function
2016-05-04 Eric Nieblerrearrange folly::Function so that its template argument...
2016-04-28 Lucian Grijincufolly: Function: in-class init, drop (void*) casts
2016-04-28 Giuseppe OttavianoFurther Function simplification
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-05 James SedgwickFunction::asStdFunction()
2016-04-02 Sven Overfolly::Function: fix swap function and put in correct...
2016-04-01 Sven Overfolly/docs: add documentation about folly::Function
2016-03-26 Sven Overfolly::Function: improve conversion of return types
2016-03-22 Sven OverIntroducing folly::Function