Consistency in namespace-closing comments
[folly.git] / folly / experimental / EventCount.h
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-01-04 Yedidya Feldblum2017
2016-11-25 Christopher DykesAllow the use of an emulated futex for EventCount
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesInclude <folly/portability/SysTime.h> rather than ...
2016-05-14 Yedidya FeldblumPrefer constexpr to preprocessor conditionals when...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-06-26 Tudor BosmanSpeed up EventCount, now 64-bit only
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-07-13 Andrew Gallagherfolly: get building with gcc-4.7.1
2012-06-08 Philip Proninfolly::detail::futex should be inline
2012-06-07 Tudor BosmanEventCount: "condition variable" for lock-free algorithms