forked from arichornlover/uYouEnhanced
-
Notifications
You must be signed in to change notification settings - Fork 152
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
a2911cd
commit af12cdb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protobuf
updated
20 files
+0 −32 | .github/scripts/validate_yaml.py | |
+4 −16 | .github/workflows/staleness_check.yml | |
+1 −1 | .github/workflows/test_java.yml | |
+33 −21 | Cargo.bazel.lock | |
+1 −1 | MODULE.bazel | |
+2 −2 | WORKSPACE | |
+32 −0 | hpb/extension.cc | |
+77 −0 | hpb/extension.h | |
+0 −53 | hpb/hpb.cc | |
+0 −84 | hpb/hpb.h | |
+0 −7 | hpb_generator/gen_enums.cc | |
+0 −2 | hpb_generator/gen_enums.h | |
+36 −36 | java/core/src/main/java/com/google/protobuf/BinaryWriter.java | |
+12 −12 | java/core/src/main/java/com/google/protobuf/CodedOutputStream.java | |
+7 −1 | java/core/src/main/java/com/google/protobuf/SingleFieldBuilder.java | |
+0 −1 | php/php_gencode.bara.sky | |
+0 −11 | src/google/protobuf/message.cc | |
+0 −10 | src/google/protobuf/message_lite.cc | |
+9 −0 | src/google/protobuf/repeated_ptr_field.cc | |
+7 −40 | src/google/protobuf/repeated_ptr_field.h |