Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 6, 2024
1 parent 1dc7dea commit 9bae2ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Tweaks/YTHoldForSpeed
2 changes: 1 addition & 1 deletion Tweaks/YTVideoOverlay
2 changes: 1 addition & 1 deletion Tweaks/YouPiP
2 changes: 1 addition & 1 deletion Tweaks/YouQuality
2 changes: 1 addition & 1 deletion Tweaks/YouTubeHeader
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 71 files
+1 −1 .github/workflows/test_upb.yml
+ csharp/src/Google.Protobuf.Test/testprotos.pb
+12 −12 hpb/extension.h
+22 −3 hpb/internal/template_help.h
+40 −0 hpb/internal/template_help_test.cc
+12 −9 hpb_generator/tests/child_model.proto
+1 −1 hpb_generator/tests/legacy-name.proto
+3 −3 hpb_generator/tests/naming_conflict.proto
+2 −1 hpb_generator/tests/no_package.proto
+2 −2 hpb_generator/tests/no_package_enum_user.proto
+5 −5 hpb_generator/tests/set_alias.proto
+1 −1 hpb_generator/tests/test_enum.proto
+5 −4 hpb_generator/tests/test_extension.proto
+77 −57 hpb_generator/tests/test_model.proto
+1 −1 java/core/src/main/java/com/google/protobuf/TextFormat.java
+0 −63 python/google/protobuf/message_factory.py
+11 −0 python/google/protobuf/pyext/message_module.cc
+0 −22 python/google/protobuf/symbol_database.py
+24 −0 rust/cpp.rs
+47 −0 rust/cpp_kernel/repeated.cc
+13 −1 rust/test/shared/accessors_repeated_test.rs
+2 −0 src/google/protobuf/BUILD.bazel
+2 −2 src/google/protobuf/any.pb.cc
+6 −8 src/google/protobuf/any.pb.h
+6 −6 src/google/protobuf/api.pb.cc
+21 −28 src/google/protobuf/api.pb.h
+5 −0 src/google/protobuf/arena.cc
+1 −3 src/google/protobuf/arena.h
+7 −7 src/google/protobuf/arena_align.h
+8 −7 src/google/protobuf/arenastring.h
+28 −30 src/google/protobuf/compiler/cpp/field_generators/string_field.cc
+18 −20 src/google/protobuf/compiler/cpp/field_generators/string_view_field.cc
+1 −0 src/google/protobuf/compiler/cpp/file.cc
+2 −2 src/google/protobuf/compiler/cpp/message.cc
+15 −13 src/google/protobuf/compiler/cpp/test_bad_identifiers.proto
+1 −1 src/google/protobuf/compiler/java/java_features.pb.cc
+8 −8 src/google/protobuf/compiler/plugin.pb.cc
+18 −24 src/google/protobuf/compiler/plugin.pb.h
+12 −92 src/google/protobuf/compiler/rust/message.cc
+1 −1 src/google/protobuf/cpp_features.pb.cc
+64 −64 src/google/protobuf/descriptor.pb.cc
+111 −148 src/google/protobuf/descriptor.pb.h
+1 −1 src/google/protobuf/duration.pb.cc
+2 −2 src/google/protobuf/field_mask.pb.cc
+2 −2 src/google/protobuf/generated_enum_util.h
+5 −5 src/google/protobuf/generated_message_tctable_impl.h
+29 −32 src/google/protobuf/generated_message_tctable_lite.cc
+2 −2 src/google/protobuf/inlined_string_field.h
+5 −4 src/google/protobuf/map.cc
+5 −2 src/google/protobuf/map.h
+2 −2 src/google/protobuf/message_lite.h
+0 −1 src/google/protobuf/only_one_enum_test.proto
+16 −18 src/google/protobuf/parse_context.h
+12 −13 src/google/protobuf/port.h
+5 −5 src/google/protobuf/port_def.inc
+33 −0 src/google/protobuf/repeated_ptr_field.h
+4 −5 src/google/protobuf/serial_arena.h
+2 −2 src/google/protobuf/source_context.pb.cc
+3 −4 src/google/protobuf/source_context.pb.h
+6 −6 src/google/protobuf/struct.pb.cc
+4 −4 src/google/protobuf/struct.pb.h
+1 −1 src/google/protobuf/timestamp.pb.cc
+10 −10 src/google/protobuf/type.pb.cc
+30 −40 src/google/protobuf/type.pb.h
+1 −1 src/google/protobuf/unittest_proto3_arena_lite.proto
+1 −1 src/google/protobuf/unittest_proto3_lite.proto
+22 −22 src/google/protobuf/unittest_well_known_types.proto
+6 −7 src/google/protobuf/varint_shuffle.h
+11 −11 src/google/protobuf/wrappers.pb.cc
+6 −8 src/google/protobuf/wrappers.pb.h
+2 −2 upb/reflection/stage0/google/protobuf/descriptor.upb.c

0 comments on commit 9bae2ae

Please sign in to comment.