Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 16, 2024
1 parent 39c54ed commit 8427834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 69 files
+0 −17 csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs
+428 −334 php/ext/google/protobuf/php-upb.c
+263 −264 php/ext/google/protobuf/php-upb.h
+26 −2 python/google/protobuf/internal/json_format_test.py
+7 −6 python/google/protobuf/json_format.py
+428 −334 ruby/ext/google/protobuf_c/ruby-upb.c
+263 −264 ruby/ext/google/protobuf_c/ruby-upb.h
+2 −0 src/google/protobuf/BUILD.bazel
+1 −4 src/google/protobuf/any.pb.h
+3 −12 src/google/protobuf/api.pb.h
+6 −6 src/google/protobuf/arena.cc
+16 −15 src/google/protobuf/arena_unittest.cc
+10 −37 src/google/protobuf/compiler/cpp/message.cc
+1 −2 src/google/protobuf/compiler/java/full/enum_field.cc
+9 −23 src/google/protobuf/compiler/java/full/message_field.cc
+1 −2 src/google/protobuf/compiler/java/full/primitive_field.cc
+1 −3 src/google/protobuf/compiler/java/full/string_field.cc
+1 −4 src/google/protobuf/compiler/java/java_features.pb.h
+1 −3 src/google/protobuf/compiler/java/lite/enum_field.cc
+15 −37 src/google/protobuf/compiler/java/lite/message_field.cc
+1 −3 src/google/protobuf/compiler/java/lite/primitive_field.cc
+1 −3 src/google/protobuf/compiler/java/lite/string_field.cc
+1 −1 src/google/protobuf/compiler/java/shared_code_generator.cc
+4 −16 src/google/protobuf/compiler/plugin.pb.h
+1 −4 src/google/protobuf/cpp_features.pb.h
+2 −1 src/google/protobuf/descriptor.cc
+48 −60 src/google/protobuf/descriptor.pb.cc
+33 −132 src/google/protobuf/descriptor.pb.h
+16 −0 src/google/protobuf/descriptor_unittest.cc
+1 −4 src/google/protobuf/duration.pb.h
+1 −4 src/google/protobuf/empty.pb.h
+1 −4 src/google/protobuf/field_mask.pb.h
+1 −1 src/google/protobuf/generated_message_reflection.cc
+5 −4 src/google/protobuf/generated_message_tctable_lite_test.cc
+1 −0 src/google/protobuf/io/zero_copy_stream_unittest.cc
+3 −40 src/google/protobuf/map.h
+2 −1 src/google/protobuf/map_field.h
+3 −53 src/google/protobuf/map_test.inc
+6 −6 src/google/protobuf/message.h
+6 −6 src/google/protobuf/parse_context.h
+51 −6 src/google/protobuf/port.h
+3 −50 src/google/protobuf/port_def.inc
+0 −5 src/google/protobuf/port_undef.inc
+5 −5 src/google/protobuf/proto3_arena_unittest.cc
+2 −2 src/google/protobuf/repeated_field.h
+9 −7 src/google/protobuf/repeated_field_unittest.cc
+1 −0 src/google/protobuf/repeated_ptr_field_unittest.cc
+5 −5 src/google/protobuf/serial_arena.h
+1 −4 src/google/protobuf/source_context.pb.h
+4 −13 src/google/protobuf/struct.pb.h
+1 −4 src/google/protobuf/timestamp.pb.h
+5 −20 src/google/protobuf/type.pb.h
+9 −36 src/google/protobuf/wrappers.pb.h
+13 −2 upb/message/BUILD
+3 −7 upb/message/compare.c
+6 −5 upb/message/copy.c
+84 −32 upb/message/internal/compare_unknown.c
+2 −2 upb/message/internal/compare_unknown.h
+15 −1 upb/message/internal/compare_unknown_test.cc
+10 −1 upb/message/internal/message.h
+25 −0 upb/message/message.c
+3 −0 upb/message/test.cc
+1 −1 upb/mini_descriptor/build_enum.c
+9 −0 upb/port/def.inc
+1 −0 upb/port/undef.inc
+51 −41 upb/wire/decode.c
+16 −5 upb/wire/encode.c
+18 −20 upb/wire/eps_copy_input_stream.h
+4 −11 upb/wire/internal/decoder.h

0 comments on commit 8427834

Please sign in to comment.