Register singleton's destruction using std::atexit
[folly.git] / folly / Try.h
2018-01-08 Eric Nieblergive all folly exception types default visibility
2017-08-24 Aaryaman SagarAdded rvalue and const rvalue overloads to Try
2017-08-24 Aaryaman SagarunwrapTryTuple only accepted rvalue tuple types
2017-08-24 Yedidya FeldblumTry::exception overload for Try&&
2017-08-22 Yedidya FeldblumUse exception_wrapper::from_exception_ptr in Try and...
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-26 Yedidya FeldblumCut moveFromTry
2017-07-24 Yedidya FeldblumOutline the throw statements in Try
2017-07-02 Yedidya FeldblumIn-place construction for Try
2017-06-27 Yedidya FeldblumFixes for Try::withException
2017-06-07 Yedidya FeldblumTry::tryGetExceptionObject
2017-05-24 Yedidya FeldblumRFC: Embed exception_wrapper directly into Try
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-01-10 kumagifix typo in comments. s/unitialized/uninitialized/g
2017-01-04 Yedidya Feldblum2017
2016-12-29 Eric Nieblerfolly::TryException inherits from std::logic_error...
2016-10-13 Matthieu MartinProvide a unpackTryTuple function in folly
2016-05-19 Yedidya FeldblumExtract Try to top-level