suppress warnings in tests for deprecated functions
[folly.git] / folly / futures / test / ViaTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-10-21 James Sedgwickmove InlineExecutor, ManualExecutor, and GlobalThreadPo...
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-18 James Sedgwickmove futures/DrivableExecutor to executors/DrivableExecutor
2017-07-13 Yedidya FeldblumSort #include lines
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-05 Sven OverFuture: improve test with task discarding executors
2017-03-29 Sven Overfix dead-lock in Future when executor discards function
2017-01-04 Yedidya Feldblum2017
2016-12-01 Yedidya FeldblumFuture<typename>::getTryVia
2016-10-19 Jim Meyeringfolly/futures/test/ViaTest.cpp: avoid shadowing warnings
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
2016-05-03 Sven Overfix passing move-only types to via(Executor*, Func)
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-26 Hannes Roth(Wangle) Clean up some data races in tests
2015-06-26 Hannes Roth(Wangle) Fix bug with CrappyExecutors, and bad Priority...
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-11 Hans Fugaldisable ThreadExecutor in FutureTest.cpp, on OSX
2015-06-11 Hans Fugalfolly::via(Executor*, Func)
2015-06-10 Hannes Roth(Wangle) Re-add race test
2015-06-09 Hannes Roth(Wangle) Clean up tests
2015-05-20 Hannes Roth(Wangle) chain -> thenMulti + thenMultiWithExecutor
2015-05-20 James Sedgwickvia with priority
2015-05-12 Hannes Roth(Wangle) Fix Executor problem
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickrevert D1985475, clang still borked
2015-04-27 Hans Fugalthen-with-Executor
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Hans Fugal(futures) Make executors sticky
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2015-02-11 Hans Fugalswitch order of method/object in Future::then to match...
2015-02-11 Hans Fugalfutures::chain
2015-02-02 James SedgwickgetVia() and waitVia()
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures