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 15, 2024
1 parent 384cb66 commit e4d78b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 44 files
+0 −17 csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs
+2 −0 java/core/BUILD.bazel
+23 −2 java/core/src/test/java/com/google/protobuf/FieldPresenceTest.java
+2 −0 java/core/src/test/proto/com/google/protobuf/field_presence_test.proto
+11 −5 php/ext/google/protobuf/php-upb.c
+20 −2 php/ext/google/protobuf/php-upb.h
+11 −5 ruby/ext/google/protobuf_c/ruby-upb.c
+20 −2 ruby/ext/google/protobuf_c/ruby-upb.h
+2 −0 src/google/protobuf/BUILD.bazel
+2 −0 src/google/protobuf/any.pb.h
+2 −0 src/google/protobuf/api.pb.h
+11 −20 src/google/protobuf/compiler/cpp/field_generators/message_field.cc
+2 −8 src/google/protobuf/compiler/cpp/field_generators/string_field.cc
+2 −8 src/google/protobuf/compiler/cpp/field_generators/string_view_field.cc
+5 −0 src/google/protobuf/compiler/cpp/file.cc
+1 −0 src/google/protobuf/compiler/cpp/file_unittest.cc
+18 −0 src/google/protobuf/compiler/cpp/helpers.h
+11 −0 src/google/protobuf/compiler/java/file.cc
+1 −0 src/google/protobuf/compiler/java/full/BUILD.bazel
+54 −21 src/google/protobuf/compiler/java/full/primitive_field.cc
+22 −0 src/google/protobuf/compiler/java/generator_unittest.cc
+2 −0 src/google/protobuf/compiler/java/java_features.pb.h
+2 −0 src/google/protobuf/compiler/plugin.pb.h
+2 −0 src/google/protobuf/cpp_features.pb.h
+2 −0 src/google/protobuf/descriptor.pb.h
+23 −0 src/google/protobuf/descriptor_unittest.cc
+2 −0 src/google/protobuf/duration.pb.h
+2 −0 src/google/protobuf/empty.pb.h
+2 −0 src/google/protobuf/field_mask.pb.h
+15 −0 src/google/protobuf/message_unittest.inc
+1 −1 src/google/protobuf/port.cc
+1 −1 src/google/protobuf/port.h
+7 −0 src/google/protobuf/repeated_field.cc
+23 −3 src/google/protobuf/repeated_ptr_field.h
+2 −0 src/google/protobuf/source_context.pb.h
+2 −0 src/google/protobuf/struct.pb.h
+2 −0 src/google/protobuf/timestamp.pb.h
+2 −0 src/google/protobuf/type.pb.h
+4 −0 src/google/protobuf/unittest.proto
+2 −0 src/google/protobuf/wrappers.pb.h
+3 −0 upb/message/accessors.h
+11 −5 upb/message/compat.c
+4 −2 upb/message/compat.h
+13 −0 upb/message/internal/accessors.h

0 comments on commit e4d78b6

Please sign in to comment.