Consistently have the namespace closing comment
[folly.git] / folly / futures / Promise-inl.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-08-22 Yedidya FeldblumUse exception_wrapper::from_exception_ptr in Try and...
2017-07-29 Yedidya FeldblumOutline throw statements in folly/futures/
2017-07-20 Yedidya FeldblumMove futures helper types into folly::futures::detail
2017-07-05 Yedidya FeldblumPromise<T>::makeEmpty() and Future<T>::makeEmpty()
2017-06-01 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-10 Anton LunovRevert D4982969: [Folly] Destroy promise/future callbac...
2017-05-09 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-06 Yedidya FeldblumMark future-core get-state members as const noexcept
2017-01-04 Yedidya Feldblum2017
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-06-17 James Sedgwickvarious perf improvements
2015-05-28 Hans FugalPromise::isFulfilled()
2015-05-20 James SedgwickmakeTryFunction -> makeTryWith codemod
2015-05-20 James SedgwickSharedPromise
2015-04-29 Hans FugalPromise::setValue() for Unit
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-03-25 Hannes Roth(Wangle) Clean up move constructors
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Hannes RothRevert: (Wangle) Clean up move constructors
2015-03-03 Hannes Roth(Wangle) Clean up move constructors
2015-02-02 James Sedgwickfix deprecated Promise::setException()
2015-02-02 James Sedgwickkill remaining Futures-related Wangle references
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures