Drop redundant void parameters from function declarations
[folly.git] / folly / detail / ThreadLocalDetail.h
2017-10-20 Christopher DykesDrop redundant void parameters from function declarations
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-06-26 Christopher DykesResolve the circular dependency between ThreadLocalDeta...
2017-04-13 Christopher DykesSwitch includes of PThread to the portability header
2017-02-02 Pádraig BradyFix build failure with GCC 5
2017-01-04 Yedidya Feldblum2017
2016-12-14 Christopher DykesAllow building with -Wmissing-noreturn
2016-10-18 Andrew Gallagherfolly: fixes for use with `-fvisibility-inlines-hidden`
2016-09-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-08-31 Philip ProninReverted commit D3755446
2016-08-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-08-04 Christopher DykesDisable the use of direct TLS in ThreadLocalDetail...
2016-07-26 Christopher DykesConsistently reference an internal struct as a struct
2016-07-05 Andrii GrynenkoDisable PthreadKeyUnregister on iOS and MSVC
2016-06-29 Eric Nieblergcc-4.8 is not decaying types correctly in lambda init...
2016-05-12 Chad ParryPrevent leaks in ThreadLocalPtr initialization
2016-05-05 Andrii GrynenkoAllow optional atfork hook for singleton destruction
2016-04-14 Andrii GrynenkoImprove folly::ThreadLocal perf
2016-04-02 Christopher DykesDon't use the plus operator unecessarily
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-22 Michael LeeUse FOLLY_MOBILE to split some functionality
2016-03-16 Eric Nieblermove StaticMeta::onThreadExit into libfolly_thread_local.so
2016-02-26 Andrii GrynenkoFix folly::ThreadLocal to have unique singleton in...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-03 Steve O'BrienThreadLocalDetail: OSX fixes
2015-12-02 Steve O'BrienThreadLocalDetail: fix bug just introduced w/ recent...
2015-12-02 Steve O'Brienfolly: ThreadLocalDetail: make PthreadKeyUnregister...
2015-11-25 Jim Meyeringfolly/detail/ThreadLocalDetail.h: avoid UBSAN-detected...
2015-11-21 Andrii GrynenkoFix folly/ThreadLocal with clang after PthreadKeyUnregi...
2015-11-20 Lucian GrijincuRevert "Fix folly::ThreadLocal to work in a shared...
2015-11-19 Andrii GrynenkoFix folly::ThreadLocal to work in a shared library
2015-10-16 Yedidya FeldblumAvoid the ODR issue with ThreadLocalDetail's kInvalid
2015-10-16 Jody Houndefined reference to 'folly::threadlocal_detail:...
2015-10-13 Ben MaurerFix ThreadLocal on android/apple
2015-10-13 Ben MaurerSIOF-proof thread local
2015-08-12 Orvid KingDon't warn if pthread_atfork isn't avaliable on MSVC
2015-08-04 Alexander ShaposhnikovFix a bad bug in folly::ThreadLocal (incorrect using...
2015-07-31 Orvid KingFix a parse error in detail/ThreadLocalDetail.h under...
2015-07-22 Ondrej Leheckamaking thrift and folly header files compile clean...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Hans Fugal(folly) make check on OSX Yosemite (10.10)
2015-01-07 Sean CannellaDon't use FOLLY_TLS on Android
2014-12-11 Sean CannellaMake ThreadLocal identifiers consistent
2014-11-19 Philip Proninfix potential memory leak in ThreadLocal
2014-10-17 Sean CannellaFix one missing conditional for Android
2014-09-09 Jason EvansConvert from jemalloc's obsolete *allocm() to *allocx().
2014-09-09 Sean CannellaFix various compiler warnings
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Akshay VaidyaAdding a release function for ThreadLocalPtr.
2014-04-18 Elizabeth Smithabstract thread_local support
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-02-28 Anton LikhtarovEasy: fix signed/unsigned comparisons
2014-02-06 Tudor BosmanFix rare corruption in StaticMeta::head_ list around...
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-11-26 Peter GriessHandle platforms that don't support __thread.
2013-11-26 Peter GriessHandle lack of weak symbols on some platforms
2013-10-15 Tudor BosmanFix bad bug in folly::ThreadLocal
2013-08-28 Jordan DeLongFix a ThreadLocal bug: hold the meta lock when resizing...
2013-08-28 Tudor BosmanMake ThreadLocalPtr behave sanely around fork()
2013-06-03 Daniel Sloofmake folly build on OSX
2013-06-03 Owen Yamauchiadd missing include
2013-04-21 Lucian Grijincufolly: speed up fastpath of StaticMeta::get()
2013-04-21 Misha ShneersonSuppress unused variable warning
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-07-13 Tudor Bosmanrallocm(ALLOCM_ZERO) only zeroes *new* memory
2012-06-09 Tudor BosmanD'oh: fix size computation in ThreadLocalDetail.h
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6