Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Jun 7, 2024
1 parent 7a1b1cb commit 0271137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/deps/github_hashes/facebook/folly-rev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Subproject commit fcdc924205c66ff86a78e2b31e2f866288a141a6
Subproject commit a7e3b7a242383e2217a1efd1fdf51ccc37f0d1a8
2 changes: 1 addition & 1 deletion folly
Submodule folly updated 33 files
+1 −1 CMakeLists.txt
+2 −0 folly/FixedString.h
+9 −9 folly/channels/test/BUCK
+1 −1 folly/channels/test/ChannelTest.cpp
+1 −1 folly/channels/test/FanoutChannelTest.cpp
+1 −1 folly/channels/test/FanoutSenderTest.cpp
+1 −1 folly/channels/test/MergeChannelTest.cpp
+1 −1 folly/channels/test/MergeTest.cpp
+1 −1 folly/channels/test/MultiplexChannelTest.cpp
+1 −1 folly/channels/test/ProducerTest.cpp
+1 −1 folly/channels/test/ProxyChannelTest.cpp
+1 −1 folly/channels/test/TransformTest.cpp
+28 −0 folly/compression/BUCK
+411 −0 folly/compression/QuotientMultiSet-inl.h
+1 −1 folly/compression/QuotientMultiSet.cpp
+341 −0 folly/compression/QuotientMultiSet.h
+4 −1 folly/compression/elias_fano/EliasFanoCoding.h
+39 −0 folly/compression/test/BUCK
+0 −0 folly/compression/test/QuotientMultiSetBenchmark.cpp
+0 −0 folly/compression/test/QuotientMultiSetTest.cpp
+1 −0 folly/container/test/.clang-tidy
+15 −0 folly/executors/BUCK
+1 −1 folly/executors/ThreadedRepeatingFunctionRunner.cpp
+160 −0 folly/executors/ThreadedRepeatingFunctionRunner.h
+11 −1 folly/executors/test/BUCK
+1 −1 folly/executors/test/FunctionSchedulerTest.cpp
+0 −0 folly/executors/test/ThreadedRepeatingFunctionRunnerTest.cpp
+4 −26 folly/experimental/BUCK
+1 −395 folly/experimental/QuotientMultiSet-inl.h
+1 −325 folly/experimental/QuotientMultiSet.h
+1 −144 folly/experimental/ThreadedRepeatingFunctionRunner.h
+0 −48 folly/experimental/test/BUCK
+6 −2 folly/tracing/AsyncStack.cpp

0 comments on commit 0271137

Please sign in to comment.