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 28, 2024
1 parent c3d2502 commit 4d0a628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 62 files
+42 −0 README.md
+26 −23 WORKSPACE
+1 −0 ci/Linux.bazelrc
+1 −0 ci/macOS.bazelrc
+11 −0 conformance/binary_json_conformance_suite.cc
+3 −0 conformance/failure_list_python.txt
+2 −12 examples/WORKSPACE
+3 −2 hpb/extension.h
+1 −8 php/ext/google/protobuf/config.w32
+39 −19 php/ext/google/protobuf/php-upb.c
+14 −7 php/ext/google/protobuf/php-upb.h
+6 −2 protobuf_deps.bzl
+31 −0 protobuf_extra_deps.bzl
+3 −1 python/descriptor.c
+15 −5 python/descriptor_containers.c
+3 −1 python/descriptor_pool.c
+6 −2 python/extension_dict.c
+15 −3 python/google/protobuf/internal/descriptor_test.py
+7 −2 python/google/protobuf/internal/message_factory_test.py
+21 −0 python/google/protobuf/internal/message_test.py
+17 −0 python/google/protobuf/message.py
+3 −2 python/google/protobuf/pyext/descriptor_pool.h
+16 −13 python/google/protobuf/pyext/extension_dict.cc
+4 −2 python/google/protobuf/pyext/extension_dict.h
+3 −1 python/google/protobuf/pyext/field.h
+29 −36 python/google/protobuf/pyext/map_container.cc
+13 −19 python/google/protobuf/pyext/message.h
+6 −2 python/google/protobuf/pyext/unknown_field_set.h
+6 −2 python/map.c
+3 −1 python/message.c
+0 −2 python/pb_unit_tests/BUILD
+0 −39 python/pb_unit_tests/descriptor_test_wrapper.py
+4 −2 python/protobuf.c
+3 −1 python/repeated.c
+3 −1 python/unknown_fields.c
+39 −19 ruby/ext/google/protobuf_c/ruby-upb.c
+14 −7 ruby/ext/google/protobuf_c/ruby-upb.h
+12 −28 rust/cpp.rs
+1 −1 rust/cpp_kernel/BUILD
+80 −180 rust/cpp_kernel/map.cc
+0 −4 src/file_lists.cmake
+1 −1 src/google/protobuf/compiler/command_line_interface_unittest.cc
+7 −55 src/google/protobuf/compiler/java/BUILD.bazel
+221 −126 src/google/protobuf/compiler/java/name_resolver_test.cc
+0 −7 src/google/protobuf/compiler/java/test_file_name.proto
+0 −11 src/google/protobuf/compiler/java/test_file_name_2024.proto
+0 −20 src/google/protobuf/compiler/java/test_multiple_file_no.proto
+0 −21 src/google/protobuf/compiler/java/test_multiple_file_yes.proto
+2 −4 src/google/protobuf/extension_set.cc
+3 −1 src/google/protobuf/extension_set.h
+0 −7 src/google/protobuf/generated_message_tctable_impl.h
+34 −49 src/google/protobuf/generated_message_tctable_lite.cc
+9 −0 src/google/protobuf/map.cc
+11 −37 src/google/protobuf/map.h
+2 −2 src/google/protobuf/message_lite.h
+1 −1 upb/message/internal/message.c
+6 −4 upb/mini_descriptor/decode.c
+24 −12 upb/mini_table/extension_registry.c
+13 −6 upb/mini_table/extension_registry.h
+1 −1 upb/reflection/descriptor_bootstrap.h
+9 −2 upb/reflection/file_def.c
+1 −1 upb_generator/plugin_bootstrap.h

0 comments on commit 4d0a628

Please sign in to comment.