Update documentation for Synchronized
[folly.git] / folly / Singleton-inl.h
2016-07-18 Andrii GrynenkoFix mocking to support multiple overrides
2016-06-21 Lucian Grijincufolly:: singleton: ubsan: fix calling overriden method...
2016-05-04 Christopher DykesDon't initialize kDestroyWaitTime in-class
2016-05-02 Yedidya FeldblumAvoid glog when warning about Singleton double-registration
2016-02-19 Andrii GrynenkoFix folly::Singleton to work in dynamically linked...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-10-21 Andrii GrynenkoImprove folly::Singleton try_get perf and bring back...
2015-09-17 Steve O'Brienfolly Singleton: "eager" option to initialize upfront
2015-08-15 Dhruv MataniMore descriptive message when we fail with a "Double...
2015-07-24 Misha ShneersonPrint type of singleton that is requested after destruction
2015-07-20 Steve O'Brienfolly Singleton: clear some state if creator function...
2015-07-09 Steve O'Brienfolly/singleton: fatal in unrecoverable error cases
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/