Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 4, 2024
1 parent c61bc71 commit 4aff7ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tweaks/YTHeaders
Submodule YTHeaders updated 1 files
+1 −0 GOODialogView.h
2 changes: 1 addition & 1 deletion Tweaks/YouLoop
Submodule YouLoop updated 1 files
+9 −3 Tweak.x
2 changes: 1 addition & 1 deletion Tweaks/YouTimeStamp
2 changes: 1 addition & 1 deletion Tweaks/YouTubeHeader
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 44 files
+1 −1 .github/workflows/test_rust.yml
+1 −1 ci/Linux.bazelrc
+1 −1 ci/macOS.bazelrc
+2 −2 hpb_generator/gen_extensions.cc
+1 −1 hpb_generator/names.h
+34 −10 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java
+22 −4 java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java
+275 −59 java/core/src/test/java/com/google/protobuf/TestUtil.java
+11 −28 java/core/src/test/java/com/google/protobuf/TextFormatTest.java
+6 −2 objectivec/GPBDescriptor_PackagePrivate.h
+6 −2 objectivec/GPBUtilities_PackagePrivate.h
+0 −1 protos/protos.h
+0 −1 ruby/ext/google/protobuf_c/defs.c
+0 −2 ruby/ext/google/protobuf_c/protobuf.c
+15 −11 src/google/protobuf/any.cc
+74 −69 src/google/protobuf/any.h
+3 −6 src/google/protobuf/any.pb.cc
+22 −11 src/google/protobuf/any.pb.h
+21 −15 src/google/protobuf/any_lite.cc
+0 −5 src/google/protobuf/any_test.cc
+17 −7 src/google/protobuf/api.pb.h
+2 −1 src/google/protobuf/compiler/cpp/enum.cc
+2 −1 src/google/protobuf/compiler/cpp/file.cc
+99 −96 src/google/protobuf/compiler/cpp/message.cc
+7 −3 src/google/protobuf/compiler/java/java_features.pb.h
+5 −5 src/google/protobuf/compiler/objectivec/extension.cc
+1 −1 src/google/protobuf/compiler/objectivec/extension.h
+22 −9 src/google/protobuf/compiler/plugin.pb.h
+7 −3 src/google/protobuf/cpp_features.pb.h
+167 −67 src/google/protobuf/descriptor.pb.h
+7 −3 src/google/protobuf/duration.pb.h
+7 −3 src/google/protobuf/empty.pb.h
+198 −193 src/google/protobuf/extension_set.cc
+16 −9 src/google/protobuf/extension_set.h
+32 −31 src/google/protobuf/extension_set_heavy.cc
+7 −3 src/google/protobuf/field_mask.pb.h
+35 −27 src/google/protobuf/map.h
+17 −17 src/google/protobuf/reflection_visit_field_info.h
+7 −3 src/google/protobuf/source_context.pb.h
+17 −7 src/google/protobuf/struct.pb.h
+7 −3 src/google/protobuf/timestamp.pb.h
+27 −11 src/google/protobuf/type.pb.h
+7 −0 src/google/protobuf/unittest.proto
+47 −19 src/google/protobuf/wrappers.pb.h

0 comments on commit 4aff7ba

Please sign in to comment.