fix a multiline comment warning
[folly.git] / folly / test / FutexTest.cpp
2018-01-10 Yedidya FeldblumFutex::futexWait returns FutexResult
2018-01-10 Yedidya FeldblumSupport for all clock types in Futex
2018-01-10 Yedidya FeldblumFix some copyright lines in folly/detail/ and folly...
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-10 Tianjiao Yinfix FutexTest v2017.06.12.00
2017-02-16 Maged MichaelFix data race in Futex<EmulatedFutexAtomic>
2017-01-04 Yedidya Feldblum2017
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-29 Nathan Bronsonmake futexWaitUntil tolerant of invalid time_point-s
2014-12-18 Nathan Bronsonfix Futex when steady_clock and system_clock precisions...
2014-10-15 Nathan Bronsonadd per node mutex for emulated futex
2014-09-26 Andrew GallagherAdd and fix BUCK files for folly
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: FutexTest.cpp.
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Sarang MastiAdd futexTimedWait
2013-07-01 Nathan BronsonMulti-producer multi-consumer queue with optional blocking