fix build when sanitizers are enabled and jemalloc is disabled
[folly.git] / folly / MPMCQueue.h
2017-10-03 Maged MichaelDynamic MPMCQueue: Backout of last change as it may...
2017-08-30 Maged MichaelDynamic MPMCQueue: Eliminate cases of enqueue indefinit...
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-10 Maged MichaelFix dynamic MPMCQueue tryObtainPromisedPushTicket(...
2017-01-04 Yedidya Feldblum2017
2017-01-03 Yedidya FeldblumDrop the boost dependency from Traits.h and FBVector.h
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-11-12 Martin MartinWhen you read from a default-constructed MPMCQueue...
2016-11-08 James Sedgwickadd tryReadUntil and make fixes along the way
2016-09-23 Eli PoznianskyImprove documentation of MPMCQueue size and sizeGuess... v2016.09.26.00
2016-09-08 Maged MichaelDynamic expansion of folly MPMC queue
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-03-15 Phil WilloughbyConvert a polling loop to a futex wait
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-06-03 Delyan KratunovExtract TurnSequencer to detail/TurnSequencer
2015-05-12 Chao YangTag dispatch for enqueue/dequeue implementation
2015-05-12 Nicholas Ormrodstruct/class consistency
2015-04-02 Daniel PittmanMPMCQueue - FPE to invalid_argument for 0 capacity
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Alexey SpiridonovFix comment typo
2015-02-02 Nathan Bronsonfix and improve MPMCQueue comment
2015-02-02 Jim MeyeringMPMCQueue.h: fix a bug introduced while accommodating...
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Nathan Bronsoncentralize cache-line alignment goo into CacheLocality
2013-12-20 Brian WatlingTrivial argument rename in MPMCQueue
2013-08-28 Jim Meyeringfolly: attribute-aligned-arg must now be constant ...
2013-08-28 Tudor BosmanMulti-Producer, Multi-Consumer pipeline
2013-08-28 Nathan Bronsonfolly/MPMCQueue sizeGuess should return a signed int
2013-07-01 Nathan BronsonMulti-producer multi-consumer queue with optional blocking