fix compiler warnings from gcc-4.9 + -Wunused-variable
[folly.git] / folly / test / SingletonTest.cpp
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/