175 Commits (2dd2e895d9c783f7247bbe70be692118f964532b)

Author SHA1 Message Date
Vijay Pai 7f715707aa Some changes required to make C++ code generator plugin work fine for 9 years ago
Nate Kibler 2d32771a1b Removed comment from code generation and updated tests 10 years ago
Nate Kibler 6d19724a90 Adds class factory method to generated ProtoService classes 10 years ago
Nathaniel Manista f65d3c1102 Beta API clean-ups 10 years ago
Nathaniel Manista cd9ec0e965 Code generation for Python Beta API 10 years ago
yang-g c3ee1d5eb4 Do not include internal proto header 10 years ago
yang-g 9fb35a5332 split stream.h into sync_stream.h and async_stream.h 10 years ago
yang-g 9e2f90cd06 headers reorg 10 years ago
yang-g ef00308e39 remove internal_stub 10 years ago
yang-g 431f8c2b5f make registermethod private 10 years ago
yang-g 8c2be9f228 Remove ChannelInterface and replace it with Channel 10 years ago
Jan Tattermusch 205e6c80c5 dont generate directories in C# protoc plugin 10 years ago
Jorge Canizales 637c3650a3 Let people generate ObjC code from an Arduino 10 years ago
Jorge Canizales b015dfb55a Add ::grpc:: prefix 10 years ago
Jorge Canizales f95ddbaa1e Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler 10 years ago
Jan Tattermusch e6af5d10ec add service descriptor property to generated code 10 years ago
Jan Tattermusch ad75dd1361 fix generator 10 years ago
Jan Tattermusch 741e64c872 update compiler 10 years ago
Jan Tattermusch e5e57adf71 update generator 10 years ago
Jan Tattermusch 641cb1be9f update generator 10 years ago
Jan Tattermusch a9ddd02dae add servicename field to method 10 years ago
Jan Tattermusch 5e10f18376 introduce CallContext 10 years ago
yang-g 297a25b0cf Add StubOptions 10 years ago
Jorge Canizales 5115af58e4 Make FileNameInUpperCamel aware of directories 10 years ago
Vijay Pai c089743f49 Remove explicit reference to nullptr since this isn't within 10 years ago
Jan Tattermusch 74529562e3 added deadline to generated stubs 10 years ago
Jan Tattermusch 5269d16dd9 codegen and API changes 10 years ago
Jorge Canizales 9fce455435 Fixup codegen now that GRXWriter is a class 10 years ago
Jorge Canizales 739c99879a Codegen GRXWriter* instead of id<GRXWriter> 10 years ago
Jan Tattermusch fd953a514c add support for per-call metadata 10 years ago
Jan Tattermusch b533281e8e adjust C# generator to match the new API 10 years ago
Vijay Pai 181ef45f5e Addressing outstanding typos and comments 10 years ago
vjpai f77ab15c57 Use rvalue ref return to avoid copy 10 years ago
vjpai c7eed74dc4 Remove brace initialization for gcc-4.4 compatibility 10 years ago
murgatroid99 25a2661d6d Changed argument names in Objective-C generated code 10 years ago
Craig Tiller f75fc12e3a Add a test that headers are properly in build.json 10 years ago
Jorge Canizales a92caa9db5 Import headers based on path in the generated code 10 years ago
Yang Gao c1a2c314fb Update the Status API 10 years ago
Nicolas "Pixel" Noble b14fbf7804 Flagging unused parameters as unused. 10 years ago
Craig Tiller ce40de58da clang-format 10 years ago
Craig Tiller 50a7a68ca2 Progress commit on fixing up C++ 10 years ago
Craig Tiller 81fafa8971 Beginning the cleanup 10 years ago
Jorge Canizales 52592fc784 Use class names for types as generated by the messages plugin 10 years ago
Jan Tattermusch 5dcebd9015 make sure printers are properly flushed 10 years ago
Jan Tattermusch 41f9f33e37 use full name when referencing protobuf messages 10 years ago
Jorge Canizales 1900dfc70b Generate imports for .proto dependencies, and read prefix from file. 10 years ago
Jorge Canizales 1a7918bc6e Generate separate files until either of GeneratorContext::OpenForAppend/Insert work. 10 years ago
Jorge Canizales 472f0b0a6b Fixes generated implementation file and adjusts plugin to proto3 10 years ago
Jorge Canizales 9a065d2e2f Adjusts generated header to new runtime and surface. 10 years ago
Craig Tiller 020ae63171 Fix clang compilation 10 years ago