cmake: add checks to generate folly-config.h correctly
[folly.git] / folly / futures / detail /
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-29 Yedidya FeldblumOutline throw statements in folly/futures/
2017-07-20 Yedidya FeldblumMove futures helper types into folly::futures::detail
2017-07-14 Christopher DykesSwitch future's Core<T> to std::is_nothrow_constructible
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-09 Yedidya FeldblumIn-place construction for Future v2017.07.10.00
2017-07-05 Jim Meyeringfolly/futures/detail/Core.h: avoid FP from clang's...
2017-06-04 Christopher DykesResolve the circular dependency between folly/futures...
2017-05-31 Sven OverFuture: some fixes re: handling of universal references
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-09-18 James Sedgwickmove ThreadWheelTimekeeper out of detail
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-07-02 Hans FugalDiscourage Duration in code comments and tests
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-26 Alex LandauFix passing RequestContext to executor thread
2015-06-26 Hannes Roth(Wangle) Fix possible race in updating FSM state
2015-06-26 Hannes Roth(Wangle) Clean up some data races in tests
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-22 Igor SugakAdd missing override and remove redundant virtual in...
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-28 Dave WatsonFix cancel in ThreadWheelTimeKeeper
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-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/
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-27 Louis Brandyfix race in ~ThreadWheelTimekeeper
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 Andrii GrynenkoKill get_fast/get_weak_fast Singletonn API
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