google-protobuf 3.25.1 → 4.26.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) 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/protobuf/any_pb.rb +1 -22
  20. data/lib/google/protobuf/api_pb.rb +1 -24
  21. data/lib/google/protobuf/descriptor_pb.rb +2 -23
  22. data/lib/google/protobuf/duration_pb.rb +1 -22
  23. data/lib/google/protobuf/empty_pb.rb +1 -22
  24. data/lib/google/protobuf/ffi/descriptor.rb +2 -3
  25. data/lib/google/protobuf/ffi/enum_descriptor.rb +1 -1
  26. data/lib/google/protobuf/ffi/ffi.rb +3 -1
  27. data/lib/google/protobuf/ffi/field_descriptor.rb +10 -1
  28. data/lib/google/protobuf/ffi/file_descriptor.rb +1 -13
  29. data/lib/google/protobuf/ffi/internal/convert.rb +7 -23
  30. data/lib/google/protobuf/ffi/map.rb +13 -11
  31. data/lib/google/protobuf/ffi/message.rb +10 -13
  32. data/lib/google/protobuf/ffi/object_cache.rb +3 -3
  33. data/lib/google/protobuf/ffi/oneof_descriptor.rb +1 -1
  34. data/lib/google/protobuf/ffi/repeated_field.rb +12 -10
  35. data/lib/google/protobuf/field_mask_pb.rb +1 -22
  36. data/lib/google/protobuf/internal/object_cache.rb +99 -0
  37. data/lib/google/protobuf/plugin_pb.rb +2 -24
  38. data/lib/google/protobuf/repeated_field.rb +1 -2
  39. data/lib/google/protobuf/source_context_pb.rb +1 -22
  40. data/lib/google/protobuf/struct_pb.rb +1 -22
  41. data/lib/google/protobuf/timestamp_pb.rb +1 -22
  42. data/lib/google/protobuf/type_pb.rb +1 -24
  43. data/lib/google/protobuf/wrappers_pb.rb +1 -22
  44. data/lib/google/protobuf.rb +1 -1
  45. data/lib/google/protobuf_ffi.rb +1 -2
  46. data/lib/google/protobuf_native.rb +0 -1
  47. data/lib/google/tasks/ffi.rake +1 -3
  48. metadata +8 -11
  49. data/ext/google/protobuf_c/third_party/utf8_range/naive.c +0 -92
  50. data/ext/google/protobuf_c/third_party/utf8_range/range2-neon.c +0 -157
  51. data/ext/google/protobuf_c/third_party/utf8_range/range2-sse.c +0 -170
  52. data/lib/google/protobuf/descriptor_dsl.rb +0 -465
  53. 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.