Fix copyright lines
[folly.git] / folly / futures / test / PromiseTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-12-23 Lee HowesAdd getSemiFuture to folly::Promise
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-08-22 Yedidya FeldblumUse simple exception_wrapper ctor in the Promise::setEx...
2017-07-05 Yedidya FeldblumPromise<T>::makeEmpty() and Future<T>::makeEmpty()
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-01-13 Eric Nieblercapture exception information when creating exception_w...
2017-01-04 Yedidya Feldblum2017
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-05-18 Yedidya FeldblumKeep the Unit test suite free of Promise and Future
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-07 John Sherwoodadd type info to broken promise what()
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-09 Hannes Roth(Wangle) Clean up tests