Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Cozzette 4aa425c6c5
Cherry-pick #8356 into 3.16.x (#8518)
4 years ago
..
convert.c [Ruby] Fixed bug in string comparison logic. 4 years ago
convert.h
defs.c Cherry-pick #8356 into 3.16.x (#8518) 4 years ago
defs.h
extconf.rb
map.c Ruby <2.7now uses WeakMap too, which prevents memory leaks. 4 years ago
map.h
message.c Elided the TYPE() and msgdef checks by using CLASS_OF. 4 years ago
message.h [Ruby] Fix for FieldDescriptor.get(msg). 4 years ago
protobuf.c Fixed memory leak of Ruby arena objects. (#8465) 4 years ago
protobuf.h Added some more comments and refactored slightly. 4 years ago
repeated_field.c Ruby <2.7now uses WeakMap too, which prevents memory leaks. 4 years ago
repeated_field.h
ruby-upb.c Fixed quadratic memory use in array append for PHP and Ruby. 4 years ago
ruby-upb.h
wrap_memcpy.c