Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 29, 2024
1 parent 63acaac commit ca24bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 66 files
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+35 −22 hpb/BUILD
+20 −0 hpb/extension.cc
+92 −0 hpb/extension.h
+0 −5 hpb/hpb.cc
+1 −65 hpb/hpb.h
+2 −2 hpb/internal/message_lock_test.cc
+21 −22 hpb_generator/tests/test_generated.cc
+0 −3 protos/protos.h
+1 −1 rust/upb/lib.rs
+37 −2 rust/upb/message.rs
+21 −0 rust/upb/mini_table.rs
+13 −7 src/google/protobuf/any.pb.cc
+22 −18 src/google/protobuf/any.pb.h
+3 −3 src/google/protobuf/any_test.cc
+57 −36 src/google/protobuf/api.pb.cc
+79 −60 src/google/protobuf/api.pb.h
+3 −2 src/google/protobuf/compiler/cpp/field_generators/cord_field.cc
+3 −3 src/google/protobuf/compiler/cpp/field_generators/enum_field.cc
+1 −1 src/google/protobuf/compiler/cpp/field_generators/map_field.cc
+4 −4 src/google/protobuf/compiler/cpp/field_generators/message_field.cc
+3 −3 src/google/protobuf/compiler/cpp/field_generators/primitive_field.cc
+6 −6 src/google/protobuf/compiler/cpp/field_generators/string_field.cc
+6 −6 src/google/protobuf/compiler/cpp/field_generators/string_view_field.cc
+34 −22 src/google/protobuf/compiler/cpp/message.cc
+16 −10 src/google/protobuf/compiler/java/java_features.pb.cc
+24 −20 src/google/protobuf/compiler/java/java_features.pb.h
+77 −50 src/google/protobuf/compiler/plugin.pb.cc
+103 −80 src/google/protobuf/compiler/plugin.pb.h
+2 −0 src/google/protobuf/compiler/rust/BUILD.bazel
+1 −0 src/google/protobuf/compiler/rust/accessors/generator.h
+70 −43 src/google/protobuf/compiler/rust/accessors/map.cc
+1 −1 src/google/protobuf/compiler/rust/accessors/repeated_field.cc
+1 −1 src/google/protobuf/compiler/rust/accessors/singular_cord.cc
+2 −1 src/google/protobuf/compiler/rust/accessors/singular_message.cc
+3 −2 src/google/protobuf/compiler/rust/accessors/singular_scalar.cc
+1 −1 src/google/protobuf/compiler/rust/accessors/singular_string.cc
+1 −2 src/google/protobuf/compiler/rust/accessors/with_presence.cc
+72 −72 src/google/protobuf/compiler/rust/message.cc
+80 −31 src/google/protobuf/compiler/rust/oneof.cc
+16 −10 src/google/protobuf/cpp_features.pb.cc
+26 −21 src/google/protobuf/cpp_features.pb.h
+625 −427 src/google/protobuf/descriptor.pb.cc
+940 −704 src/google/protobuf/descriptor.pb.h
+0 −1 src/google/protobuf/descriptor_database_unittest.cc
+14 −8 src/google/protobuf/duration.pb.cc
+24 −20 src/google/protobuf/duration.pb.h
+1 −1 src/google/protobuf/empty.pb.cc
+1 −1 src/google/protobuf/extension_set_unittest.cc
+12 −6 src/google/protobuf/field_mask.pb.cc
+22 −19 src/google/protobuf/field_mask.pb.h
+1 −0 src/google/protobuf/generated_message_reflection_unittest.cc
+0 −11 src/google/protobuf/message_lite.h
+5 −0 src/google/protobuf/port.h
+12 −6 src/google/protobuf/source_context.pb.cc
+21 −18 src/google/protobuf/source_context.pb.h
+36 −18 src/google/protobuf/struct.pb.cc
+73 −59 src/google/protobuf/struct.pb.h
+3 −1 src/google/protobuf/test_util2.h
+14 −8 src/google/protobuf/timestamp.pb.cc
+24 −20 src/google/protobuf/timestamp.pb.h
+93 −60 src/google/protobuf/type.pb.cc
+140 −105 src/google/protobuf/type.pb.h
+0 −1 src/google/protobuf/unknown_field_set_unittest.cc
+108 −54 src/google/protobuf/wrappers.pb.cc
+196 −169 src/google/protobuf/wrappers.pb.h

0 comments on commit ca24bfc

Please sign in to comment.