Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 20, 2024
1 parent 0c29acf commit 46774f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tweaks/Return-YouTube-Dislikes
2 changes: 1 addition & 1 deletion Tweaks/YouTubeHeader
Submodule YouTubeHeader updated 1 files
+1 −0 YTReelModel.h
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 43 files
+0 −1 benchmarks/BUILD
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+1 −0 hpb/BUILD
+1 −39 hpb/hpb.h
+11 −0 hpb/internal/BUILD
+53 −0 hpb/internal/internal.h
+8,925 −8,924 php/ext/google/protobuf/php-upb.c
+1,353 −1,346 php/ext/google/protobuf/php-upb.h
+1 −1 python/BUILD.bazel
+39 −0 python/google/protobuf/any.py
+47 −0 python/google/protobuf/internal/any_test.py
+8,423 −8,422 ruby/ext/google/protobuf_c/ruby-upb.c
+1,251 −1,244 ruby/ext/google/protobuf_c/ruby-upb.h
+4 −0 src/file_lists.cmake
+21 −0 src/google/protobuf/BUILD.bazel
+7 −4 src/google/protobuf/any_lite.cc
+14 −0 src/google/protobuf/compiler/BUILD.bazel
+33 −22 src/google/protobuf/compiler/rust/naming.cc
+7 −4 upb/BUILD
+2 −0 upb/bazel/amalgamate.py
+2 −2 upb/cmake/BUILD.bazel
+3 −2 upb/port/def.inc
+1 −3 upb/reflection/BUILD
+1 −11 upb/reflection/common.h
+19 −0 upb/reflection/descriptor_bootstrap.h
+1 −1 upb/reflection/field_def.c
+1 −1 upb/reflection/stage0/google/protobuf/descriptor.upb.c
+50 −50 upb/reflection/stage0/google/protobuf/descriptor.upb.h
+4 −4 upb/util/BUILD
+6 −7 upb_generator/BUILD
+44 −40 upb_generator/bootstrap_compiler.bzl
+27 −3 upb_generator/common.cc
+2 −2 upb_generator/common.h
+2 −12 upb_generator/file_layout.h
+2 −15 upb_generator/plugin.h
+19 −0 upb_generator/plugin_bootstrap.h
+34 −20 upb_generator/protoc-gen-upb.cc
+6 −3 upb_generator/protoc-gen-upb_minitable-main.cc
+7 −5 upb_generator/protoc-gen-upb_minitable.cc
+2 −1 upb_generator/protoc-gen-upb_minitable.h
+1 −1 upb_generator/protoc-gen-upbdefs.cc
+2 −2 upb_generator/stage0/google/protobuf/compiler/plugin.upb.c
+7 −7 upb_generator/stage0/google/protobuf/compiler/plugin.upb.h

0 comments on commit 46774f0

Please sign in to comment.