Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make sure printers are properly flushed | Jan Tattermusch | 2015-05-27 |
| | |||
* | Merge pull request #1675 from jtattermusch/csharp_codegen_improvements | Michael Lumish | 2015-05-20 |
|\ | | | | | grpc_csharp_plugin improvements | ||
| * | use full name when referencing protobuf messages | Jan Tattermusch | 2015-05-20 |
| | | |||
* | | Merge pull request #1621 from jcanizales/updates-proto-plugin | Michael Lumish | 2015-05-20 |
|\ \ | |/ |/| | Updates Objective-C proto plugin | ||
| * | Generate imports for .proto dependencies, and read prefix from file. | Jorge Canizales | 2015-05-15 |
| | | | | | | | | | | The prefix has still to be applied per-message, and we could do forward-declarations in the generated header. | ||
| * | Generate separate files until either of ↵ | Jorge Canizales | 2015-05-15 |
| | | | | | | | | GeneratorContext::OpenForAppend/Insert work. | ||
| * | Fixes generated implementation file and adjusts plugin to proto3 | Jorge Canizales | 2015-05-15 |
| | | | | | | | | Still missing: retrieving prefix from file option. | ||
| * | Adjusts generated header to new runtime and surface. | Jorge Canizales | 2015-05-15 |
| | | |||
* | | Merge pull request #1493 from ↵ | Yang Gao | 2015-05-12 |
|\ \ | |/ |/| | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change | ||
* | | Merge pull request #1494 from ctiller/the-churnening | Yang Gao | 2015-05-11 |
|\ \ | | | | | | | Lose redundant tag on unary calls | ||
* | | | Fix clang compilation | Craig Tiller | 2015-05-08 |
| | | | |||
| | * | Fix clang compilation | Craig Tiller | 2015-05-08 |
| | | | |||
| | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | |\ | |_|/ |/| | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc | ||
| * | | Merge github.com:grpc/grpc into the-churnening | Craig Tiller | 2015-05-08 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #1519 from jtattermusch/csharp_protoc_plugin | Michael Lumish | 2015-05-08 |
|\ \ \ | | | | | | | | | C# gRPC protoc plugin | ||
| | | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | | |\ | |_|_|/ |/| | | | |||
| * | | | moved GetMethodType function to generator_helpers.h | Jan Tattermusch | 2015-05-07 |
| | | | | |||
| * | | | add newline to the end of generated files | Jan Tattermusch | 2015-05-07 |
| | | | | |||
| * | | | added csharp generator plugin | Jan Tattermusch | 2015-05-07 |
| | | | | |||
| | * | | Lose redundant tag on unary calls | Craig Tiller | 2015-05-06 |
| |/ / | |||
| | * | Completion queue binding for new requests API change | Craig Tiller | 2015-05-06 |
| |/ | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. | ||
* | | Merge remote-tracking branch 'upstream/master' into mock | Yang Gao | 2015-05-05 |
|\| | |||
* | | Add full codegen for clientside stub interface | Yang Gao | 2015-05-05 |
| | | |||
| * | Fixing generated code under Windows. | Nicolas "Pixel" Noble | 2015-05-02 |
| | | | | | | | | | | | | By the standard, std::function can only capture class functions, and not class methods. For some reasons, this works under gcc however. Visual Studio rejects it. std::mem_fn is proper template to use. | ||
* | | generate a StubInterface | Yang Gao | 2015-05-01 |
|/ | |||
* | clang-format | Craig Tiller | 2015-04-16 |
| | |||
* | Populate channel tags for methods | Craig Tiller | 2015-04-16 |
| | |||
* | Precreate RpcMethod instances | Craig Tiller | 2015-04-16 |
| | |||
* | When the proto file does not contain a package, do not generate namespace | Yang Gao | 2015-04-10 |
| | |||
* | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | |||
* | Made Objective C plugin build without error | murgatroid99 | 2015-04-07 |
| | |||
* | Created Objective C stub code generators | murgatroid99 | 2015-04-07 |
| | |||
* | Add a metadata_transformer to the Python stub. | Nathaniel Manista | 2015-04-06 |
| | |||
* | Unify early_adopter construction functions | Nathaniel Manista | 2015-03-30 |
| | | | | | | | | It was awkward for the generated code to call an API that offered both insecure_server and secure_server as well as insecure_stub and secure_stub. With this change there is just a single server function and a single stub function and security is decided based on arguments passed. | ||
* | Small compiler optimization. | Nicolas "Pixel" Noble | 2015-03-27 |
| | |||
* | Merge pull request #1115 from nicolasnoble/rpc-collision | Yang Gao | 2015-03-26 |
|\ | | | | | Adding the ability to specify a service namespace on protoc's command line. | ||
| * | Removing range-based for loop. | Nicolas "Pixel" Noble | 2015-03-25 |
| | | |||
* | | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 |
| | | | | | | | | compilers | ||
* | | Use grpc:: counterparts in ruby code generator | Yang Gao | 2015-03-23 |
| | | |||
| * | Adding the ability to specify a service namespace on protoc's command line. | Nicolas "Pixel" Noble | 2015-03-24 |
|/ | | | | | | Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ... This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally. | ||
* | Sanitize Python plugin | Masood Malekghassemi | 2015-03-20 |
| | |||
* | Make Python package spec indirect | Masood Malekghassemi | 2015-03-18 |
| | | | | This is part of a change to ease internal usage of GRPC. | ||
* | Factor out interface-specific early_adopter code | Masood Malekghassemi | 2015-03-17 |
| | | | | | Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`. | ||
* | Add service name to Python early_adopter | Nathaniel Manista | 2015-03-16 |
| | |||
* | Merge pull request #1032 from nicolasnoble/protobuf-alternate | Yang Gao | 2015-03-13 |
|\ | | | | | Adding support for alternative protobuf libraries. | ||
| * | Moving ZeroCopyOutputStream to grpc++/config.h. | Nicolas "Pixel" Noble | 2015-03-13 |
| | | |||
| * | Adding initial support for alternative protobuf libraries. | Nicolas Noble | 2015-03-13 |
| | | |||
* | | Removing the `using std::string` in the python plugin code. | Nicolas "Pixel" Noble | 2015-03-11 |
|/ | |||
* | Merge pull request #829 from nicolasnoble/win32-fix | Craig Tiller | 2015-03-04 |
|\ | | | | | Fixing Windows build of the python protoc plugin. | ||
* | | Update Python codegen to early_adopter interface | Nathaniel Manista | 2015-03-02 |
| | | | | | | | | | | | | With this change the Python code generated by the Python code generator uses the grpc.early_adopter package and not the grpc.framework.face package. |