template< -> template <
[folly.git] / folly / test / MPMCQueueTest.cpp
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-01-10 Maged MichaelFix dynamic MPMCQueue tryObtainPromisedPushTicket(...
2017-01-04 Yedidya Feldblum2017
2016-11-08 James Sedgwickadd tryReadUntil and make fixes along the way
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-08 Maged MichaelDynamic expansion of folly MPMC queue
2016-06-24 Christopher DykesUse FOLLY_TLS rather than __thread
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesSwitch uses of <sys/resource.h> to <folly/portability...
2016-05-30 Christopher DykesInclude <folly/portability/SysTime.h> rather than ...
2016-04-23 Sven Overuse forward instead of move for universal references
2016-03-16 Phil WilloughbyRemove `using std::make_unique`
2016-03-15 Phil WilloughbyConvert a polling loop to a futex wait
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-04-02 Daniel PittmanMPMCQueue - FPE to invalid_argument for 0 capacity
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-09-26 Nathan Bronsonfix leak in MPMCQueueTest's use of boost::intrusive_ptr
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: MPMCQueueTest...
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-04-18 Elizabeth Smithabstract thread_local support
2014-02-21 Andrei AlexandrescuUse standard variadic macros instead of gcc-specific...
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-07-01 Nathan BronsonMulti-producer multi-consumer queue with optional blocking