fix bootstrap on osx
[folly.git] / folly / futures /
2016-11-19 Christopher DykesWorkaround a bug resolving decltype'd locals in lambdas v2016.11.21.00
2016-11-18 Yedidya FeldblumFix Build: folly with -Wmissing-braces
2016-11-15 yizhirencorrect the description about the thread to run
2016-10-24 James Sedgwicksync README
2016-10-19 Jim Meyeringfolly/futures/test/NonCopyableLambdaTest.cpp: avoid...
2016-10-19 Jim Meyeringfolly/futures/test/ViaTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/futures/test/WhileDoTest.cpp: avoid shadowing...
2016-10-14 Matthieu Martinnoexcept CollectVariadicContext destructor
2016-10-13 Matthieu MartinProvide a unpackTryTuple function in folly
2016-10-06 Alex YarmulaReverted commit D3979179
2016-10-06 Alex Yarmulause previous Executor after delayed
2016-09-26 Phil WilloughbyMake a SharedPromise from a Future
2016-09-22 Tianjiao Yinfix flaky TimeKeeper unit-test
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-01 Eric NieblerAdd ScopeGuard.h include in places where it is needed.
2016-08-26 Yunqiao ZhangcollectOne
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
2016-08-02 Sahil JainUpdate folly/futures README
2016-08-02 Dave WatsonEnsure getVia(eventbase) does not busy wait
2016-07-29 Sven Overfutures: fix behaviour when executors don't exec callback
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-07-14 Sven OverManualExecutor: add clear method
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-06-29 Mirek KlimosReplace RequestContext::create with RequestContextScope...
2016-06-20 Christopher DykesAdjust the way Future<Unit>'s constructor is defined
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-05-19 Andrii GrynenkoMove fibers out of experimental
2016-05-19 Yedidya FeldblumMake Try independent of Future
2016-05-18 Yedidya FeldblumExtract Unit to top-level
2016-05-18 Yedidya FeldblumKeep the Unit test suite free of Promise and Future
2016-05-17 Yedidya FeldblumSimplify Unit
2016-05-14 Yedidya FeldblumA thread-per-task executor
2016-05-13 Mirek KlimosReplace RequestContext::setContext with RequestContextS...
2016-05-13 Chad ParryConstruct all HHWheelTimer instances with the factory...
2016-05-04 Yedidya FeldblumLet via take a functor by universal reference
2016-05-03 Sven Overfix passing move-only types to via(Executor*, Func)
2016-04-30 Andrii GrynenkoDon't require folly::Unit in addTaskFinally
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-23 Sven Overuse forward instead of move for universal references
2016-04-22 Hans Fugalupdate futures README
2016-04-20 Michael LeeDefine more pieces of portability/GFlags
2016-04-05 Sven Overfolly/futures: replace MoveWrappers with generalised...
2016-03-29 Sven Overfolly/futures: use folly::Function to store callback
2016-03-22 Michael LeeUse FOLLY_MOBILE to split some functionality
2016-03-01 Subodh IyengarAdd conversion constructors for Future
2016-02-24 Sven Overfolly/futures: keep Core alive until callback has returned
2016-02-15 Lee HowesModification to futures to remove deadlock in certain...
2016-02-15 Andrii GrynenkoUnify runInMainContext for void and non-void
2016-02-15 Michael LeeMake Gold more like Core.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-07 Sven Overfolly/futures: fix early release of non-embedded callbacks
2016-02-05 Francis MaLoosen restriction to get folly::future::CoreTest pass...
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-14 Francis MaDecouple future and fiber for mobile
2015-12-23 Michael LeeRemove extra FLAGS_seed definition
2015-12-07 John Sherwoodadd type info to broken promise what()
2015-12-01 Yedidya FeldblumCodeMod: Use the ExceptionWrapper::with_exception varia...
2015-12-01 Yedidya FeldblumAvoid deprecated Singleton<T>::get() in folly/futures
2015-11-25 Yedidya FeldblumA well-known instance of folly::Unit
2015-11-20 Alexander ShaposhnikovRemove busy wait and support multiple wait
2015-11-13 Andrii GrynenkoMake collect work for types with no default constructors
2015-11-11 Alexander ShaposhnikovRevert my change (which broke down the cont build)
2015-11-11 Alexander ShaposhnikovRemove busy wait
2015-11-05 Viswanath SivakumarSet interrupt handler correctly on SharedPromise
2015-10-27 Shaft WuTrack callback life cycle for HHWheelTimer and EventBase
2015-10-13 Hans Fugal(folly) have Try::moveFromTry take an lvalue
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-18 James Sedgwickmove ThreadWheelTimekeeper out of detail
2015-09-10 Elliott ClarkAdd SharedPromise<T>::isFulfilled
2015-09-04 James Sedgwickfix SharedPromise<T>::setWith
2015-09-02 Sven Overfolly: specialise makeFutureWith for functions returnin...
2015-08-12 Hannes Roth(Wangle) Use perfect forwarding for LambdaBufHelper
2015-08-11 Hannes Roth(Wangle) Align lambdaBuf_
2015-08-11 Noel SardanaAdded futures helpers times, when, and whileDo
2015-08-06 Alexander ShaposhnikovMake Core.size test portable
2015-08-04 Nathan Bronsonmake RetryingTest more robust
2015-08-03 Orvid KingAdd MSVC support to futures/Deprecated.h
2015-07-31 Yedidya Feldblumfutures::retrying.
2015-07-29 Sara GolemonRegenerate README.md from source
2015-07-29 Orvid KingMove various attributes before the declaration to be...
2015-07-28 Jason RahmanAllow for mutable lambdas with Future::ensure()
2015-07-27 James Sedgwickdelete folly/wangle
2015-07-22 Hannes Roth(Wangle) window, fix test
2015-07-21 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-07-21 Yedidya FeldblumFix a namespace nit in folly/futures/Future.cpp.
2015-07-20 Hannes RothRevert: (Wangle) within should raise TimedOut()
2015-07-20 Tudor Bosmanfolly::Future-istic barrier
2015-07-20 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-13 Kjell Schubertsplit SmallLocks.h to get a larger portion of folly...
2015-07-09 Yedidya FeldblumThreadedExecutor.
2015-07-07 Hans Fugalfolly/futures Update README.md
2015-07-02 Hans Fugalnice error message if you try to Future<void>
2015-07-02 Yedidya Feldblumfolly::Unit::Drop.
2015-07-02 Hans Fugalminor Timekeeper bug
2015-07-02 Hans FugalDiscourage Duration in code comments and tests
2015-07-01 Hans FugalFuture<Unit> global fixup
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-07-01 Hans Fugal(easy) wrong test suite name
next