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 1, 2024
1 parent 5610850 commit e8a8cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 59 files
+18 −4 hpb_generator/context.h
+2 −2 hpb_generator/gen_accessors.cc
+11 −13 hpb_generator/gen_extensions.cc
+5 −3 hpb_generator/protoc-gen-hpb.cc
+11 −4 java/core/src/main/java/com/google/protobuf/Descriptors.java
+0 −7 python/google/protobuf/internal/descriptor_test.py
+0 −10 python/google/protobuf/pyext/descriptor.cc
+0 −2 python/pb_unit_tests/descriptor_test_wrapper.py
+3 −10 ruby/ext/google/protobuf_c/convert.c
+1 −5 ruby/lib/google/protobuf/ffi/internal/convert.rb
+11 −6 ruby/src/main/java/com/google/protobuf/jruby/Utils.java
+4 −10 ruby/tests/utf8.rb
+86 −46 rust/test/BUILD
+119 −0 rust/test/map_unittest.proto
+36 −38 rust/test/shared/BUILD
+2 −2 rust/test/shared/accessors_test.rs
+3 −12 rust/test/shared/gtest_matchers_test.rs
+7 −10 rust/test/shared/serialization_test.rs
+1,937 −0 rust/test/unittest.proto
+36 −0 rust/test/unittest_import.proto
+268 −0 rust/test/unittest_proto3.proto
+90 −0 rust/test/unittest_proto3_optional.proto
+2 −3 rust/test/upb/BUILD
+81 −40 src/google/protobuf/any.pb.cc
+38 −3 src/google/protobuf/any.pb.h
+362 −213 src/google/protobuf/api.pb.cc
+146 −17 src/google/protobuf/api.pb.h
+5 −1 src/google/protobuf/compiler/cpp/enum.cc
+6 −4 src/google/protobuf/compiler/cpp/extension.cc
+103 −21 src/google/protobuf/compiler/cpp/helpers.cc
+18 −0 src/google/protobuf/compiler/cpp/helpers.h
+133 −22 src/google/protobuf/compiler/cpp/message.cc
+55 −0 src/google/protobuf/compiler/cpp/test_bad_identifiers.proto
+35 −0 src/google/protobuf/compiler/cpp/unittest.cc
+20 −2 src/google/protobuf/descriptor.cc
+27 −2 src/google/protobuf/descriptor.h
+272 −0 src/google/protobuf/descriptor_unittest.cc
+65 −37 src/google/protobuf/duration.pb.cc
+6 −1 src/google/protobuf/duration.pb.h
+43 −1 src/google/protobuf/dynamic_message.cc
+0 −4 src/google/protobuf/extension_set_heavy.cc
+138 −78 src/google/protobuf/generated_message_reflection.cc
+4 −0 src/google/protobuf/generated_message_reflection.h
+19 −2 src/google/protobuf/message.h
+4 −1 src/google/protobuf/reflection_ops.cc
+9 −0 src/google/protobuf/reflection_ops_unittest.cc
+48 −24 src/google/protobuf/source_context.pb.cc
+20 −2 src/google/protobuf/source_context.pb.h
+5 −5 src/google/protobuf/struct.pb.cc
+65 −37 src/google/protobuf/timestamp.pb.cc
+6 −1 src/google/protobuf/timestamp.pb.h
+579 −363 src/google/protobuf/type.pb.cc
+224 −36 src/google/protobuf/type.pb.h
+327 −167 src/google/protobuf/wrappers.pb.cc
+68 −11 src/google/protobuf/wrappers.pb.h
+1 −0 upb/json/BUILD
+1 −0 upb/message/BUILD
+1 −0 upb/test/BUILD
+1 −0 upb/util/BUILD

0 comments on commit e8a8cb1

Please sign in to comment.