graduate IOBuf out of folly/experimental
authorTudor Bosman <tudorb@fb.com>
Mon, 14 Jan 2013 21:52:31 +0000 (13:52 -0800)
committerJordan DeLong <jdelong@fb.com>
Sat, 19 Jan 2013 00:38:05 +0000 (16:38 -0800)
commit7fb1e3d7114111532bde7f15e17b1e5df89616cf
tree94799480ca7d26a5153a20273e0b3032aa99a3a6
parentc8be994e747526c4928c69ac49dfda803cf613de
graduate IOBuf out of folly/experimental

Summary: Move IOBuf and related code to folly/io.

Test Plan: fbconfig -r folly && fbmake runtests_opt, fbconfig unicorn/test && fbmake opt

Reviewed By: andrewcox@fb.com

FB internal diff: D678331
14 files changed:
folly/Subprocess.cpp
folly/Subprocess.h
folly/experimental/FileGen.h
folly/experimental/StringGen-inl.h
folly/io/Cursor.h [new file with mode: 0644]
folly/io/IOBuf.cpp [new file with mode: 0644]
folly/io/IOBuf.h [new file with mode: 0644]
folly/io/IOBufQueue.cpp [new file with mode: 0644]
folly/io/IOBufQueue.h [new file with mode: 0644]
folly/io/TypedIOBuf.h [new file with mode: 0644]
folly/io/test/IOBufCursorTest.cpp [new file with mode: 0644]
folly/io/test/IOBufQueueTest.cpp [new file with mode: 0644]
folly/io/test/IOBufTest.cpp [new file with mode: 0644]
folly/io/test/NetworkBenchmark.cpp [new file with mode: 0644]