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.
 
 
 
 
 
 
Hong Shin 15487415e4 hpb: update gen_enums.cc and start gen_messages from .EmitLegacy to .Emit 1 month ago
..
tests hpb_proto_library: properly handle alias libraries (srcs empty, reexport deps) 1 month ago
README.md move upb/hpb_generator -> protobuf/compiler/hpb 5 months ago
context.h hpb: expunge MessageName in favor of upb::generator::CApiMessageType 2 months ago
gen_accessors.cc Update set_alias to use FindFieldByNumber 1 month ago
gen_accessors.h hpb_generator: abrogate output in favour of io::Printer 2 months ago
gen_enums.cc hpb: update gen_enums.cc and start gen_messages from .EmitLegacy to .Emit 1 month ago
gen_enums.h hpb_generator: abrogate output in favour of io::Printer 2 months ago
gen_extensions.cc Remove extension_scope bifurcation in gen_extension_cc and adopt .Emit over .EmitLegacy 1 month ago
gen_extensions.h hpb_generator: abrogate output in favour of io::Printer 2 months ago
gen_messages.cc hpb: update gen_enums.cc and start gen_messages from .EmitLegacy to .Emit 1 month ago
gen_messages.h hpb_generator: abrogate output in favour of io::Printer 2 months ago
gen_repeated_fields.cc hpb: expunge MessageName in favor of upb::generator::CApiMessageType 2 months ago
gen_repeated_fields.h hpb_generator: abrogate output in favour of io::Printer 2 months ago
gen_utils.cc Prepare the code for migrating return types from `const std::string&` to 5 months ago
gen_utils.h Prepare the code for migrating return types from `const std::string&` to 5 months ago
keywords.cc Move keywords.h/keywords.cc to hpb generator. 3 months ago
keywords.h Move keywords.h/keywords.cc to hpb generator. 3 months ago
names.cc hpb_generator: abrogate output in favour of io::Printer 2 months ago
names.h hpb_generator: abrogate output in favour of io::Printer 2 months ago
protoc-gen-hpb.cc hpb_generator: abrogate output in favour of io::Printer 2 months ago

README.md

hpb Generator

This directory contains the generator for the hpb API, an experimental C++ protobuf implementation. Most users should use the standard C++ implementation here.