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
2267bab
commit 9c8fc91
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protobuf
updated
26 files
+8 −6 | .github/scripts/validate_yaml.py | |
+10 −5 | .github/workflows/test_python.yml | |
+10 −6 | .github/workflows/test_upb.yml | |
+2 −3 | CMakeLists.txt | |
+3 −3 | bazel/private/BUILD | |
+1 −1 | bazel/private/java_lite_proto_library.bzl | |
+15 −9 | hpb_generator/gen_enums.cc | |
+68 −43 | hpb_generator/gen_messages.cc | |
+1 −0 | java/core/BUILD.bazel | |
+1 −1 | php/ext/google/protobuf/generate_package_xml.sh | |
+8 −5 | php/ext/google/protobuf/php-upb.c | |
+3 −3 | php/ext/google/protobuf/php-upb.h | |
+2 −0 | python/dist/BUILD.bazel | |
+1 −0 | python/dist/setup.py | |
+1 −0 | python/protobuf_distutils/setup.py | |
+1 −1 | python/requirements.txt | |
+8 −5 | ruby/ext/google/protobuf_c/ruby-upb.c | |
+3 −3 | ruby/ext/google/protobuf_c/ruby-upb.h | |
+0 −3 | src/google/protobuf/message_lite.cc | |
+14 −1 | src/google/protobuf/message_lite.h | |
+0 −8 | src/google/protobuf/repeated_ptr_field.h | |
+0 −38 | src/google/protobuf/repeated_ptr_field_unittest.cc | |
+1 −0 | upb/mem/BUILD | |
+8 −5 | upb/mem/arena.c | |
+3 −3 | upb/mem/arena.h | |
+38 −31 | upb/mem/arena_test.cc |