Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-28 |
|\ | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | Remove explicit reference to nullptr since this isn't within | Vijay Pai | 2015-07-27 |
| | | | | | | | | | | grpc namespace and not supported by older compilers. Not sure why I didn't catch this earlier. | ||
* | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-26 |
|\| | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c | ||
| * | added deadline to generated stubs | Jan Tattermusch | 2015-07-23 |
| | | |||
* | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
|\| | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | codegen and API changes | Jan Tattermusch | 2015-07-21 |
|/ | |||
* | Fixup codegen now that GRXWriter is a class | Jorge Canizales | 2015-07-18 |
| | |||
* | Codegen GRXWriter* instead of id<GRXWriter> | Jorge Canizales | 2015-07-17 |
| | |||
* | add support for per-call metadata | Jan Tattermusch | 2015-07-15 |
| | |||
* | adjust C# generator to match the new API | Jan Tattermusch | 2015-07-15 |
| | |||
* | Addressing outstanding typos and comments | Vijay Pai | 2015-07-14 |
| | | | | Clang-format of changed files | ||
* | Use rvalue ref return to avoid copy | vjpai | 2015-07-14 |
| | |||
* | Remove brace initialization for gcc-4.4 compatibility | vjpai | 2015-07-14 |
| | |||
* | Merge pull request #2214 from ctiller/are-includes-sane | Nicolas Noble | 2015-06-25 |
|\ | | | | | Add a test that headers are properly in build.json | ||
* | | Changed argument names in Objective-C generated code | murgatroid99 | 2015-06-25 |
| | | |||
| * | Merge github.com:grpc/grpc into are-includes-sane | Craig Tiller | 2015-06-25 |
| |\ | |/ |/| | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal | ||
| * | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | | | | | Clean up anything that failed | ||
* | | Import headers based on path in the generated code | Jorge Canizales | 2015-06-23 |
|/ | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-16 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc | ||
| * | Update the Status API | Yang Gao | 2015-06-16 |
| | | |||
| * | Flagging unused parameters as unused. | Nicolas "Pixel" Noble | 2015-06-10 |
| | | |||
* | | clang-format | Craig Tiller | 2015-06-05 |
| | | |||
* | | Progress commit on fixing up C++ | Craig Tiller | 2015-06-04 |
| | | |||
* | | Beginning the cleanup | Craig Tiller | 2015-06-04 |
|/ | |||
* | Use class names for types as generated by the messages plugin | Jorge Canizales | 2015-06-01 |
| | |||
* | 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 |
|/ |