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 11, 2024
1 parent 329cafc commit 05d761b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 77 files
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+0 −34 hpb/BUILD
+20 −0 hpb/backend/upb/BUILD
+14 −0 hpb/backend/upb/interop.h
+5 −5 hpb/backend/upb/interop_test.cc
+0 −25 hpb/internal.h
+13 −2 hpb_generator/BUILD
+2 −2 hpb_generator/gen_accessors.cc
+2 −1 hpb_generator/gen_messages.cc
+16 −13 hpb_generator/keywords.cc
+9 −8 hpb_generator/keywords.h
+2 −2 hpb_generator/names.cc
+0 −1 hpb_generator/protoc-gen-upb-protos.cc
+0 −3 protos/protos.h
+3 −0 rust/upb/BUILD
+4 −3 rust/upb/arena.rs
+3 −2 rust/upb/array.rs
+3 −2 rust/upb/map.rs
+2 −1 rust/upb/message.rs
+2 −1 rust/upb/mini_table.rs
+4 −3 rust/upb/owned_arena_box.rs
+2 −2 rust/upb/string_view.rs
+2 −1 rust/upb/text.rs
+2 −1 rust/upb/wire.rs
+9 −8 src/google/protobuf/any.pb.cc
+9 −1 src/google/protobuf/any.pb.h
+29 −26 src/google/protobuf/api.pb.cc
+27 −3 src/google/protobuf/api.pb.h
+6 −0 src/google/protobuf/compiler/cpp/BUILD.bazel
+1 −1 src/google/protobuf/compiler/cpp/field_generators/enum_field.cc
+2 −2 src/google/protobuf/compiler/cpp/field_generators/message_field.cc
+1 −1 src/google/protobuf/compiler/cpp/field_generators/primitive_field.cc
+2 −2 src/google/protobuf/compiler/cpp/field_generators/string_field.cc
+2 −2 src/google/protobuf/compiler/cpp/field_generators/string_view_field.cc
+18 −3 src/google/protobuf/compiler/cpp/helpers.cc
+5 −3 src/google/protobuf/compiler/cpp/helpers.h
+24 −13 src/google/protobuf/compiler/cpp/message.cc
+4 −2 src/google/protobuf/compiler/cpp/service.cc
+7 −6 src/google/protobuf/compiler/java/java_features.pb.cc
+9 −1 src/google/protobuf/compiler/java/java_features.pb.h
+36 −32 src/google/protobuf/compiler/plugin.pb.cc
+36 −4 src/google/protobuf/compiler/plugin.pb.h
+7 −6 src/google/protobuf/cpp_features.pb.cc
+9 −1 src/google/protobuf/cpp_features.pb.h
+292 −259 src/google/protobuf/descriptor.pb.cc
+297 −33 src/google/protobuf/descriptor.pb.h
+7 −6 src/google/protobuf/duration.pb.cc
+9 −1 src/google/protobuf/duration.pb.h
+4 −9 src/google/protobuf/dynamic_message.cc
+1 −1 src/google/protobuf/empty.pb.cc
+8 −0 src/google/protobuf/empty.pb.h
+7 −6 src/google/protobuf/field_mask.pb.cc
+9 −1 src/google/protobuf/field_mask.pb.h
+5 −0 src/google/protobuf/generated_message_bases.cc
+1 −0 src/google/protobuf/generated_message_bases.h
+1 −1 src/google/protobuf/generated_message_tctable_lite.cc
+1 −1 src/google/protobuf/implicit_weak_message.cc
+3 −0 src/google/protobuf/implicit_weak_message.h
+2 −2 src/google/protobuf/map.cc
+1 −1 src/google/protobuf/map.h
+8 −3 src/google/protobuf/map_entry.h
+11 −3 src/google/protobuf/message_lite.cc
+11 −21 src/google/protobuf/message_lite.h
+8 −7 src/google/protobuf/source_context.pb.cc
+9 −1 src/google/protobuf/source_context.pb.h
+24 −21 src/google/protobuf/struct.pb.cc
+27 −3 src/google/protobuf/struct.pb.h
+7 −6 src/google/protobuf/timestamp.pb.cc
+9 −1 src/google/protobuf/timestamp.pb.h
+48 −43 src/google/protobuf/type.pb.cc
+45 −5 src/google/protobuf/type.pb.h
+12 −0 src/google/protobuf/unittest_string_view.proto
+8 −0 src/google/protobuf/util/field_comparator.cc
+10 −10 src/google/protobuf/util/message_differencer.cc
+65 −56 src/google/protobuf/wrappers.pb.cc
+81 −9 src/google/protobuf/wrappers.pb.h
+0 −12 upb_generator/BUILD

0 comments on commit 05d761b

Please sign in to comment.