Fix violations of unused-lambda-capture
[folly.git] / folly / futures / test / FutureTest.cpp
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-02-06 Sven Overexecute callbacks as rvalue references
2017-01-04 Yedidya Feldblum2017
2017-01-02 Mathieu Baudetfbcode: remove unused includes from .cpp files without...
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-12-07 Nathan Bronsonfix FutureTest/RequestContext
2016-11-18 Yedidya FeldblumFix Build: folly with -Wmissing-braces
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
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-18 Yedidya FeldblumExtract Unit to top-level
2016-05-18 Yedidya FeldblumKeep the Unit test suite free of Promise and Future
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-09-02 Sven Overfolly: specialise makeFutureWith for functions returnin...
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-26 Alex LandauFix passing RequestContext to executor thread
2015-06-11 Hans FugalBuild and run futures tests on OSX
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-06-09 Hannes Roth(Wangle) Clean up tests
2015-05-28 Hans FugalPromise::isFulfilled()
2015-05-26 Hannes Roth(Wangle) Fix typo
2015-05-20 Hannes Roth(Wangle) unorderedReduce
2015-05-20 Hannes Roth(Wangle) window
2015-05-12 Hannes Roth(Wangle) Chaining reduce
2015-05-12 James Sedgwickfix return type for map
2015-05-12 Hans FugalMove a little test
2015-04-29 Hans FugalPromise::setValue() for Unit
2015-04-27 James SedgwickmakeFutureTry -> makeFutureWith
2015-04-27 James Sedgwicktake collections by reference
2015-04-27 Dave Watsonfuture / fiber integration
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 James Sedgwickfix collect() for move-only types
2015-04-27 James Sedgwickfix collect for non-default-constructible types, for...
2015-04-27 James Sedgwickmap()
2015-04-27 James Sedgwickcollect()
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 James SedgwickonError(exception_wrapper)
2015-04-02 Hannes Roth(Wangle) Swap order of Try<T> and T matching
2015-04-02 Hannes Roth(Wangle) Allocate lambda space inside Core instead...
2015-04-02 Hannes Roth(Wangle) Reduce
2015-03-03 Dor GrossCreating a flatten() method to get the inner Future...
2015-03-03 Monica LeeAdd willEqual to C++ Futures Code
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Hans FugalFuture::ensure
2015-03-03 Hans Fugal(folly/futures) Fix get() bug
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-11 Hans Fugalswitch order of method/object in Future::then to match...
2015-02-11 Hans Fugalmake wait() and friends return reference to self instea...
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Dave WatsonFuture constructor
2015-02-02 James SedgwickAnother stab at waitWithSemaphore -> Future<T>::wait()
2015-02-02 Hannes Roth(Wangle) Then Magic
2015-02-02 Dave WatsonRevert "[futures] waitWithSemaphore -> Future<T>::wait()"
2015-02-02 James SedgwickgetVia() and waitVia()
2015-02-02 James SedgwickwaitWithSemaphore -> Future<T>::wait()
2015-02-02 James Sedgwickremove outer Try from whenAll/whenN/whenAny callbacks
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