google-protobuf 3.25.3-x64-mingw32 → 4.26.0.rc.1-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) 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 +9 -18
  6. data/ext/google/protobuf_c/map.h +1 -1
  7. data/ext/google/protobuf_c/message.c +38 -76
  8. data/ext/google/protobuf_c/message.h +1 -1
  9. data/ext/google/protobuf_c/repeated_field.c +6 -15
  10. data/ext/google/protobuf_c/repeated_field.h +1 -1
  11. data/ext/google/protobuf_c/ruby-upb.c +11791 -10801
  12. data/ext/google/protobuf_c/ruby-upb.h +5163 -4241
  13. data/ext/google/protobuf_c/shared_convert.c +5 -3
  14. data/ext/google/protobuf_c/shared_convert.h +2 -2
  15. data/ext/google/protobuf_c/shared_message.c +8 -6
  16. data/ext/google/protobuf_c/third_party/utf8_range/utf8_range.c +467 -0
  17. data/ext/google/protobuf_c/third_party/utf8_range/utf8_range.h +9 -8
  18. data/lib/google/2.7/protobuf_c.so +0 -0
  19. data/lib/google/3.0/protobuf_c.so +0 -0
  20. data/lib/google/protobuf/any_pb.rb +1 -22
  21. data/lib/google/protobuf/api_pb.rb +1 -24
  22. data/lib/google/protobuf/descriptor_pb.rb +2 -23
  23. data/lib/google/protobuf/duration_pb.rb +1 -22
  24. data/lib/google/protobuf/empty_pb.rb +1 -22
  25. data/lib/google/protobuf/ffi/descriptor.rb +2 -3
  26. data/lib/google/protobuf/ffi/enum_descriptor.rb +1 -1
  27. data/lib/google/protobuf/ffi/ffi.rb +2 -0
  28. data/lib/google/protobuf/ffi/field_descriptor.rb +10 -1
  29. data/lib/google/protobuf/ffi/file_descriptor.rb +1 -13
  30. data/lib/google/protobuf/ffi/internal/convert.rb +7 -23
  31. data/lib/google/protobuf/ffi/map.rb +13 -11
  32. data/lib/google/protobuf/ffi/message.rb +10 -13
  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/plugin_pb.rb +2 -24
  37. data/lib/google/protobuf/repeated_field.rb +1 -2
  38. data/lib/google/protobuf/source_context_pb.rb +1 -22
  39. data/lib/google/protobuf/struct_pb.rb +1 -22
  40. data/lib/google/protobuf/timestamp_pb.rb +1 -22
  41. data/lib/google/protobuf/type_pb.rb +1 -24
  42. data/lib/google/protobuf/wrappers_pb.rb +1 -22
  43. data/lib/google/protobuf_ffi.rb +1 -2
  44. data/lib/google/protobuf_native.rb +0 -1
  45. data/lib/google/tasks/ffi.rake +1 -3
  46. metadata +9 -12
  47. data/ext/google/protobuf_c/third_party/utf8_range/naive.c +0 -92
  48. data/ext/google/protobuf_c/third_party/utf8_range/range2-neon.c +0 -157
  49. data/ext/google/protobuf_c/third_party/utf8_range/range2-sse.c +0 -170
  50. data/lib/google/protobuf/descriptor_dsl.rb +0 -465

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.