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.
 
 
 
 
 
 
Joshua Haberman 45d61f4299 Merge branch 'arrayapi' into defcleanup 6 years ago
..
bindings Updated to use the new array accessors. 6 years ago
json Merge branch 'master' into defcleanup 6 years ago
pb WIP, core library compiles now. 6 years ago
decode.c WIP. 6 years ago
decode.h Changed C API to only define structs, a table, and a few minimal inline functions. 6 years ago
def.c Some fixes for Ruby. 6 years ago
def.h Merge branch 'master' into defcleanup 6 years ago
encode.c WIP. 6 years ago
encode.h Changed C API to only define structs, a table, and a few minimal inline functions. 6 years ago
generated_util.h Merge branch 'arrayapi' into defcleanup 6 years ago
handlers-inl.h Added UPB_ASSERT() that helps avoid unused var warnings. 9 years ago
handlers.c WIP, core library compiles now. 6 years ago
handlers.h WIP. 6 years ago
msg.c WIP. 6 years ago
msg.h test_encoder passes! Other tests still need to be fixed. 6 years ago
msgfactory.c Some fixes for Ruby. 6 years ago
msgfactory.h Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}. 6 years ago
port_def.inc Added port_def.inc and port_undef.inc. 6 years ago
port_undef.inc Added port_def.inc and port_undef.inc. 6 years ago
refcounted.c Added UPB_ASSERT() that helps avoid unused var warnings. 9 years ago
refcounted.h Responded to CR comments. 8 years ago
sink.c Addressed PR comments. 8 years ago
sink.h Reserve unknown fields in upb 7 years ago
structs.int.h Merge branch 'arrayapi' into defcleanup 6 years ago
table.c Bugfix on bigendianess by casting size_t to unint32_t 6 years ago
table.int.h WIP. 6 years ago
upb.c test_encoder passes! Other tests still need to be fixed. 6 years ago
upb.h Got test_decoder working! 6 years ago