forked from arichornlover/uYouEnhanced
-
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
f828bbb
commit 78669e5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule YouTubeHeader
updated
from ce2d49 to e6d905
Submodule protobuf
updated
24 files
+9 −11 | hpb/extension.h | |
+15 −11 | hpb/internal/message_lock_test.cc | |
+6 −6 | hpb_generator/tests/test_generated.cc | |
+14 −6 | php/ext/google/protobuf/message.c | |
+47 −10 | php/ext/google/protobuf/php-upb.c | |
+792 −770 | php/ext/google/protobuf/php-upb.h | |
+1 −0 | protobuf_version.bzl | |
+3 −3 | python/message.c | |
+20 −21 | python/unknown_fields.c | |
+15 −5 | ruby/ext/google/protobuf_c/message.c | |
+47 −10 | ruby/ext/google/protobuf_c/ruby-upb.c | |
+792 −770 | ruby/ext/google/protobuf_c/ruby-upb.h | |
+5 −0 | ruby/lib/google/protobuf/ffi/ffi.rb | |
+6 −2 | ruby/lib/google/protobuf/ffi/message.rb | |
+61 −0 | ruby/tests/encode_decode_test.rb | |
+5 −3 | src/google/protobuf/map.h | |
+0 −10 | upb/conformance/conformance_upb_failures.txt | |
+39 −10 | upb/json/decode.c | |
+26 −3 | upb/json/decode.h | |
+7 −6 | upb/message/copy_test.cc | |
+8 −0 | upb/message/message.c | |
+2 −0 | upb/message/message.h | |
+12 −4 | upb/message/promote_test.cc | |
+2 −1 | version.json |