Futex::futexWait returns FutexResult
[folly.git] / folly / test / SingletonTest.cpp
2017-11-20 Tianjiao Yinfix SingletonTest v2017.11.20.00
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-13 Yedidya FeldblumSort #include lines
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-04-10 Andrii GrynenkoFix folly/test:singleton_test - Singleton.SharedPtrUsage
2017-04-10 Christopher DykesRefactor FOLLY_GCC_DISABLE_WARNING to play nice with... v2017.04.10.00
2017-03-30 Yedidya FeldblumFix double-delete in Singleton::make_mock
2017-03-23 Andrii GrynenkoMake sure singleton destructor is always called from...
2017-01-04 Yedidya Feldblum2017
2016-12-15 Andrii GrynenkoMake SingletonVault state use ReadPriority mutex
2016-12-07 Christopher DykesRename stdin, etc. in Subprocess to work with MSVC
2016-11-29 Andrii GrynenkoDisallow folly::Singletons before main()
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/