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