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 6, 2024
1 parent 1851a39 commit 39e47b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 81 files
+5 −0 bazel/private/BUILD
+1 −2 bazel/private/bazel_proto_library_rule.bzl
+0 −1 bazel/private/upb_proto_library_internal/aspect.bzl
+4 −4 bazel/py_proto_library.bzl
+9 −0 hpb/BUILD
+10 −0 hpb/arena.h
+9 −2 java/core/src/main/java/com/google/protobuf/FieldSet.java
+1 −1 java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java
+12 −0 java/core/src/test/java/com/google/protobuf/ParserLiteTest.java
+2 −0 objectivec/GPBArray.m
+1 −1 objectivec/GPBArray_PackagePrivate.h
+1 −1 objectivec/GPBCodedInputStream.h
+5 −0 objectivec/GPBCodedInputStream.m
+3 −1 objectivec/GPBCodedInputStream_PackagePrivate.h
+3 −9 objectivec/GPBCodedOutputStream.h
+3 −0 objectivec/GPBCodedOutputStream.m
+4 −0 objectivec/GPBCodedOutputStream_PackagePrivate.h
+3 −0 objectivec/GPBDescriptor.m
+6 −0 objectivec/GPBDictionary.m
+4 −4 objectivec/GPBDictionary_PackagePrivate.h
+5 −4 objectivec/GPBExtensionInternals.h
+5 −0 objectivec/GPBExtensionInternals.m
+1 −2 objectivec/GPBExtensionRegistry.h
+5 −3 objectivec/GPBMessage.h
+9 −1 objectivec/GPBMessage.m
+1 −1 objectivec/GPBRootObject.h
+3 −2 objectivec/GPBRootObject.m
+1 −1 objectivec/GPBRootObject_PackagePrivate.h
+0 −1 objectivec/GPBRuntimeTypes.h
+4 −3 objectivec/GPBUnknownField.h
+3 −1 objectivec/GPBUnknownField.m
+2 −0 objectivec/GPBUnknownFieldSet.h
+3 −0 objectivec/GPBUnknownFieldSet.m
+2 −3 objectivec/GPBUnknownFieldSet_PackagePrivate.h
+2 −0 objectivec/GPBUnknownField_PackagePrivate.h
+3 −0 objectivec/GPBUnknownFields.h
+3 −1 objectivec/GPBUnknownFields.m
+0 −2 objectivec/GPBUnknownFields_PackagePrivate.h
+1 −2 objectivec/GPBUtilities.h
+5 −0 objectivec/GPBUtilities.m
+1 −0 objectivec/GPBUtilities_PackagePrivate.h
+1 −0 objectivec/GPBWellKnownTypes.m
+1 −0 objectivec/GPBWireFormat.m
+0 −1 objectivec/Tests/GPBArrayTests.m
+1 −0 objectivec/Tests/GPBCodedInputStreamTests.m
+3 −2 objectivec/Tests/GPBCodedOutputStreamTests.m
+2 −2 objectivec/Tests/GPBDescriptorTests.m
+0 −1 objectivec/Tests/GPBDictionaryTests+Bool.m
+0 −1 objectivec/Tests/GPBDictionaryTests+Int32.m
+0 −1 objectivec/Tests/GPBDictionaryTests+Int64.m
+0 −1 objectivec/Tests/GPBDictionaryTests+String.m
+0 −1 objectivec/Tests/GPBDictionaryTests+UInt32.m
+0 −1 objectivec/Tests/GPBDictionaryTests+UInt64.m
+0 −1 objectivec/Tests/GPBDictionaryTests.m
+1 −2 objectivec/Tests/GPBExtensionRegistryTest.m
+1 −2 objectivec/Tests/GPBMessageTests+ClassNames.m
+1 −3 objectivec/Tests/GPBMessageTests+Merge.m
+1 −3 objectivec/Tests/GPBMessageTests+Runtime.m
+1 −3 objectivec/Tests/GPBMessageTests+Serialization.m
+3 −0 objectivec/Tests/GPBMessageTests.m
+3 −8 objectivec/Tests/GPBTestUtilities.h
+0 −1 objectivec/Tests/GPBTestUtilities.m
+0 −1 objectivec/Tests/GPBUnknownFieldSetTest.m
+0 −1 objectivec/Tests/GPBUtilitiesTests.m
+1 −2 objectivec/Tests/GPBWellKnownTypesTest.m
+1 −1 php/ext/google/protobuf/php-upb.c
+0 −2 protos/protos.h
+1 −1 ruby/ext/google/protobuf_c/ruby-upb.c
+101 −5 rust/upb.rs
+0 −91 src/google/protobuf/compiler/rust/message.cc
+47 −17 src/google/protobuf/extension_set.cc
+85 −11 src/google/protobuf/extension_set.h
+30 −23 src/google/protobuf/extension_set_heavy.cc
+3 −0 src/google/protobuf/generated_message_tctable_lite.cc
+9 −0 src/google/protobuf/port.h
+83 −80 src/google/protobuf/reflection_visit_fields.h
+4 −3 src/google/protobuf/repeated_field.h
+1 −1 src/google/protobuf/repeated_field_unittest.cc
+5 −1 src/google/protobuf/repeated_ptr_field.cc
+21 −18 src/google/protobuf/repeated_ptr_field.h
+1 −1 upb/mem/arena.c

0 comments on commit 39e47b5

Please sign in to comment.