Use the GTest portability headers
[folly.git] / folly / futures / test / TimekeeperTest.cpp
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-01 Yedidya FeldblumAvoid deprecated Singleton<T>::get() in folly/futures
2015-07-02 Hans Fugalminor Timekeeper bug
2015-07-02 Hans FugalDiscourage Duration in code comments and tests
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-26 Hannes Roth(Wangle) Clean up some data races in tests
2015-06-09 Hannes Roth(Wangle) Clean up tests
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-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-11 Hans FugalFuture<T>::onTimeout(Duration, function<T()>, Timekeepe...
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures