suppress warnings in tests for deprecated functions
[folly.git] / folly / futures / test / InterruptTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-12-12 Yedidya FeldblumSwitch to the try_wait_for and try_wait_until Baton...
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-07-13 Yedidya FeldblumSort #include lines
2017-04-27 Yedidya FeldblumCasing consistency for exception_wrapper::throw_exception
2017-01-04 Yedidya Feldblum2017
2016-11-19 Christopher DykesWorkaround a bug resolving decltype'd locals in lambdas v2016.11.21.00
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-07-21 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-20 Hannes RothRevert: (Wangle) within should raise TimedOut()
2015-07-20 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-09 Hannes Roth(Wangle) Clean up tests