google-protobuf 3.25.3-aarch64-linux → 4.26.0-aarch64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of google-protobuf might be problematic. Click here for more details.

Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/ext/google/protobuf_c/convert.c +7 -4
  3. data/ext/google/protobuf_c/defs.c +40 -27
  4. data/ext/google/protobuf_c/extconf.rb +1 -1
  5. data/ext/google/protobuf_c/map.c +12 -19
  6. data/ext/google/protobuf_c/map.h +1 -1
  7. data/ext/google/protobuf_c/message.c +41 -77
  8. data/ext/google/protobuf_c/message.h +1 -1
  9. data/ext/google/protobuf_c/protobuf.c +19 -6
  10. data/ext/google/protobuf_c/repeated_field.c +6 -15
  11. data/ext/google/protobuf_c/repeated_field.h +1 -1
  12. data/ext/google/protobuf_c/ruby-upb.c +11788 -10795
  13. data/ext/google/protobuf_c/ruby-upb.h +5164 -4242
  14. data/ext/google/protobuf_c/shared_convert.c +5 -3
  15. data/ext/google/protobuf_c/shared_convert.h +2 -2
  16. data/ext/google/protobuf_c/shared_message.c +8 -6
  17. data/ext/google/protobuf_c/third_party/utf8_range/utf8_range.c +467 -0
  18. data/ext/google/protobuf_c/third_party/utf8_range/utf8_range.h +9 -8
  19. data/lib/google/2.7/protobuf_c.so +0 -0
  20. data/lib/google/3.0/protobuf_c.so +0 -0
  21. data/lib/google/3.1/protobuf_c.so +0 -0
  22. data/lib/google/3.2/protobuf_c.so +0 -0
  23. data/lib/google/3.3/protobuf_c.so +0 -0
  24. data/lib/google/protobuf/any_pb.rb +1 -22
  25. data/lib/google/protobuf/api_pb.rb +1 -24
  26. data/lib/google/protobuf/descriptor_pb.rb +2 -23
  27. data/lib/google/protobuf/duration_pb.rb +1 -22
  28. data/lib/google/protobuf/empty_pb.rb +1 -22
  29. data/lib/google/protobuf/ffi/descriptor.rb +2 -3
  30. data/lib/google/protobuf/ffi/enum_descriptor.rb +1 -1
  31. data/lib/google/protobuf/ffi/ffi.rb +3 -1
  32. data/lib/google/protobuf/ffi/field_descriptor.rb +10 -1
  33. data/lib/google/protobuf/ffi/file_descriptor.rb +1 -13
  34. data/lib/google/protobuf/ffi/internal/convert.rb +7 -23
  35. data/lib/google/protobuf/ffi/map.rb +13 -11
  36. data/lib/google/protobuf/ffi/message.rb +10 -13
  37. data/lib/google/protobuf/ffi/object_cache.rb +3 -3
  38. data/lib/google/protobuf/ffi/oneof_descriptor.rb +1 -1
  39. data/lib/google/protobuf/ffi/repeated_field.rb +12 -10
  40. data/lib/google/protobuf/field_mask_pb.rb +1 -22
  41. data/lib/google/protobuf/internal/object_cache.rb +99 -0
  42. data/lib/google/protobuf/plugin_pb.rb +2 -24
  43. data/lib/google/protobuf/repeated_field.rb +1 -2
  44. data/lib/google/protobuf/source_context_pb.rb +1 -22
  45. data/lib/google/protobuf/struct_pb.rb +1 -22
  46. data/lib/google/protobuf/timestamp_pb.rb +1 -22
  47. data/lib/google/protobuf/type_pb.rb +1 -24
  48. data/lib/google/protobuf/wrappers_pb.rb +1 -22
  49. data/lib/google/protobuf.rb +1 -1
  50. data/lib/google/protobuf_ffi.rb +1 -2
  51. data/lib/google/protobuf_native.rb +0 -1
  52. data/lib/google/tasks/ffi.rake +1 -3
  53. metadata +8 -11
  54. data/ext/google/protobuf_c/third_party/utf8_range/naive.c +0 -92
  55. data/ext/google/protobuf_c/third_party/utf8_range/range2-neon.c +0 -157
  56. data/ext/google/protobuf_c/third_party/utf8_range/range2-sse.c +0 -170
  57. data/lib/google/protobuf/descriptor_dsl.rb +0 -465
  58. data/lib/google/protobuf/object_cache.rb +0 -97

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.