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.
 
 
 
 
 
 
James D 68cb69ea68
Fix source gem compilation (#8471)
4 years ago
..
convert.c [Ruby] Fixed bug in string comparison logic. 4 years ago
convert.h
defs.c Ruby <2.7now uses WeakMap too, which prevents memory leaks. 4 years ago
defs.h
extconf.rb Fix source gem compilation (#8471) 4 years ago
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 Merge branch '3.15.x' into merge-3-15-x 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