Convert a polling loop to a futex wait
[folly.git] / folly / test / MPMCQueueTest.cpp
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