Move Singleton out of folly/experimental into folly/
authorAndrii Grynenko <andrii@fb.com>
Wed, 22 Apr 2015 02:37:08 +0000 (19:37 -0700)
committerAndrii Grynenko <andrii@fb.com>
Wed, 29 Apr 2015 22:57:37 +0000 (15:57 -0700)
commitd58181e677965b609be89b49ed7fbc4e78bf70b5
tree2b25c2476bb969680c1afd4bf05b7c2ec286013c
parent124877d36e116d624542155f9d463c76ab80cfe5
Move Singleton out of folly/experimental into folly/

Test Plan: contbuild

Reviewed By: chip@fb.com

Subscribers: wormhole-diffs@, trunkagent, hphp-diffs@, jan, simpkins, configerator-diffs@, fbcode-common-diffs@, chaoyc, bill, search-fbcode-diffs@, agallagher, nli, marcelo, ckwalsh, mcduff, hitesh, mshneer, unicorn-diffs@, vighnesh, fugalh, andreib, bmatheny, tw-eng@, tanmoyc, zhuohuang, rvm4, antonl, acampi, alikhtarov, hdoshi, rsethi, panin, folly-diffs@, lins, kennyyu, hannesr, jsedgwick, dominik, yfeldblum, songhao, raghavpi, labrams, lyang, chalfant, #preselection, macsyz, nimishshah

FB internal diff: D2012267

Tasks: 5676394

Signature: t1:2012267:1430334667:eaad0262b35ffbfae86df5bdb45bf057ac62c51b
20 files changed:
folly/Makefile.am
folly/Singleton-inl.h [new file with mode: 0644]
folly/Singleton.cpp [new file with mode: 0644]
folly/Singleton.h [new file with mode: 0644]
folly/SingletonStackTrace.cpp [new file with mode: 0644]
folly/SingletonVault_c.cpp [new file with mode: 0644]
folly/SingletonVault_c.h [new file with mode: 0644]
folly/experimental/JSONSchema.cpp
folly/experimental/Singleton-inl.h [deleted file]
folly/experimental/Singleton.cpp [deleted file]
folly/experimental/Singleton.h [deleted file]
folly/experimental/SingletonStackTrace.cpp [deleted file]
folly/experimental/SingletonVault_c.cpp [deleted file]
folly/experimental/SingletonVault_c.h [deleted file]
folly/experimental/test/SingletonTest.cpp [deleted file]
folly/experimental/test/SingletonVaultCTest.cpp [deleted file]
folly/futures/detail/ThreadWheelTimekeeper.cpp
folly/test/SingletonTest.cpp [new file with mode: 0644]
folly/test/SingletonVaultCTest.cpp [new file with mode: 0644]
folly/wangle/concurrent/GlobalExecutor.cpp