suppress warnings in tests for deprecated functions
[folly.git] / folly / futures / test /
2018-01-17 Adam Simpkinssuppress warnings in tests for deprecated functions
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-03 Lee HowesMake consistent set of get and getTry methods on SemiFu...
2017-12-27 Lee HowesAdd getVia and getTryVia to SemiFuture.
2017-12-27 Lee HowesAdd continuation to semifuture return test.
2017-12-27 Lee HowesAdd getSemiFuture to folly::SharedPromise
2017-12-26 Lee HowesEnsure that returning a semifuture from a continuation...
2017-12-23 Lee HowesAdd getSemiFuture to folly::Promise
2017-12-20 Chad Austintest that the value remains alive even if the .then...
2017-12-12 Yedidya FeldblumSwitch to the try_wait_for and try_wait_until Baton...
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-11-04 Lee HowesMake SemiFuture::via throw on nullptr executor.
2017-10-31 Lee HowesAdding DeferredExecutor to support deferred execution...
2017-10-31 Teng QinImprove folly::RequestContext onSet and onUnset efficiency
2017-10-30 Lee HowesSplit SemiFuture and Future into separate types. Add...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-22 James Sedgwickmove futures/test/ExecutorTest.cpp to executors/ v2017.10.23.00
2017-10-21 James Sedgwickmove InlineExecutor, ManualExecutor, and GlobalThreadPo...
2017-10-19 Alex YarmulaHandle timekeeperSingleton being nullptr in within()
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 Walker MillsAdd window overload that takes an executor to prevent...
2017-10-18 James Sedgwickmove futures/QueuedImmediateExecutor to executors/Queue...
2017-10-18 James Sedgwickmove futures/DrivableExecutor to executors/DrivableExecutor
2017-10-16 Yedidya Feldblum4-way overloads for SemiFuture::value
2017-10-15 Marc CelaniMove retrying method to separate header in folly/futures
2017-10-10 Cameron PickettHandle nullptr from getTimekeeperSingleton
2017-10-06 Yedidya FeldblumRemove Executor::addPtr
2017-10-05 Lee HowesAdd SemiFuture class.
2017-09-29 Felix HandteShort-Circuit within() When Future Is Already Complete
2017-09-27 Mohamed Amin JABRIFix unittest compile error on futures/test/RetryingTest...
2017-09-19 Phil WilloughbyBenchmark a realistic common use
2017-09-19 Christopher DykesEnable -Wunused-variables
2017-08-29 Richard MengUse weak_ptr to hold future context in timekeeper to...
2017-08-22 Yedidya FeldblumUse simple exception_wrapper ctor in the Promise::setEx...
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-20 Yedidya FeldblumMove futures helper types into folly::futures::detail
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-09 Yedidya FeldblumIn-place construction for Future v2017.07.10.00
2017-07-05 Yedidya FeldblumPromise<T>::makeEmpty() and Future<T>::makeEmpty()
2017-07-03 Phil WilloughbyContent-conversion constructors for Future
2017-06-22 Adam Simpkinsallow passing function pointers to Future::onError()
2017-06-19 Christopher DykesMake semaphore.h a non-portable header
2017-06-01 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-12 Yinghai LuFix broken promise error in folly::retrying
2017-05-10 Anton LunovRevert D4982969: [Folly] Destroy promise/future callbac...
2017-05-09 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-06 Yedidya FeldblumStop trying to setrlimit(RLIMIT_AS) in ASAN builds
2017-05-05 Yedidya FeldblumControl the number of threads in TestExecutor
2017-05-05 Sven OverFuture: improve test with task discarding executors
2017-04-27 Yedidya FeldblumCasing consistency for exception_wrapper::throw_exception
2017-04-11 Eric Nieblernon-throwing, non-allocating exception_wrapper
2017-04-03 Harrison KlapermanFix broken ManualExecutor
2017-04-01 Mainak Mandalfix memory leak in case of large number of retries
2017-03-29 Sven Overfix dead-lock in Future when executor discards function
2017-02-15 Phil WilloughbyReplace the future-splitting system
2017-02-06 Sven Overexecute callbacks as rvalue references
2017-01-24 Mathieu Baudetfolly: remove unused includes
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
2017-01-02 Mathieu Baudetfbcode: remove unused includes from .cpp files without...
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-12-07 Nathan Bronsonfix FutureTest/RequestContext
2016-12-01 Yedidya FeldblumFuture<typename>::getTryVia
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-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-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-08-26 Yunqiao ZhangcollectOne
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
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-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-19 Yedidya FeldblumExtract Try to top-level
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-03 Sven Overfix passing move-only types to via(Executor*, Func)
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-01 Subodh IyengarAdd conversion constructors for Future
next