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
b042f76
commit 86fb4e8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protobuf
updated
17 files
+0 −1 | .github/workflows/test_php.yml | |
+68 −99 | hpb/extension.h | |
+5 −1 | php/ext/google/protobuf/message.c | |
+14 −9 | php/ext/google/protobuf/php-upb.c | |
+94 −83 | php/ext/google/protobuf/php-upb.h | |
+14 −9 | ruby/ext/google/protobuf_c/ruby-upb.c | |
+94 −83 | ruby/ext/google/protobuf_c/ruby-upb.h | |
+3 −0 | src/google/protobuf/arenastring_unittest.cc | |
+0 −1 | upb/BUILD | |
+16 −8 | upb/message/internal/map.h | |
+7 −6 | upb/message/map.c | |
+2 −2 | upb/message/map_sorter.c | |
+4 −0 | upb/port/def.inc | |
+3 −5 | upb/reflection/BUILD | |
+1 −1 | upb/wire/encode.c | |
+4 −13 | upb_generator/BUILD | |
+16 −22 | upb_generator/bootstrap_compiler.bzl |