436 Commits (84d78acfa41a1263ba75b46dd4e857e02ea2cb96)

Author SHA1 Message Date
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
Craig Tiller 9e86dc8938 Fix compiler 10 years ago
Craig Tiller 6979b00624 Fix clang compilation 10 years ago
Jan Tattermusch b5897bf1a6 moved GetMethodType function to generator_helpers.h 10 years ago
Jan Tattermusch cd7e3137da add newline to the end of generated files 10 years ago
Jan Tattermusch 2d92495776 added csharp generator plugin 10 years ago
Craig Tiller 3676b38183 Lose redundant tag on unary calls 10 years ago
Craig Tiller f9e6adf998 Completion queue binding for new requests API change 10 years ago
Yang Gao c6924c8e99 Add full codegen for clientside stub interface 10 years ago
Nicolas "Pixel" Noble 99076fe593 Fixing generated code under Windows. 10 years ago
Yang Gao 72e0fb8341 generate a StubInterface 10 years ago
Craig Tiller 277d3cff7e clang-format 10 years ago
Craig Tiller 3beef68d39 Populate channel tags for methods 10 years ago
Craig Tiller bd6c61860a Precreate RpcMethod instances 10 years ago
Yang Gao 1dc1a4336b When the proto file does not contain a package, do not generate namespace 10 years ago
Nicolas "Pixel" Noble 0caebbfcfe Splitting gRPC service class codegen into its own set of files. 10 years ago
murgatroid99 ac0002adb8 Made Objective C plugin build without error 10 years ago
murgatroid99 d3efd0a1ec Created Objective C stub code generators 10 years ago
Nathaniel Manista cd7096deb6 Add a metadata_transformer to the Python stub. 10 years ago
Nathaniel Manista f492b16d48 Unify early_adopter construction functions 10 years ago
Nicolas "Pixel" Noble d48a969d3b Small compiler optimization. 10 years ago
Nicolas "Pixel" Noble 1e47514792 Removing range-based for loop. 10 years ago
Vijay Pai 82dd80abc6 Elminate range-based fors and work around some other limitations in older compilers 10 years ago
Yang Gao 478568e7c9 Use grpc:: counterparts in ruby code generator 10 years ago
Nicolas "Pixel" Noble 375a82b35c Adding the ability to specify a service namespace on protoc's command line. 10 years ago
Masood Malekghassemi 65c803b083 Sanitize Python plugin 10 years ago
Masood Malekghassemi 3bb52151dd Make Python package spec indirect 10 years ago
Masood Malekghassemi 89905ac55d Factor out interface-specific early_adopter code 10 years ago
Nathaniel Manista c4fada6e9a Add service name to Python early_adopter 10 years ago
Nicolas "Pixel" Noble 613d6fe997 Moving ZeroCopyOutputStream to grpc++/config.h. 10 years ago
Nicolas Noble d446eb86fa Adding initial support for alternative protobuf libraries. 10 years ago
Nicolas "Pixel" Noble 0084179d4c Removing the `using std::string` in the python plugin code. 10 years ago
Nathaniel Manista a60a77b63f Update Python codegen to early_adopter interface 10 years ago
Nicolas "Pixel" Noble 1ff52d5278 Guard headers tool. 10 years ago
Nicolas "Pixel" Noble 93fa098124 Removing private protobuf header inclusion. 10 years ago
Todd Poynor 2a6fd26c45 grpc: cpp_generator: fix pedantic warning on extra ';' 10 years ago
vjpai 56c5129629 Rename Async methods from generator to avoid naming conflicts to 10 years ago
Craig Tiller c5ba0e56a0 Make it possible to compile with gcc4.6 10 years ago
Craig Tiller cf133f41f8 Make it possible to compile with gcc4.6 10 years ago
Masood Malekghassemi 40e8cbd1ee Fix bugs in Python code generator 10 years ago
Nicolas "Pixel" Noble c16b7952f8 Fixing Windows build of the python protoc plugin. 10 years ago
Nicolas "Pixel" Noble e6d72c2b4e Removing emplace from python plugin. 10 years ago
Masood Malekghassemi 59d9ff4d9f Updated Python protoc plugin testing. 10 years ago
Craig Tiller fd1b49b757 Move to unique_ptr for all GRPC returned objects 10 years ago
Jan Tattermusch 3d55595dee added include <iostream>. Closes #674 10 years ago
Yang Gao bbd67c0499 clean up some internal path and names 10 years ago