Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2024
1 parent 406505e commit dd4d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 52 files
+4 −4 .github/workflows/test_upb.yml
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+2 −0 objectivec/BUILD.bazel
+7 −4 objectivec/GPBMessage.m
+1 −0 objectivec/GPBProtocolBuffers.h
+1 −0 objectivec/GPBProtocolBuffers.m
+101 −5 objectivec/GPBUnknownField.h
+331 −121 objectivec/GPBUnknownField.m
+9 −3 objectivec/GPBUnknownField_PackagePrivate.h
+155 −0 objectivec/GPBUnknownFields.h
+199 −0 objectivec/GPBUnknownFields.m
+16 −0 objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj
+14 −0 objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj
+16 −0 objectivec/ProtocolBuffers_tvOS.xcodeproj/project.pbxproj
+15 −0 objectivec/Tests/GPBCompileTest25.m
+514 −0 objectivec/Tests/GPBUnknownFieldsTest.m
+18 −0 rust/proto_macro.rs
+29 −0 rust/test/shared/proto_macro_test.rs
+1 −0 src/file_lists.cmake
+4 −1 src/google/protobuf/BUILD.bazel
+2 −1 src/google/protobuf/any.pb.cc
+6 −3 src/google/protobuf/api.pb.cc
+2 −0 src/google/protobuf/compiler/command_line_interface.cc
+2 −0 src/google/protobuf/compiler/command_line_interface.h
+7 −0 src/google/protobuf/compiler/cpp/message.cc
+1 −1 src/google/protobuf/compiler/cpp/parse_function_generator.cc
+2 −1 src/google/protobuf/compiler/java/java_features.pb.cc
+8 −4 src/google/protobuf/compiler/plugin.pb.cc
+2 −1 src/google/protobuf/cpp_features.pb.cc
+90 −0 src/google/protobuf/debug_counter_test.cc
+66 −33 src/google/protobuf/descriptor.pb.cc
+2 −1 src/google/protobuf/duration.pb.cc
+8 −12 src/google/protobuf/dynamic_message.cc
+2 −1 src/google/protobuf/empty.pb.cc
+2 −1 src/google/protobuf/field_mask.pb.cc
+1 −1 src/google/protobuf/generated_message_reflection.cc
+9 −6 src/google/protobuf/generated_message_tctable_decl.h
+5 −4 src/google/protobuf/generated_message_tctable_impl.h
+2 −2 src/google/protobuf/generated_message_tctable_lite.cc
+5 −5 src/google/protobuf/implicit_weak_message.cc
+2 −0 src/google/protobuf/implicit_weak_message.h
+2 −0 src/google/protobuf/inlined_string_field_unittest.cc
+9 −3 src/google/protobuf/message_lite.h
+58 −2 src/google/protobuf/port.cc
+36 −0 src/google/protobuf/port.h
+19 −0 src/google/protobuf/port_def.inc
+1 −0 src/google/protobuf/port_undef.inc
+2 −1 src/google/protobuf/source_context.pb.cc
+8 −4 src/google/protobuf/struct.pb.cc
+2 −1 src/google/protobuf/timestamp.pb.cc
+10 −5 src/google/protobuf/type.pb.cc
+18 −9 src/google/protobuf/wrappers.pb.cc

0 comments on commit dd4d588

Please sign in to comment.