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 20, 2024
1 parent 7301403 commit 39807ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 63 files
+77 −0 .bcr/metadata.template.json
+1 −1 editions/codegen_tests/proto2_import.proto
+1 −1 editions/codegen_tests/proto2_proto3_enum.proto
+1 −1 editions/codegen_tests/proto3_import.proto
+1 −1 editions/golden/editions_transform_proto2.proto
+1 −1 editions/golden/simple_proto2_import.proto
+1 −1 editions/proto/editions_transform_proto2.proto
+10 −0 hpb/backend/upb/interop.h
+0 −9 hpb/hpb.h
+3 −2 hpb_generator/gen_accessors.cc
+4 −2 hpb_generator/gen_repeated_fields.cc
+3 −6 hpb_generator/protoc-gen-upb-protos.cc
+3 −5 rust/aspects.bzl
+4 −8 rust/cpp.rs
+42 −31 rust/cpp_kernel/map.cc
+2 −2 rust/cpp_kernel/map.h
+2 −2 rust/test/BUILD
+0 −7 rust/test/no_package.proto
+0 −7 rust/test/no_package_import.proto
+0 −7 rust/test/no_package_other.proto
+3 −3 rust/test/shared/utf8/utf8_test.cc
+1 −0 src/google/protobuf/BUILD.bazel
+2 −1 src/google/protobuf/any.pb.cc
+10 −5 src/google/protobuf/api.pb.cc
+1 −1 src/google/protobuf/compiler/code_generator.cc
+3 −0 src/google/protobuf/compiler/code_generator.h
+11 −4 src/google/protobuf/compiler/code_generator_unittest.cc
+4 −4 src/google/protobuf/compiler/command_line_interface.cc
+7 −4 src/google/protobuf/compiler/cpp/message.cc
+2 −1 src/google/protobuf/compiler/java/java_features.pb.cc
+4 −5 src/google/protobuf/compiler/java/lite/enum_field.cc
+15 −11 src/google/protobuf/compiler/java/lite/message_field.cc
+8 −8 src/google/protobuf/compiler/java/lite/string_field.cc
+2 −2 src/google/protobuf/compiler/mock_code_generator.h
+12 −6 src/google/protobuf/compiler/plugin.pb.cc
+1 −1 src/google/protobuf/compiler/rust/accessors/singular_cord.cc
+1 −1 src/google/protobuf/compiler/rust/accessors/singular_string.cc
+2 −3 src/google/protobuf/compiler/rust/enum.cc
+4 −4 src/google/protobuf/compiler/rust/generator.cc
+33 −40 src/google/protobuf/compiler/rust/message.cc
+4 −2 src/google/protobuf/compiler/rust/naming.cc
+2 −1 src/google/protobuf/cpp_features.pb.cc
+108 −54 src/google/protobuf/descriptor.pb.cc
+0 −7 src/google/protobuf/descriptor_unittest.cc
+2 −1 src/google/protobuf/duration.pb.cc
+1 −1 src/google/protobuf/dynamic_message.cc
+2 −1 src/google/protobuf/empty.pb.cc
+4 −2 src/google/protobuf/field_mask.pb.cc
+2 −1 src/google/protobuf/implicit_weak_message.cc
+5 −0 src/google/protobuf/map.h
+18 −4 src/google/protobuf/message_lite.h
+985 −7 src/google/protobuf/no_field_presence_test.cc
+7 −1 src/google/protobuf/port.h
+0 −10 src/google/protobuf/port_def.inc
+0 −2 src/google/protobuf/port_undef.inc
+4 −2 src/google/protobuf/raw_ptr.cc
+2 −1 src/google/protobuf/source_context.pb.cc
+12 −6 src/google/protobuf/struct.pb.cc
+2 −1 src/google/protobuf/timestamp.pb.cc
+18 −9 src/google/protobuf/type.pb.cc
+5 −0 src/google/protobuf/unittest_no_field_presence.proto
+4 −0 src/google/protobuf/wire_format_lite.cc
+18 −9 src/google/protobuf/wrappers.pb.cc

0 comments on commit 39807ec

Please sign in to comment.