Suppress deprecation warnings in related tests
[folly.git] / folly / test / SingletonTest.cpp
2016-11-24 Yedidya FeldblumSuppress deprecation warnings in related tests
2016-11-21 Christopher DykesDisable the DoubleRegistrationLogging singleton test...
2016-10-20 Laurent Demaillyimprove documentation of custom singleton creation...
2016-10-19 Jim Meyeringfolly/test/SingletonTest.cpp: avoid shadowing warnings
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-10 Christopher DykesUse the GMock portability header
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
2016-07-18 Andrii GrynenkoFix mocking to support multiple overrides
2016-05-02 Yedidya FeldblumAvoid glog when warning about Singleton double-registration
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-11-26 Andrii GrynenkoDeprecate get_weak()
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-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
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-20 Steve O'Brienfolly Singleton: clear some state if creator function...
2015-07-09 Steve O'Brienfolly/singleton: fatal in unrecoverable error cases
2015-05-12 YM CHENfix namespace v2
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/