Move folly/Hash.h to folly/hash/
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 19 Oct 2017 07:37:48 +0000 (00:37 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 19 Oct 2017 07:51:18 +0000 (00:51 -0700)
commit34a2f64fb65d4cb446e4ac7623a777191bffa43f
treed685f336be3b9a3705463098455128f30ebf7d88
parentaf6ddfa26c89acfd0c3eddfb0e86c30e45c88b06
Move folly/Hash.h to folly/hash/

Summary: [Folly] Move `folly/Hash.h` to `folly/hash/`.

Reviewed By: jsedgwick

Differential Revision: D6050464

fbshipit-source-id: 64eb65aac8e3e7cd0126e65ca3998bfe167e2d73
32 files changed:
folly/AtomicHashArray.h
folly/AtomicHashMap.h
folly/FBString.h
folly/FixedString.h
folly/Hash.h
folly/IPAddressV4.h
folly/IPAddressV6.h
folly/Makefile.am
folly/Singleton.h
folly/SocketAddress.cpp
folly/Uri-inl.h
folly/concurrency/CacheLocality.h
folly/concurrency/test/ConcurrentHashMapTest.cpp
folly/detail/Futex.cpp
folly/detail/MemoryIdler.h
folly/dynamic.cpp
folly/experimental/FunctionScheduler.h
folly/experimental/StringKeyedUnorderedMap.h
folly/experimental/StringKeyedUnorderedSet.h
folly/experimental/symbolizer/ElfCache.h
folly/experimental/test/StringKeyedTest.cpp
folly/hash/Hash.h [new file with mode: 0644]
folly/hash/test/ChecksumTest.cpp
folly/hash/test/HashBenchmark.cpp [new file with mode: 0644]
folly/hash/test/HashTest.cpp [new file with mode: 0644]
folly/io/test/CompressionTest.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/HashBenchmark.cpp [deleted file]
folly/test/HashTest.cpp [deleted file]
folly/test/Makefile.am
folly/test/ThreadCachedIntTest.cpp