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 14, 2025
1 parent f3e3338 commit 8a13dd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tweaks/YTUHD
Submodule YTUHD updated 4 files
+2 −0 Header.h
+1 −1 Makefile
+4 −5 Settings.x
+11 −0 Tweak.xm
2 changes: 1 addition & 1 deletion Tweaks/YouPiP
Submodule YouPiP updated 2 files
+1 −1 Makefile
+15 −5 Tweak.x
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 86 files
+27 −24 .github/workflows/test_ruby.yml
+1 −1 MODULE.bazel
+1 −0 WORKSPACE
+3 −2 bazel/private/cc_proto_aspect.bzl
+0 −2 bazel/private/native.bzl
+4 −1 bazel/private/proto_bazel_features.bzl
+1 −1 cmake/dependencies.cmake
+18 −20 csharp/src/Google.Protobuf.Test/Reflection/FeatureSetDescriptorTest.cs
+2 −2 editions/golden/compare_cpp_codegen_failure.txt
+1 −1 editions/golden/compare_cpp_codegen_failure.xml
+4 −0 objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj
+4 −0 objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj
+4 −0 objectivec/ProtocolBuffers_tvOS.xcodeproj/project.pbxproj
+445 −0 objectivec/Tests/GPBMessage30007FormatTest.m
+15 −0 python/descriptor.c
+2 −0 python/google/protobuf/internal/descriptor_test.py
+20 −0 python/google/protobuf/pyext/descriptor.cc
+2 −1 ruby/Gemfile.lock
+2 −2 ruby/google-protobuf.gemspec
+5 −3 ruby/tests/repeated_field_test.rb
+5 −5 rust/test/shared/accessors_proto3_test.rs
+2 −2 rust/test/shared/accessors_test.rs
+11 −3 rust/test/shared/fields_with_imported_types_test.rs
+1 −1 src/google/protobuf/any.pb.cc
+21 −30 src/google/protobuf/any.pb.h
+3 −3 src/google/protobuf/api.pb.cc
+40 −65 src/google/protobuf/api.pb.h
+19 −23 src/google/protobuf/compiler/cpp/enum.cc
+2 −3 src/google/protobuf/compiler/cpp/extension.cc
+7 −7 src/google/protobuf/compiler/cpp/field_generators/cord_field.cc
+2 −1 src/google/protobuf/compiler/cpp/field_generators/map_field.cc
+2 −1 src/google/protobuf/compiler/cpp/field_generators/message_field.cc
+2 −2 src/google/protobuf/compiler/cpp/field_generators/primitive_field.cc
+5 −5 src/google/protobuf/compiler/cpp/field_generators/string_field.cc
+5 −5 src/google/protobuf/compiler/cpp/field_generators/string_view_field.cc
+4 −5 src/google/protobuf/compiler/cpp/file.cc
+0 −1 src/google/protobuf/compiler/cpp/generator.cc
+1 −2 src/google/protobuf/compiler/cpp/helpers.h
+98 −112 src/google/protobuf/compiler/cpp/message.cc
+7 −6 src/google/protobuf/compiler/cpp/parse_function_generator.cc
+39 −47 src/google/protobuf/compiler/cpp/service.cc
+2 −2 src/google/protobuf/compiler/cpp/service.h
+1 −1 src/google/protobuf/compiler/csharp/csharp_field_base.cc
+1 −1 src/google/protobuf/compiler/csharp/csharp_message.cc
+1 −1 src/google/protobuf/compiler/java/doc_comment.cc
+3 −2 src/google/protobuf/compiler/java/field_common.cc
+4 −5 src/google/protobuf/compiler/java/file.cc
+5 −5 src/google/protobuf/compiler/java/full/enum.cc
+1 −1 src/google/protobuf/compiler/java/full/message.cc
+1 −1 src/google/protobuf/compiler/java/java_features.pb.cc
+18 −29 src/google/protobuf/compiler/java/java_features.pb.h
+5 −5 src/google/protobuf/compiler/java/lite/enum.cc
+1 −1 src/google/protobuf/compiler/java/lite/message.cc
+2 −2 src/google/protobuf/compiler/java/name_resolver.cc
+3 −3 src/google/protobuf/compiler/java/names.cc
+2 −2 src/google/protobuf/compiler/objectivec/field.cc
+14 −14 src/google/protobuf/compiler/plugin.pb.cc
+58 −92 src/google/protobuf/compiler/plugin.pb.h
+19 −19 src/google/protobuf/compiler/python/generator.cc
+1 −1 src/google/protobuf/compiler/ruby/ruby_generator.cc
+9 −3 src/google/protobuf/compiler/rust/naming.cc
+6 −0 src/google/protobuf/compiler/rust/naming.h
+10 −18 src/google/protobuf/compiler/rust/oneof.cc
+1 −1 src/google/protobuf/cpp_features.pb.cc
+18 −29 src/google/protobuf/cpp_features.pb.h
+8 −8 src/google/protobuf/descriptor.cc
+59 −59 src/google/protobuf/descriptor.pb.cc
+488 −769 src/google/protobuf/descriptor.pb.h
+5 −5 src/google/protobuf/duration.pb.cc
+14 −23 src/google/protobuf/duration.pb.h
+9 −15 src/google/protobuf/empty.pb.h
+1 −1 src/google/protobuf/field_mask.pb.cc
+16 −25 src/google/protobuf/field_mask.pb.h
+0 −2 src/google/protobuf/port_def.inc
+1 −1 src/google/protobuf/port_undef.inc
+3 −7 src/google/protobuf/reflection_ops.cc
+1 −1 src/google/protobuf/source_context.pb.cc
+14 −23 src/google/protobuf/source_context.pb.h
+5 −7 src/google/protobuf/struct.pb.cc
+54 −82 src/google/protobuf/struct.pb.h
+5 −5 src/google/protobuf/timestamp.pb.cc
+14 −23 src/google/protobuf/timestamp.pb.h
+11 −11 src/google/protobuf/type.pb.cc
+77 −121 src/google/protobuf/type.pb.h
+13 −13 src/google/protobuf/wrappers.pb.cc
+118 −191 src/google/protobuf/wrappers.pb.h

0 comments on commit 8a13dd7

Please sign in to comment.