Fix copyright lines
[folly.git] / folly / fibers / test / FibersTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-12-12 Yedidya Feldblumfolly::fibers::Baton API consistency with folly::Baton
2017-11-17 Jim Meyeringfolly/fibers/test/FibersTest.cpp: accommodate ASAN...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-09-23 Matthew ToltonFix deadlock in TimedMutex
2017-09-13 Jon Maltiel SwensonBacked out changeset ea9041ce2280
2017-09-12 Jon Maltiel SwensonMake RequestContext provider overridable in order to...
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-06-08 Yedidya FeldblumApply clang-format to folly/fibers/
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-03-08 Andrii GrynenkoDefault VirtualEventBase
2017-02-08 Ameya LimayeThrow custom exception type when ABD fails a result...
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-04 Yedidya Feldblum2017
2016-12-20 Christopher DykesEnable -Wunreachable-code
2016-12-16 Andrii GrynenkoFix TimedMutex deadlock when used both from fiber and...
2016-12-16 Christopher DykesRevert D4310312: [Folly] Enable -Wunreachable-code
2016-12-16 Christopher DykesEnable -Wunreachable-code
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-11-17 Andrii GrynenkoVirtualEventBase
2016-11-01 Christopher DykesEliminate more VLAs
2016-10-31 Ameya LimayeImplement AtomicBatchDispatcher in folly::fibers
2016-10-19 Jim Meyeringfolly/fibers/test/FibersTest.cpp: avoid shadowing warnings
2016-10-14 Shubhanshu AgrawalBatchDispatcher exception handling
2016-10-03 Shubhanshu Agrawaladd BatchDispatcher
2016-09-13 Stepan PalamarchukFix recordStack feature in FiberManager
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-26 Lee HowesAdded fiber-compatible semaphore.
2016-08-16 Michael LeeSplit up FibersTest into test and Benchmark.
2016-06-29 Mirek KlimosFix FiberManager.RequestContext unit test
2016-06-29 Mirek KlimosReplace RequestContext::create with RequestContextScope...
2016-05-19 Andrii GrynenkoMove fibers out of experimental