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 Sep 27, 2024
1 parent c4ee541 commit 2c3975b
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 c33e68c1676ae4082ae8eea3bb9b3d23dbf6398f
Subproject commit b87bb9b92edf659f63d7d773d3e958159f49df89
2 changes: 1 addition & 1 deletion folly
Submodule folly updated 46 files
+5 −0 .buckconfig
+2 −2 CMakeLists.txt
+15 −1 folly/Benchmark.cpp
+16 −0 folly/Portability.h
+13 −0 folly/algorithm/simd/BUCK
+42 −0 folly/algorithm/simd/Contains.cpp
+65 −0 folly/algorithm/simd/Contains.h
+2 −1 folly/algorithm/simd/FindFixed.h
+12 −0 folly/algorithm/simd/detail/BUCK
+91 −0 folly/algorithm/simd/detail/ContainsImpl.h
+12 −28 folly/algorithm/simd/detail/Traits.h
+5 −5 folly/algorithm/simd/detail/test/TraitsTest.cpp
+11 −0 folly/algorithm/simd/test/BUCK
+81 −0 folly/algorithm/simd/test/ContainsTest.cpp
+6 −8 folly/channels/MultiplexChannel-inl.h
+9 −11 folly/channels/MultiplexChannel.h
+2 −6 folly/channels/detail/BUCK
+0 −83 folly/channels/detail/FunctionTraits.h
+18 −19 folly/channels/detail/MultiplexerTraits.h
+0 −10 folly/experimental/channels/detail/BUCK
+11 −0 folly/external/nvidia/hash/BUCK
+66 −0 folly/external/nvidia/hash/Checksum.cpp
+12 −0 folly/external/nvidia/hash/detail/BUCK
+60 −0 folly/external/nvidia/hash/detail/Crc32cCombineDetail.h
+65 −0 folly/external/nvidia/hash/detail/Crc32cDetail.cpp
+29 −1 folly/hash/Checksum.cpp
+3 −0 folly/hash/detail/BUCK
+6 −0 folly/hash/detail/ChecksumDetail.h
+7 −1 folly/hash/detail/Crc32CombineDetail.cpp
+5 −1 folly/hash/detail/Crc32cDetail.cpp
+6 −6 folly/hash/test/ChecksumTest.cpp
+0 −3 folly/logging/test/BUCK
+12 −12 folly/logging/test/XlogTest.cpp
+12 −4 folly/logging/xlog.cpp
+5 −0 folly/logging/xlog.h
+13 −10 folly/observer/detail/Core.cpp
+5 −2 folly/observer/detail/Core.h
+23 −0 folly/test/ThreadLocalTest.cpp
+4 −2 folly/test/UtilityTest.cpp
+8 −0 folly/test/common/BUCK
+1 −1 shim/build_defs/lib/oss.bzl
+11 −5 shim/shims.bzl
+20 −3 shim/third-party/libaegis/BUCK
+5 −0 shim/third-party/rust/fixups/libsqlite3-sys/BUCK
+3,594 −0 shim/third-party/rust/fixups/libsqlite3-sys/bindgen.rs
+1 −4 shim/third-party/rust/fixups/libsqlite3-sys/fixups.toml

0 comments on commit 2c3975b

Please sign in to comment.