Skip to content

Commit

Permalink
chore: update folly/fbthrift
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Dec 17, 2023
1 parent 6214ccb commit 7a9bd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fbthrift
Submodule fbthrift updated 1007 files
2 changes: 1 addition & 1 deletion folly
Submodule folly updated 66 files
+14 −6 build/fbcode_builder/CMake/RustStaticLibrary.cmake
+1 −1 build/fbcode_builder/CMake/fb_py_test_main.py
+1 −16 build/fbcode_builder/getdeps/builder.py
+0 −3 build/fbcode_builder/manifests/gflags
+0 −3 build/fbcode_builder/manifests/glog
+1 −0 build/fbcode_builder/manifests/iproute2
+3 −7 build/fbcode_builder/manifests/rocksdb
+36 −0 build/fbcode_builder/patches/iproute2_oss.patch
+57 −14 folly/AtomicIntrusiveLinkedList.h
+1 −9 folly/Conv.h
+5 −1 folly/ExceptionWrapper.h
+45 −7 folly/Expected.h
+1 −1 folly/Format.cpp
+13 −1 folly/Range.h
+39 −4 folly/Traits.h
+0 −20 folly/Utility.h
+51 −1 folly/concurrency/test/ConcurrentHashMapTest.cpp
+71 −55 folly/concurrency/test/CoreCachedSharedPtrTest.cpp
+3 −3 folly/container/Foreach-inl.h
+4 −2 folly/container/Iterator.h
+1 −1 folly/container/detail/F14Policy.h
+1 −1 folly/container/detail/F14Table.h
+18 −2 folly/detail/PolyDetail.h
+19 −9 folly/experimental/channels/Merge-inl.h
+7 −1 folly/experimental/channels/Merge.h
+3 −3 folly/experimental/channels/detail/AtomicQueue.h
+36 −1 folly/experimental/channels/test/MergeTest.cpp
+8 −4 folly/experimental/coro/AsyncScope.h
+15 −4 folly/experimental/coro/Traits.h
+2 −2 folly/experimental/coro/UnboundedQueue.h
+11 −2 folly/experimental/coro/ViaIfAsync.h
+1 −1 folly/experimental/io/AsyncIO.cpp
+1 −1 folly/experimental/io/AsyncIoUringSocket.cpp
+1 −1 folly/experimental/io/IoUring.cpp
+1 −1 folly/experimental/symbolizer/DwarfImpl.cpp
+57 −4 folly/functional/Invoke.h
+2 −1 folly/functional/protocol.h
+1 −1 folly/hash/Hash.h
+2 −0 folly/io/Cursor.cpp
+127 −0 folly/io/Cursor.h
+13 −10 folly/io/async/AsyncSSLSocket.cpp
+17 −17 folly/io/async/AsyncSSLSocket.h
+1 −1 folly/io/async/AsyncServerSocket.cpp
+1 −1 folly/io/async/AsyncSocket.cpp
+2 −2 folly/io/async/SSLContext.cpp
+11 −7 folly/io/async/SSLContext.h
+83 −0 folly/io/test/IOBufCursorTest.cpp
+0 −1 folly/json.cpp
+1 −1 folly/logging/LoggerDB.cpp
+1 −1 folly/logging/RateLimiter.cpp
+10 −1 folly/logging/RateLimiter.h
+5 −0 folly/logging/test/RateLimiterTest.cpp
+5 −19 folly/memory/UninitializedMemoryHacks.h
+5 −8 folly/memory/not_null-inl.h
+40 −40 folly/memory/test/not_null_test.cpp
+6 −11 folly/sorted_vector_types.h
+29 −26 folly/synchronization/DistributedMutex-inl.h
+1 −1 folly/synchronization/HazptrHolder.h
+4 −4 folly/synchronization/HazptrObjLinked.h
+71 −0 folly/test/AtomicLinkedListTest.cpp
+253 −0 folly/test/ExpectedCoroutinesBench.cpp
+17 −0 folly/test/ExpectedCoroutinesTest.cpp
+0 −1 folly/test/MathTest.cpp
+116 −0 folly/test/SharedMutexTest.cpp
+14 −0 folly/test/TraitsTest.cpp
+0 −23 folly/test/UtilityTest.cpp

0 comments on commit 7a9bd01

Please sign in to comment.