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.
 
 
 
 
 
 
Protobuf Team Bot 5ec1e25d6e Auto-generate files after cl/612961189 11 months ago
..
BUILD.bazel Update Bazel references to rules_pkg to the supported file locations. (#15780) 12 months ago
Rakefile
convert.c Fixed compiler warnings in the Ruby C extension. 1 year ago
convert.h
defs.c Breaking Change: Removed `syntax` and added `has_presence?`/`is_packed?`. 1 year ago
defs.h
extconf.rb
glue.c
map.c Ruby implement memsize functions for native types (#10291) 12 months ago
map.h Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields. 1 year ago
message.c Ruby implement memsize functions for native types (#10291) 12 months ago
message.h Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields. 1 year ago
protobuf.c Ruby implement memsize functions for native types (#10291) 12 months ago
protobuf.h
repeated_field.c Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields. 1 year ago
repeated_field.h Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields. 1 year ago
ruby-upb.c Auto-generate files after PR #10291 12 months ago
ruby-upb.h Auto-generate files after cl/612961189 11 months ago
shared_convert.c upb: fix some more compiler warnings in Ruby about missing return values 1 year ago
shared_convert.h Fixed compiler warnings in the Ruby C extension. 1 year ago
shared_message.c upb: fix Ruby bug which allowed map.delete(key) on a frozen map 1 year ago
shared_message.h
wrap_memcpy.c