Include <random> in folly/Random.h
[folly.git] / folly / wangle /
2014-05-20 Andrii GrynenkoFuture API for CacheClientCommon
2014-04-18 Elizabeth SmithAdd missing includes for msvc
2014-04-09 Hans Fugal(wangle) codegen then() variant tests
2014-04-04 Hans FugalA few missing includes
2014-04-04 Hans Fugal(wangle) Use an atomic_flag to make FutureObject threadsafe
2014-03-31 Hannes Roth(Wangle) Sanity check for the small_vector test
2014-03-31 Hannes Roth(Wangle) Fix tests for clang
2014-03-10 Hannes Roth(Wangle) Support .then(function pointer) syntax
2014-03-10 Hannes Roth(Wangle) Remove some early returns in tests
2014-03-10 Hannes Roth(Wangle) Actually support the universal reference used...
2014-03-10 Hannes Roth(Wangle) whenAll should take rvalue references instead...
2014-03-10 Hans FugalAdd Wangle README.md
2014-03-10 Marc CelaniMake it easy to wrap pre-existing cob-style async apis
2014-02-28 Hans Fugal(wangle) more comment tweaks
2014-02-28 Hans Fugal(wangle) comment cleanup
2014-02-28 Hans Fugals/valueTry/getTry/
2014-02-28 Hans Fugal(wangle) remove Future::wait
2014-02-28 Hans FugalTry Contains enum as an enum class
2014-02-28 Stepan PalamarchukAdd method, that constructs Try<T> based on the result...
2014-02-28 Dave WatsonMove wangle to folly