add LockTraits
[folly.git] / folly / Function.h
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