additional minor cleanup to the TimeUtil code
[folly.git] / folly / detail / CacheLocality.h
2017-06-06 Dave WatsonCore-local allocator
2017-04-14 Andrew KriegerRemove pthread dependency from CacheLocality.h
2017-02-27 Christopher DykesKill unused include of sched.h
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-06-25 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-16 Jinlong ZhouReverted commit D3270439
2016-06-16 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-22 Neel GoyalFix OSX build
2016-02-22 Nathan Bronsonfix SIOF in CacheLocality.h's AccessSpreader
2016-02-17 Nathan Bronsonclang-format some code in preparation for real changes
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-27 Francis MaMake folly::detail::CacheLocality portable on apple
2015-11-04 Louis Brandymake folly slightly more c++-modules friendly
2015-07-29 Orvid KingAdded FOLLY_ALIGNED(), to allow aligning on MSVC as...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-12 Nathan BronsonRevert "[folly] TLS cache for AccessSpreader"
2015-02-11 Nathan BronsonTLS cache for AccessSpreader
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Elizabeth Smithabstract thread_local support
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Nathan Bronsoncentralize cache-line alignment goo into CacheLocality
2013-12-20 Nathan Bronsondetail/CacheLocality.h - utilities for dynamic cache...