move Iterator, Enumerate, EvictingCacheMap, Foreach, Merge, and
authorJames Sedgwick <jsedgwick@fb.com>
Mon, 23 Oct 2017 19:19:27 +0000 (12:19 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 23 Oct 2017 19:35:38 +0000 (12:35 -0700)
commit6cc78c358adeb78727a4b2cb60808d9ab1891851
tree1ab879c8bf569a79a164c7748bfecdfbce9a5c61
parent12361241531946a948924baca4075081da16db55
move Iterator, Enumerate, EvictingCacheMap, Foreach, Merge, and

Summary: this is all non-hphp includes that are going in container/

Reviewed By: mzlee, yfeldblum

Differential Revision: D6121745

fbshipit-source-id: b024bde8835fc7f332686793d75eb8e71591c912
53 files changed:
CMakeLists.txt
folly/AtomicHashMap.h
folly/Benchmark.cpp
folly/Enumerate.h [deleted file]
folly/EvictingCacheMap.h [deleted file]
folly/Foreach-inl.h [deleted file]
folly/Foreach.h [deleted file]
folly/Iterator.h [deleted file]
folly/Makefile.am
folly/SparseByteSet.h [deleted file]
folly/algorithm/Merge.h [deleted file]
folly/algorithm/test/MergeTest.cpp [deleted file]
folly/concurrency/CoreCachedSharedPtr.h
folly/container/Enumerate.h [new file with mode: 0644]
folly/container/EvictingCacheMap.h [new file with mode: 0644]
folly/container/Foreach-inl.h [new file with mode: 0644]
folly/container/Foreach.h [new file with mode: 0644]
folly/container/Iterator.h [new file with mode: 0644]
folly/container/Merge.h [new file with mode: 0644]
folly/container/SparseByteSet.h [new file with mode: 0644]
folly/container/test/EnumerateTest.cpp [new file with mode: 0644]
folly/container/test/EvictingCacheMapTest.cpp [new file with mode: 0644]
folly/container/test/ForeachBenchmark.cpp [new file with mode: 0644]
folly/container/test/ForeachTest.cpp [new file with mode: 0644]
folly/container/test/IteratorTest.cpp [new file with mode: 0644]
folly/container/test/MergeTest.cpp [new file with mode: 0644]
folly/container/test/SparseByteSetBenchmark.cpp [new file with mode: 0644]
folly/container/test/SparseByteSetTest.cpp [new file with mode: 0644]
folly/detail/RangeCommon.cpp
folly/detail/ThreadLocalDetail.h
folly/docs/Benchmark.md
folly/gen/test/StringBenchmark.cpp
folly/stats/test/HistogramBenchmark.cpp
folly/stats/test/TimeSeriesTest.cpp
folly/test/BenchmarkTest.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/ConvBenchmark.cpp
folly/test/ConvTest.cpp
folly/test/EnumerateTest.cpp [deleted file]
folly/test/EvictingCacheMapTest.cpp [deleted file]
folly/test/FBStringBenchmark.cpp
folly/test/FBStringTest.cpp
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp
folly/test/ForeachBenchmark.cpp [deleted file]
folly/test/ForeachTest.cpp [deleted file]
folly/test/IteratorTest.cpp [deleted file]
folly/test/Makefile.am
folly/test/RandomBenchmark.cpp
folly/test/RangeFindBenchmark.cpp
folly/test/SparseByteSetBench.cpp [deleted file]
folly/test/SparseByteSetTest.cpp [deleted file]
folly/test/SynchronizedTestLib-inl.h