move io/Compression and io/compression/* to compression/
authorJames Sedgwick <jsedgwick@fb.com>
Sat, 21 Oct 2017 17:25:08 +0000 (10:25 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 21 Oct 2017 17:47:31 +0000 (10:47 -0700)
commit453d5ff6fdcb0a1e2c68efd90dcf40d053a5bceb
tree05e4f979ac53f934aaa3f1571f07029fb17f9ec7
parent44dcd737f7e77320d8d1380e483f93a82dc9a970
move io/Compression and io/compression/* to compression/

Summary:
as above

(Note: this ignores all push blocking failures!)

Reviewed By: yfeldblum

Differential Revision: D6099826

fbshipit-source-id: 20152487135aa8eaf6d2e99369801b6dde4992aa
14 files changed:
CMakeLists.txt
folly/Makefile.am
folly/compression/Compression.cpp [new file with mode: 0644]
folly/compression/Compression.h [new file with mode: 0644]
folly/compression/Utils.h [new file with mode: 0644]
folly/compression/Zlib.cpp [new file with mode: 0644]
folly/compression/Zlib.h [new file with mode: 0644]
folly/compression/test/CompressionTest.cpp [new file with mode: 0644]
folly/io/Compression.cpp [deleted file]
folly/io/Compression.h [deleted file]
folly/io/compression/Utils.h [deleted file]
folly/io/compression/Zlib.cpp [deleted file]
folly/io/compression/Zlib.h [deleted file]
folly/io/test/CompressionTest.cpp [deleted file]