Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 30, 2024
1 parent c7b05e4 commit 0fcd81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 40 files
+1 −1 docs/upb/design.md
+30 −22 java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java
+2 −22 java/util/src/main/java/com/google/protobuf/util/Durations.java
+3 −35 java/util/src/main/java/com/google/protobuf/util/Timestamps.java
+0 −12 php/BUILD.bazel
+11 −0 php/ext/google/protobuf/php-upb.c
+1 −0 php/ext/google/protobuf/php-upb.h
+0 −16 php/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php
+0 −16 php/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php
+0 −16 php/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php
+0 −16 php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php
+0 −16 php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php
+0 −16 php/src/Google/Protobuf/Internal/FieldOptions_CType.php
+0 −16 php/src/Google/Protobuf/Internal/FieldOptions_JSType.php
+0 −16 php/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php
+0 −16 php/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php
+0 −16 php/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php
+0 −16 php/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php
+0 −16 php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php
+3 −18 protobuf.bzl
+11 −0 ruby/ext/google/protobuf_c/ruby-upb.c
+1 −0 ruby/ext/google/protobuf_c/ruby-upb.h
+1 −0 src/file_lists.cmake
+1 −0 src/google/protobuf/BUILD.bazel
+4 −4 src/google/protobuf/compiler/cpp/file.cc
+20 −0 src/google/protobuf/compiler/java/test_multiple_file_no.proto
+21 −0 src/google/protobuf/compiler/java/test_multiple_file_yes.proto
+9 −0 src/google/protobuf/extension_set.h
+1 −0 src/google/protobuf/extension_set_heavy.cc
+1 −10 src/google/protobuf/generated_message_reflection.cc
+15 −0 src/google/protobuf/lite_unittest.cc
+15 −0 src/google/protobuf/only_one_enum_test.proto
+10 −0 src/google/protobuf/repeated_ptr_field.cc
+11 −0 upb/mem/arena.c
+1 −0 upb/mem/arena.h
+48 −14 upb/mem/arena_test.cc
+5 −1 upb/reflection/def.hpp
+21 −0 upb_generator/common/BUILD
+98 −0 upb_generator/common/cpp_to_upb_def.cc
+58 −0 upb_generator/common/cpp_to_upb_def.h

0 comments on commit 0fcd81e

Please sign in to comment.