Adjust a few things to avoid triggering warnings under MSVC
[folly.git] / folly / detail / ThreadLocalDetail.cpp
2017-01-04 Yedidya Feldblum2017
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-11-02 Philip Proninfix race between StaticMetaBase::destroy() and StaticMe...
2016-09-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-08-31 Philip ProninReverted commit D3755446
2016-08-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-05-05 Andrii GrynenkoAllow optional atfork hook for singleton destruction
2016-04-15 Michael LeeFix build for no FOLLY_TLD_USE_FOLLY_TLS
2016-04-14 Andrii GrynenkoImprove folly::ThreadLocal perf
2016-03-28 Yedidya Feldblums/MAX_STATIC_CONSTRUCTOR_PRIORITY/FOLLY_STATIC_CTOR_PRI...
2016-03-16 Eric Nieblermove StaticMeta::onThreadExit into libfolly_thread_local.so
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-11 Andrii GrynenkoAdd MAX_STATIC_CONSTRUCTOR_PRIORITY to PthreadKeyUnregister
2015-12-02 Steve O'Brienfolly: ThreadLocalDetail: make PthreadKeyUnregister...
2015-11-21 Andrii GrynenkoFix folly/ThreadLocal with clang after PthreadKeyUnregi...