Fix erase in Iterate
[folly.git] / folly / detail / TurnSequencer.h
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-01-04 Yedidya Feldblum2017
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-08 James Sedgwickadd tryReadUntil and make fixes along the way
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-15 Phil WilloughbyConvert a polling loop to a futex wait
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-06-19 Ananth JastyARM64 assembler fixes for Folly.
2015-06-03 Delyan KratunovMake TurnSequencer non-x86-safe
2015-06-03 Delyan KratunovLockFreeRingBuffer
2015-06-03 Delyan KratunovExtract TurnSequencer to detail/TurnSequencer