-
Notifications
You must be signed in to change notification settings - Fork 263
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: f611694 facebook/fb303@789a812 facebook/fbthrift@bc513be facebook/folly@bc44ceb facebook/litho@127b55a facebook/mvfst@930024f facebook/ocamlrep@175e65d facebook/proxygen@8522251 facebook/rocksdb@65e162b facebook/wangle@61bbafa facebook/watchman@e75c6e4 facebookexperimental/edencommon@eda69f9 facebookexperimental/rust-shed@7b27ce5 facebookincubator/fizz@a068a99 facebookincubator/katran@1c1e1b6 facebookincubator/velox@eb09be0 facebookresearch/vrs@7e06027 fairinternal/egohowto@167c701 pytorch/FBGEMM@54a56f0 Reviewed By: jurajh-fb fbshipit-source-id: ef3c2d5e2786a40bbcc188beaefdd4644aa3b1be
- Loading branch information
1 parent
f611694
commit ad221a0
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule fbthrift
updated
14 files
Submodule folly
updated
16 files
+0 −53 | folly/Poly.h | |
+0 −2 | folly/Portability.h | |
+1 −1 | folly/Traits.h | |
+2 −35 | folly/container/detail/tape_detail.h | |
+81 −0 | folly/container/range_traits.h | |
+8 −2 | folly/container/tape.h | |
+59 −0 | folly/container/test/range_traits_test.cpp | |
+9 −0 | folly/container/test/tape_test.cpp | |
+13 −79 | folly/detail/PolyDetail.h | |
+4 −1 | folly/detail/ThreadLocalDetail.cpp | |
+6 −0 | folly/detail/ThreadLocalDetail.h | |
+194 −0 | folly/detail/test/ThreadLocalDetailTest.cpp | |
+2 −2 | folly/experimental/coro/AsyncPipe.h | |
+7 −6 | folly/futures/Future.h | |
+1 −1 | folly/io/async/test/AsyncSocketTest2.cpp | |
+0 −13 | folly/lang/CustomizationPoint.h |
Submodule mvfst
updated
2 files
+1 −1 | build/deps/github_hashes/facebook/folly-rev.txt | |
+1 −1 | build/deps/github_hashes/facebookincubator/fizz-rev.txt |
Submodule wangle
updated
3 files
+1 −1 | build/deps/github_hashes/facebook/folly-rev.txt | |
+1 −1 | build/deps/github_hashes/facebookincubator/fizz-rev.txt | |
+1 −1 | wangle/acceptor/Acceptor.cpp |