-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: GitHub commits: facebook/buck2-prelude@8c867b1 facebook/fb303@c44efc9 facebook/fbthrift@eb4f93e facebook/folly@c669175 facebook/mvfst@818757c facebook/proxygen@0b51d93 facebook/wangle@14e9c12 facebookexperimental/edencommon@0c9a996 facebookexperimental/rust-shed@0e76a10 facebookincubator/fizz@6517498 Reviewed By: bigfootjon fbshipit-source-id: f261b27b1b26799d4232672cd005897fdc9feb9a
- Loading branch information
1 parent
873ef91
commit 25456ff
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule fizz
updated
11 files
+5 −2 | .buckconfig | |
+1 −1 | build/deps/github_hashes/facebook/folly-rev.txt | |
+1 −1 | fizz/backend/BUCK | |
+0 −18 | fizz/client/FizzClientContext.h | |
+13 −0 | fizz/protocol/Factory.cpp | |
+2 −2 | fizz/protocol/Factory.h | |
+0 −14 | fizz/protocol/MultiBackendFactory.cpp | |
+0 −6 | fizz/protocol/MultiBackendFactory.h | |
+1 −1 | fizz/tool/FizzClientCommand.cpp | |
+1 −1 | fizz/tool/FizzServerCommand.cpp | |
+1 −1 | folly |
Submodule folly
updated
18 files
+8 −0 | CMake/GenPkgConfig.cmake | |
+8 −7 | folly/GroupVarint.h | |
+2 −1 | folly/algorithm/simd/FindFixed.h | |
+1 −0 | folly/algorithm/simd/detail/BUCK | |
+59 −48 | folly/algorithm/simd/detail/Traits.h | |
+1 −0 | folly/algorithm/simd/detail/test/BUCK | |
+113 −68 | folly/algorithm/simd/detail/test/TraitsTest.cpp | |
+2 −1 | folly/container/BUCK | |
+6 −0 | folly/container/Iterator.h | |
+17 −0 | folly/container/span.h | |
+40 −0 | folly/container/test/span_test.cpp | |
+6 −6 | folly/coro/BUCK | |
+1 −1 | folly/coro/scripts/test/BUCK | |
+3 −0 | folly/coro/test/BUCK | |
+0 −10 | folly/experimental/BUCK | |
+0 −17 | folly/experimental/BitVectorCoding.h | |
+151 −0 | folly/lang/Bits.h | |
+224 −0 | folly/lang/test/BitsTest.cpp |
Submodule mvfst
updated
2 files
+1 −1 | build/deps/github_hashes/facebook/folly-rev.txt | |
+1 −1 | quic/api/QuicTransportBase.cpp |