Move the SpookyHash libraries into folly/hash
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 22 Jul 2017 08:17:31 +0000 (01:17 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 22 Jul 2017 08:20:44 +0000 (01:20 -0700)
commitce7361be1b7b4e20db4b16aa775a46fbefc27193
tree729a8a1190eec40dd736b1c725a36feef61dec9c
parentf90eaa1764a7dda6a1d5246d9d1c5594aaeacac0
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: ot, ericniebler, Orvid

Differential Revision: D5455584

fbshipit-source-id: 616b04579eb6c822023b04840b075f3ac9fbb720
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]