forked from YTLitePlus/YTLitePlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85fe590
commit 40ef2c8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protobuf
updated
23 files
+1 −0 | .github/workflows/test_java.yml | |
+2 −1 | MODULE.bazel | |
+24 −0 | WORKSPACE | |
+8 −0 | WORKSPACE.bzlmod | |
+122 −2 | compatibility/BUILD.bazel | |
+1 −0 | compatibility/buf.yaml | |
+0 −5 | conformance/failure_list_objc.txt | |
+2 −2 | editions/golden/compare_cpp_codegen_failure.xml | |
+15 −3 | objectivec/GPBMessage.h | |
+405 −68 | objectivec/GPBMessage.m | |
+5 −9 | objectivec/GPBUnknownFieldSet.m | |
+1 −3 | objectivec/GPBUnknownFieldSet_PackagePrivate.h | |
+1 −1 | objectivec/GPBUnknownFields.h | |
+10 −6 | objectivec/Tests/GPBMessageTests.m | |
+33 −6 | objectivec/Tests/GPBUnknownFieldsTest.m | |
+3 −2 | objectivec/Tests/GPBUtilitiesTests.m | |
+3 −1 | objectivec/Tests/GPBWireFormatTests.m | |
+4 −0 | php/ext/google/protobuf/php-upb.c | |
+4 −0 | php/ext/google/protobuf/php-upb.h | |
+1 −0 | protobuf_version.bzl | |
+4 −0 | ruby/ext/google/protobuf_c/ruby-upb.c | |
+4 −0 | ruby/ext/google/protobuf_c/ruby-upb.h | |
+4 −0 | upb/port/def.inc |