Fix GlogFormatterTest on Windows
[folly.git] / folly / Singleton.h
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-04-04 Andrii GrynenkoDon't allow singleton use w/o registrationComplete()
2017-03-30 Igor SugakBacked out changeset d4e3fdfd5775
2017-03-21 Andrii GrynenkoDon't allow singleton use w/o registrationComplete()
2017-03-13 Phil WilloughbyUpdate folly::Singleton documentation block
2017-01-04 Yedidya Feldblum2017
2016-12-15 Andrii GrynenkoMake SingletonVault state use ReadPriority mutex
2016-11-29 Andrii GrynenkoDisallow folly::Singletons before main()
2016-11-10 Andrii GrynenkoFix wrong use of upgrade lock
2016-10-20 Laurent Demaillyimprove documentation of custom singleton creation...
2016-10-18 Andrew Gallagherfolly: fixes for use with `-fvisibility-inlines-hidden`
2016-08-19 Andrii GrynenkoDon't allow getting singleton after shutdown in strict...
2016-08-10 Andrii GrynenkoUse ReadMostlyMainPtrDeleter in folly::Singleton
2016-06-21 Lucian Grijincufolly:: singleton: ubsan: fix calling overriden method...
2016-05-04 Christopher DykesDon't initialize kDestroyWaitTime in-class
2016-02-26 Andrii GrynenkoFix folly::ThreadLocal to have unique singleton in...
2016-02-24 Andrii GrynenkoFix double definition for templated folly::Singletons
2016-02-19 Andrii GrynenkoFix folly::Singleton to work in dynamically linked...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-04 Andrii GrynenkoImprove RequestContext::getStaticContext() perf
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-26 Christopher DykesUse FOLLY_DEPRECATED rather than directly using GCC...
2016-01-09 Yedidya FeldblumSingeltonVault::ScopedExpunger - RAII class to clear...
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-11-26 Andrii GrynenkoDeprecate get_weak()
2015-10-29 Andrii GrynenkoRemove DFATAL from folly::Singleton::try_get()
2015-10-21 Andrii GrynenkoImprove folly::Singleton try_get perf and bring back...
2015-10-09 Hans FugalMerge pull request #331 from vbuslov/config_fix
2015-10-09 Steve O'Brienaggregator: fix `doEagerInitVia`
2015-10-07 Steve O'BrienSingleton: remove dependency on Future
2015-10-07 Steve O'BrienSingleton: un-inline initialization-time-only methods
2015-10-06 Lucian Grijincufolly: Singleton: update doc to match new Strict vs...
2015-09-25 Steve O'BrienSingleton: refine "eager" initialization
2015-09-17 Steve O'Brienfolly Singleton: "eager" option to initialize upfront
2015-08-20 Andrey ObraztsovReplace Singleton<T>::get() with Singleton<T>::try_get...
2015-07-28 Orvid KingAdd typename qualifiers to Singleton.h
2015-07-13 Andrii GrynenkoFix examples in folly::Singleton code
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-05-28 Marcelo Juchemcleaning up RequestContext
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/