Codemod folly::make_unique to std::make_unique
[folly.git] / folly / futures / detail / Core.h
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-06 Yedidya FeldblumMark future-core get-state members as const noexcept
2017-03-29 Sven Overfix dead-lock in Future when executor discards function
2017-01-13 Eric Nieblercapture exception information when creating exception_w...
2017-01-09 Nick WolchkoRemove folly::Future conversion constructor
2017-01-04 Yedidya Feldblum2017
2016-10-14 Matthieu Martinnoexcept CollectVariadicContext destructor
2016-10-13 Matthieu MartinProvide a unpackTryTuple function in folly
2016-09-01 Eric NieblerAdd ScopeGuard.h include in places where it is needed.
2016-07-29 Sven Overfutures: fix behaviour when executors don't exec callback
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-05-13 Mirek KlimosReplace RequestContext::setContext with RequestContextS...
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-05 Sven Overfolly/futures: replace MoveWrappers with generalised...
2016-03-29 Sven Overfolly/futures: use folly::Function to store callback
2016-03-01 Subodh IyengarAdd conversion constructors for Future
2016-02-24 Sven Overfolly/futures: keep Core alive until callback has returned
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-07 Sven Overfolly/futures: fix early release of non-embedded callbacks
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-12-07 John Sherwoodadd type info to broken promise what()
2015-11-13 Andrii GrynenkoMake collect work for types with no default constructors
2015-08-12 Hannes Roth(Wangle) Use perfect forwarding for LambdaBufHelper
2015-08-11 Hannes Roth(Wangle) Align lambdaBuf_
2015-07-13 Kjell Schubertsplit SmallLocks.h to get a larger portion of folly...
2015-07-02 Hans Fugalnice error message if you try to Future<void>
2015-06-26 Alex LandauFix passing RequestContext to executor thread
2015-06-26 Hannes Roth(Wangle) Fix bug with CrappyExecutors, and bad Priority...
2015-06-24 Hannes Roth(Wangle) Possibly undefined behavior in collect
2015-06-17 James Sedgwickvarious perf improvements
2015-06-11 James Sedgwickoptimize makeFuture and Future<T>::Future()
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-06-03 Hannes Roth(Wangle) Don't use std::bind in Core
2015-06-03 Dave WatsonChain interrupt handlers
2015-05-20 James Sedgwickvia with priority
2015-05-12 Hannes Roth(Wangle) Implement collect* using mapSetCallback and...
2015-05-12 James Sedgwickexplicit instantiation of common Future types
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 Hans FugalAssume exception when Executor::add throws
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-02 Hannes Roth(Wangle) Allocate lambda space inside Core instead...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Hans Fugal(futures) Make executors sticky
2015-03-03 Hannes Roth(Wangle) Shrink Core to 128 bytes
2015-03-03 Hannes Roth(Wangle) Have Core own an FSM instead of inheriting
2015-02-02 Hans FugalRework the Future::Core state machine
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures