Using emplace_back to avoid temporary
[folly.git] / folly / futures /
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-11 Hans FugalReplace thread_local with FOLLY_TLS
2015-06-11 Hans Fugaldisable ThreadExecutor in FutureTest.cpp, on OSX
2015-06-11 Hans FugalBuild and run futures tests on OSX
2015-06-11 Hans FugalFuture::unit()
2015-06-11 Hans Fugaluse LifoSem instead of sem_t for ManualExecutor
2015-06-11 Hans Fugalfolly::via(Executor*, Func)
2015-06-11 James Sedgwickoptimize makeFuture and Future<T>::Future()
2015-06-10 Hannes Roth(Wangle) Re-add race test
2015-06-09 James Sedgwickfix typo in SharedPromise comment
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-06-09 Hannes Roth(Wangle) Clean up tests
2015-06-05 Hans Fugalmerge dex and readme
2015-06-03 Hans Fugal(Futures) manually-generated and manually-sanitized...
2015-06-03 Hannes Roth(Wangle) Don't use std::bind in Core
2015-06-03 Lucian Grijincufolly: -Wsign-compare
2015-06-03 Dave WatsonChain executor in timeout functions
2015-06-03 Dave WatsonChain interrupt handlers
2015-05-28 Dave WatsonFix cancel in ThreadWheelTimeKeeper
2015-05-28 Hans Fugalfolly::Unit docs and use lift in is_void_or_unit
2015-05-28 Hans FugalPromise::isFulfilled()
2015-05-26 Hannes Roth(Wangle) Fix typo
2015-05-20 Hans FugalKoans to the Future
2015-05-20 Hannes Roth(Wangle) unorderedReduce
2015-05-20 Hannes Roth(Wangle) chain -> thenMulti + thenMultiWithExecutor
2015-05-20 Hannes Roth(Wangle) window
2015-05-20 James Sedgwickvia with priority
2015-05-20 James Sedgwickmore restrictive implicit Future construction enabling
2015-05-20 James SedgwickmakeTryFunction -> makeTryWith codemod
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-05-20 James SedgwickSharedPromise in OutputBufferingHandler
2015-05-20 James SedgwickSharedPromise
2015-05-12 Hannes Roth(Wangle) Implement collect* using mapSetCallback and...
2015-05-12 YM CHENfix namespace v2
2015-05-12 James Sedgwickexplicit instantiation of common Future types
2015-05-12 Hannes Roth(Wangle) Fix Executor problem
2015-05-12 Hannes Roth(Wangle) Chaining reduce
2015-05-12 Hannes Roth(Wangle) Simplify reduce, use the same implementation...
2015-05-12 Vladislav IsenbaevFix race condition in collect(..)
2015-05-12 Hans FugalUnit::Lift<T>
2015-05-12 Hans FugalDo not construct a Future<T> from a Future<Something...
2015-05-12 James Sedgwickfix return type for map
2015-05-12 Hans FugalMove a little test
2015-05-12 Hans FugalFuture<Unit>::Future()
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/
2015-04-29 Hans FugalMove this `reduce` to `helpers.h`
2015-04-29 Hans FugalPromise::setValue() for Unit
2015-04-27 Hans Fugalrearrange Future.h
2015-04-27 Hans FugalIntroducing Unit!
2015-04-27 James SedgwickmakeFutureTry -> makeFutureWith
2015-04-27 Hans FugalCleanup Future(Value) ctor
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 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types, for...
2015-04-27 James Sedgwickmap()
2015-04-27 Hans FugalAssume exception when Executor::add throws
2015-04-27 James Sedgwickrevert D1985475, clang still borked
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types
2015-04-27 James Sedgwickfix build
2015-04-27 James Sedgwickcollect()
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 James SedgwickonError(exception_wrapper)
2015-04-27 James Sedgwickremove unnecessary & deprecated activate() call
2015-04-27 Louis Brandyfix race in ~ThreadWheelTimekeeper
2015-04-27 Louis Brandyparse flags in unit tests
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 Hans FugalFuture::filter(A => bool)
2015-04-02 Hannes Roth(Wangle) Reduce
2015-03-25 Hannes Roth(Wangle) Clean up move constructors
2015-03-18 Jeroen Vaelenextend future api with Future<T>::poll
2015-03-18 Stepan PalamarchukProtect unprotected
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 RothRevert: (Wangle) Clean up move constructors
2015-03-03 Hannes Roth(Wangle) Clean up move constructors
2015-03-03 Dave Watsonsome moar unittests
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 Jim Meyeringfolly: move side effects out of EXPECT_EQ args
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2015-03-03 Hannes Roth(Wangle) Have Core own an FSM instead of inheriting
2015-03-03 Hannes Roth(Wangle) Catch all exceptions in `then() -> Future`
2015-02-11 Hans Fugalswitch order of method/object in Future::then to match...
2015-02-11 Hans Fugalfutures::chain
2015-02-11 Hans Fugalmake wait() and friends return reference to self instea...
2015-02-11 Hans FugalFix comment
2015-02-11 Hans FugalFuture<T>::onTimeout(Duration, function<T()>, Timekeepe...
2015-02-11 Hans FugalFix another comment
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Dave WatsonFuture constructor
2015-02-02 Hans FugalRework the Future::Core state machine
next