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 Aug 12, 2024
1 parent 8f48973 commit ccfa19b
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 618 files
2 changes: 1 addition & 1 deletion folly
Submodule folly updated 42 files
+2 −0 CMakeLists.txt
+4 −0 folly/ThreadLocal.h
+1 −0 folly/algorithm/simd/BUCK
+11 −14 folly/algorithm/simd/SimdForEach.h
+22 −0 folly/algorithm/simd/detail/BUCK
+0 −0 folly/algorithm/simd/detail/SimdAnyOf.h
+0 −0 folly/algorithm/simd/detail/SimdCharPlatform.h
+12 −20 folly/algorithm/simd/detail/UnrollUtils.h
+13 −0 folly/algorithm/simd/detail/test/BUCK
+2 −2 folly/algorithm/simd/detail/test/SimdAnyOfTest.cpp
+14 −8 folly/algorithm/simd/detail/test/UnrollUtilsTest.cpp
+1 −1 folly/algorithm/simd/test/SimdForEachTest.cpp
+1 −0 folly/container/F14Map.h
+1 −0 folly/container/F14Set.h
+3 −29 folly/detail/BUCK
+1 −1 folly/detail/SimpleSimdStringUtils.cpp
+2 −2 folly/detail/SimpleSimdStringUtilsImpl.h
+1 −1 folly/detail/SplitStringSimdImpl.h
+10 −0 folly/detail/ThreadLocalDetail.cpp
+48 −3 folly/detail/ThreadLocalDetail.h
+1 −14 folly/detail/test/BUCK
+1 −1 folly/detail/test/SimpleSimdStringUtilsTest.cpp
+4 −0 folly/hash/BUCK
+6 −6 folly/hash/SpookyHashV2.cpp
+34 −12 folly/hash/SpookyHashV2.h
+31 −8 folly/io/async/AsyncIoUringSocket.cpp
+32 −8 folly/io/async/AsyncSocket.cpp
+1 −0 folly/json/test/DynamicOtherTest.cpp
+51 −0 folly/lang/Align.h
+4 −0 folly/lang/BUCK
+18 −37 folly/lang/Bits.h
+3 −3 folly/lang/BitsClass.h
+13 −0 folly/lang/CString.h
+87 −0 folly/lang/test/AlignTest.cpp
+9 −0 folly/lang/test/BUCK
+29 −0 folly/lang/test/BitsTest.cpp
+2 −0 folly/portability/GTest.h
+1 −0 folly/python/iobuf.pxd
+3 −3 folly/somerge_defs.bzl
+12 −0 folly/test/ThreadLocalTest.cpp
+14 −4 folly/tracing/AsyncStack.cpp
+1 −0 shim/third-party/rust/Cargo.toml

0 comments on commit ccfa19b

Please sign in to comment.