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 363e39c171
Fix for extra compiler warnings. (#290)
5 years ago
..
bindings Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
json Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
pb Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
decode.c Fix for extra compiler warnings. (#290) 5 years ago
decode.h Compiles, doesn't work yet. 6 years ago
def.c Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
def.h Fixes for PHP. (#286) 5 years ago
def.hpp Separated C++ wrappers into separate files in a backward-compatible way. (#265) 5 years ago
encode.c Fixed all UBSan issues and added UBSan CI checks. 5 years ago
encode.h
handlers-inl.h More Blaze fixes. 6 years ago
handlers.c Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
handlers.h Separated C++ wrappers into separate files in a backward-compatible way. (#265) 5 years ago
json_decode.c Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
json_decode.h New JSON decoder, string->msg using reflection. 5 years ago
json_encode.c Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
json_encode.h [json encoder] passes almost all conformance tests. 5 years ago
msg.c Fixed all UBSan issues and added UBSan CI checks. 5 years ago
msg.h Fix for extra compiler warnings. (#290) 5 years ago
port.c Split port into its own target, add msg.h to :legacy_msg_reflection 5 years ago
port_def.inc MSVC 2019 Fixes (#285) 5 years ago
port_undef.inc Arena refactor: moves cleanup list into regular blocks (#277) 5 years ago
reflection.c Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
reflection.h Fixes for PHP. (#286) 5 years ago
sink.c Take sinks by value. 6 years ago
sink.h Changed endsubmsg handler to return the closure of the submessage. 5 years ago
table.c Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
table.int.h Generated code interface for maps is complete, though not yet tested. 5 years ago
text_encode.c Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
text_encode.h Renamed textencode -> text_encode for greater readability. (#249) 5 years ago
upb.c Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
upb.h Added -Wextra and -Wshorten-64-to-32 and fixed resulting errors. (#289) 5 years ago
upb.hpp More arena tests. (#279) 5 years ago