Promoting out of experimental
authorTom Jackson <tjackson@fb.com>
Wed, 29 Jan 2014 21:50:24 +0000 (13:50 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:50:14 +0000 (11:50 -0800)
commitfaf7b5c67ce08ec1fbdd847349bf6f95aa46dd86
treedb6d849485df9b92fe2b01dc8da49825513f74df
parentde873ac77d23d95a72a498a90ef82cade243f752
Promoting out of experimental

Summary:
At long last, promoting this out of experimental. Also, while I'm at
it, I've separated the tests and benchmarks into their corresponding parts.

Redirect headers provided.

Test Plan: Unit tests, contbuild.

Reviewed By: marcelo.juchem@fb.com

FB internal diff: D1151911
27 files changed:
folly/experimental/CombineGen-inl.h [deleted file]
folly/experimental/CombineGen.h
folly/experimental/FileGen-inl.h [deleted file]
folly/experimental/FileGen.h
folly/experimental/Gen-inl.h [deleted file]
folly/experimental/Gen.h
folly/experimental/StringGen-inl.h [deleted file]
folly/experimental/StringGen.h
folly/experimental/test/GenBenchmark.cpp [deleted file]
folly/experimental/test/GenTest.cpp [deleted file]
folly/gen/Base-inl.h [new file with mode: 0644]
folly/gen/Base.h [new file with mode: 0644]
folly/gen/Combine-inl.h [new file with mode: 0644]
folly/gen/Combine.h [new file with mode: 0644]
folly/gen/Core-inl.h [new file with mode: 0644]
folly/gen/Core.h [new file with mode: 0644]
folly/gen/File-inl.h [new file with mode: 0644]
folly/gen/File.h [new file with mode: 0644]
folly/gen/String-inl.h [new file with mode: 0644]
folly/gen/String.h [new file with mode: 0644]
folly/gen/test/BaseBenchmark.cpp [new file with mode: 0644]
folly/gen/test/BaseTest.cpp [new file with mode: 0644]
folly/gen/test/CombineTest.cpp [new file with mode: 0644]
folly/gen/test/FileBenchmark.cpp [new file with mode: 0644]
folly/gen/test/FileTest.cpp [new file with mode: 0644]
folly/gen/test/StringBenchmark.cpp [new file with mode: 0644]
folly/gen/test/StringTest.cpp [new file with mode: 0644]