Move the SpookyHash libraries into folly/hash v2017.07.24.00
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 24 Jul 2017 05:24:46 +0000 (22:24 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 24 Jul 2017 05:38:58 +0000 (22:38 -0700)
commitebff31e4f6a2762a03cc98e9381f89534d685089
tree48766ef06e41e491129b0256cdd4f68864363456
parent1d7c30b288dcd95c32663a5f552cdac5f8a77bbf
Move the SpookyHash libraries into folly/hash

Summary:
[Folly] Move the SpookyHash libraries into `folly/hash`.

And propagate the changes to `#include` lines, etc.

Reviewed By: Orvid

Differential Revision: D5477735

fbshipit-source-id: 94fe95ece05b52bde1466ab5f9fb8b53a4c59bed
19 files changed:
folly/Hash.h
folly/Makefile.am
folly/Range.h
folly/SpookyHashV1.cpp [deleted file]
folly/SpookyHashV1.h [deleted file]
folly/SpookyHashV2.cpp [deleted file]
folly/SpookyHashV2.h [deleted file]
folly/experimental/exception_tracer/ExceptionCounterLib.cpp
folly/hash/SpookyHashV1.cpp [new file with mode: 0644]
folly/hash/SpookyHashV1.h [new file with mode: 0644]
folly/hash/SpookyHashV2.cpp [new file with mode: 0644]
folly/hash/SpookyHashV2.h [new file with mode: 0644]
folly/hash/test/SpookyHashV1Test.cpp [new file with mode: 0644]
folly/hash/test/SpookyHashV2Test.cpp [new file with mode: 0644]
folly/io/IOBuf.cpp
folly/io/RecordIO-inl.h
folly/test/Makefile.am
folly/test/SpookyHashV1Test.cpp [deleted file]
folly/test/SpookyHashV2Test.cpp [deleted file]