add missing include to ThreadId.h
[folly.git] / folly / test / FunctionTest.cpp
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
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-11-17 Christopher DykesAdjust the Function::NonCopyableLambda test to use...
2016-10-24 Sven Overadd folly::Function::asSharedProxy v2016.10.24.00
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-05-28 Ben HamiltonFix test/FunctionTest.cpp build breaks
2016-05-04 Eric Nieblerrearrange folly::Function so that its template argument...
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-11 Alexander ShaposhnikovFix the order of EXPECT_EQ parameters
2016-04-05 James SedgwickFunction::asStdFunction()
2016-04-02 Sven Overfolly::Function: fix swap function and put in correct...
2016-03-26 Sven Overfolly::Function: improve conversion of return types
2016-03-22 Sven OverIntroducing folly::Function