Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 10, 2025
1 parent 61b5daf commit 882de17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 54 files
+62 −0 java/core/src/test/java/com/google/protobuf/FieldPresenceTest.java
+14 −13 php/ext/google/protobuf/php-upb.c
+5 −0 php/ext/google/protobuf/php-upb.h
+12 −0 ruby/ext/google/protobuf_c/extconf.rb
+14 −13 ruby/ext/google/protobuf_c/ruby-upb.c
+5 −0 ruby/ext/google/protobuf_c/ruby-upb.h
+17 −15 src/google/protobuf/any.pb.cc
+40 −33 src/google/protobuf/any.pb.h
+38 −35 src/google/protobuf/api.pb.cc
+151 −127 src/google/protobuf/api.pb.h
+73 −58 src/google/protobuf/compiler/cpp/enum.cc
+4 −0 src/google/protobuf/compiler/cpp/enum.h
+6 −4 src/google/protobuf/compiler/cpp/field_generators/cord_field.cc
+14 −8 src/google/protobuf/compiler/cpp/field_generators/enum_field.cc
+5 −4 src/google/protobuf/compiler/cpp/field_generators/map_field.cc
+20 −17 src/google/protobuf/compiler/cpp/field_generators/message_field.cc
+7 −5 src/google/protobuf/compiler/cpp/field_generators/primitive_field.cc
+15 −13 src/google/protobuf/compiler/cpp/field_generators/string_field.cc
+9 −9 src/google/protobuf/compiler/cpp/field_generators/string_view_field.cc
+31 −29 src/google/protobuf/compiler/cpp/file.cc
+80 −68 src/google/protobuf/compiler/cpp/message.cc
+26 −19 src/google/protobuf/compiler/cpp/service.cc
+11 −9 src/google/protobuf/compiler/java/full/enum_field.cc
+18 −19 src/google/protobuf/compiler/java/java_features.pb.cc
+39 −31 src/google/protobuf/compiler/java/java_features.pb.h
+51 −49 src/google/protobuf/compiler/plugin.pb.cc
+186 −156 src/google/protobuf/compiler/plugin.pb.h
+0 −7 src/google/protobuf/compiler/python/generator.cc
+2 −2 src/google/protobuf/compiler/rust/generator.cc
+4 −4 src/google/protobuf/compiler/rust/naming.cc
+18 −19 src/google/protobuf/cpp_features.pb.cc
+39 −31 src/google/protobuf/cpp_features.pb.h
+384 −401 src/google/protobuf/descriptor.pb.cc
+1,740 −1,425 src/google/protobuf/descriptor.pb.h
+14 −13 src/google/protobuf/duration.pb.cc
+25 −21 src/google/protobuf/duration.pb.h
+7 −6 src/google/protobuf/empty.pb.cc
+13 −11 src/google/protobuf/empty.pb.h
+14 −13 src/google/protobuf/field_mask.pb.cc
+34 −29 src/google/protobuf/field_mask.pb.h
+14 −13 src/google/protobuf/source_context.pb.cc
+30 −25 src/google/protobuf/source_context.pb.h
+42 −40 src/google/protobuf/struct.pb.cc
+116 −97 src/google/protobuf/struct.pb.h
+14 −13 src/google/protobuf/timestamp.pb.cc
+25 −21 src/google/protobuf/timestamp.pb.h
+64 −67 src/google/protobuf/type.pb.cc
+280 −235 src/google/protobuf/type.pb.h
+102 −93 src/google/protobuf/wrappers.pb.cc
+235 −197 src/google/protobuf/wrappers.pb.h
+1 −0 upb/mem/BUILD
+5 −0 upb/mem/alloc.h
+14 −13 upb/mem/arena.c
+41 −0 upb/mem/arena_test.cc

0 comments on commit 882de17

Please sign in to comment.