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 11, 2024
1 parent f6b9ed6 commit ee978e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tweaks/YouTubeHeader
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 64 files
+1 −1 .github/BUILD.bazel
+13 −13 .github/workflows/test_cpp.yml
+4 −4 .github/workflows/test_objectivec.yml
+1 −1 .github/workflows/test_python.yml
+1 −1 .github/workflows/test_ruby.yml
+1 −1 .github/workflows/test_upb.yml
+2 −1 MODULE.bazel
+1 −11 Protobuf.podspec
+2 −1 WORKSPACE
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+5 −0 go/BUILD.bazel
+57 −0 go/go_features.proto
+73 −0 hpb_generator/context.h
+33 −0 hpb_generator/gen_accessors.cc
+4 −0 hpb_generator/tests/set_alias.proto
+20 −0 hpb_generator/tests/test_generated.cc
+26 −26 java/core/BUILD.bazel
+11 −22 java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java
+2 −2 java/internal/BUILD.bazel
+6 −6 java/kotlin-lite/BUILD.bazel
+11 −11 java/kotlin/BUILD.bazel
+2 −2 java/lite/BUILD.bazel
+3 −3 java/osgi/BUILD.bazel
+14 −14 java/util/BUILD.bazel
+29 −0 java/util/src/main/java/com/google/protobuf/util/JsonFormat.java
+0 −10 objectivec/BUILD.bazel
+1 −7 objectivec/GPBBootstrap.h
+0 −3 objectivec/GPBDescriptor.h
+4 −238 objectivec/GPBDescriptor.m
+0 −45 objectivec/GPBDescriptor_PackagePrivate.h
+0 −15 objectivec/GPBMessage.h
+0 −9 objectivec/GPBMessage.m
+0 −6 objectivec/GPBMessage_PackagePrivate.h
+0 −22 objectivec/GPBUtilities.m
+0 −13 objectivec/GPBUtilities_PackagePrivate.h
+0 −11 objectivec/GPBWellKnownTypes.h
+0 −12 objectivec/GPBWellKnownTypes.m
+0 −4 objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj
+0 −4 objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj
+0 −4 objectivec/ProtocolBuffers_tvOS.xcodeproj/project.pbxproj
+0 −145 objectivec/Tests/GPBMessageTests+ClassNames.m
+0 −2 objectivec/google/protobuf/Any.pbobjc.h
+0 −2 objectivec/google/protobuf/Api.pbobjc.h
+0 −2 objectivec/google/protobuf/Duration.pbobjc.h
+0 −2 objectivec/google/protobuf/Empty.pbobjc.h
+0 −2 objectivec/google/protobuf/FieldMask.pbobjc.h
+0 −2 objectivec/google/protobuf/SourceContext.pbobjc.h
+0 −2 objectivec/google/protobuf/Struct.pbobjc.h
+0 −2 objectivec/google/protobuf/Timestamp.pbobjc.h
+0 −2 objectivec/google/protobuf/Type.pbobjc.h
+0 −2 objectivec/google/protobuf/Wrappers.pbobjc.h
+1 −0 pkg/BUILD.bazel
+2 −2 python/google/protobuf/internal/well_known_types.py
+1 −1 rust/shared.rs
+1 −3 rust/test/cpp/BUILD
+1 −0 src/google/protobuf/arenastring.h
+8 −8 src/google/protobuf/compiler/java/lite/message.cc
+1 −1 src/google/protobuf/compiler/rust/enum.cc
+2 −0 src/google/protobuf/descriptor_database.cc
+1 −1 src/google/protobuf/map.cc
+5 −0 src/google/protobuf/message_lite.h
+317 −0 src/google/protobuf/no_field_presence_test.cc
+6 −3 src/google/protobuf/parse_context.h
+12 −0 src/google/protobuf/port.h

0 comments on commit ee978e4

Please sign in to comment.