folly: build with -Wunused-parameter
[folly.git] / folly / futures / detail / Core.h
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-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-06-26 Alex LandauFix passing RequestContext to executor thread
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-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-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-27 James Sedgwickwhen* -> collect*
2015-04-27 Hans FugalAssume exception when Executor::add throws
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
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 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