aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Collapse)AuthorAge
* Merge pull request #2214 from ctiller/are-includes-saneGravatar Nicolas Noble2015-06-25
|\ | | | | Add a test that headers are properly in build.json
* | Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
| |
| * Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
| |\ | |/ |/| | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal
| * Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | Clean up anything that failed
* | Import headers based on path in the generated codeGravatar Jorge Canizales2015-06-23
|/ | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-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 APIGravatar Yang Gao2015-06-16
| |
| * Flagging unused parameters as unused.Gravatar Nicolas "Pixel" Noble2015-06-10
| |
* | clang-formatGravatar Craig Tiller2015-06-05
| |
* | Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
| |
* | Beginning the cleanupGravatar Craig Tiller2015-06-04
|/
* Use class names for types as generated by the messages pluginGravatar Jorge Canizales2015-06-01
|
* make sure printers are properly flushedGravatar Jan Tattermusch2015-05-27
|
* Merge pull request #1675 from jtattermusch/csharp_codegen_improvementsGravatar Michael Lumish2015-05-20
|\ | | | | grpc_csharp_plugin improvements
| * use full name when referencing protobuf messagesGravatar Jan Tattermusch2015-05-20
| |
* | Merge pull request #1621 from jcanizales/updates-proto-pluginGravatar Michael Lumish2015-05-20
|\ \ | |/ |/| Updates Objective-C proto plugin
| * Generate imports for .proto dependencies, and read prefix from file.Gravatar Jorge Canizales2015-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 ↵Gravatar Jorge Canizales2015-05-15
| | | | | | | | GeneratorContext::OpenForAppend/Insert work.
| * Fixes generated implementation file and adjusts plugin to proto3Gravatar Jorge Canizales2015-05-15
| | | | | | | | Still missing: retrieving prefix from file option.
| * Adjusts generated header to new runtime and surface.Gravatar Jorge Canizales2015-05-15
| |
* | Merge pull request #1493 from ↵Gravatar Yang Gao2015-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-churneningGravatar Yang Gao2015-05-11
|\ \ | | | | | | Lose redundant tag on unary calls
* | | Fix clang compilationGravatar Craig Tiller2015-05-08
| | |
| | * Fix clang compilationGravatar Craig Tiller2015-05-08
| | |
| | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | |\ | |_|/ |/| | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| * | Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
| |\ \ | |/ / |/| |
* | | Merge pull request #1519 from jtattermusch/csharp_protoc_pluginGravatar Michael Lumish2015-05-08
|\ \ \ | | | | | | | | C# gRPC protoc plugin
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | |_|_|/ |/| | |
| * | | moved GetMethodType function to generator_helpers.hGravatar Jan Tattermusch2015-05-07
| | | |
| * | | add newline to the end of generated filesGravatar Jan Tattermusch2015-05-07
| | | |
| * | | added csharp generator pluginGravatar Jan Tattermusch2015-05-07
| | | |
| | * | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| |/ /
| | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-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 mockGravatar Yang Gao2015-05-05
|\|
* | Add full codegen for clientside stub interfaceGravatar Yang Gao2015-05-05
| |
| * Fixing generated code under Windows.Gravatar Nicolas "Pixel" Noble2015-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 StubInterfaceGravatar Yang Gao2015-05-01
|/
* clang-formatGravatar Craig Tiller2015-04-16
|
* Populate channel tags for methodsGravatar Craig Tiller2015-04-16
|
* Precreate RpcMethod instancesGravatar Craig Tiller2015-04-16
|
* When the proto file does not contain a package, do not generate namespaceGravatar Yang Gao2015-04-10
|
* Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
|
* Made Objective C plugin build without errorGravatar murgatroid992015-04-07
|
* Created Objective C stub code generatorsGravatar murgatroid992015-04-07
|
* Add a metadata_transformer to the Python stub.Gravatar Nathaniel Manista2015-04-06
|
* Unify early_adopter construction functionsGravatar Nathaniel Manista2015-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.Gravatar Nicolas "Pixel" Noble2015-03-27
|
* Merge pull request #1115 from nicolasnoble/rpc-collisionGravatar Yang Gao2015-03-26
|\ | | | | Adding the ability to specify a service namespace on protoc's command line.
| * Removing range-based for loop.Gravatar Nicolas "Pixel" Noble2015-03-25
| |
* | Elminate range-based fors and work around some other limitations in older ↵Gravatar Vijay Pai2015-03-24
| | | | | | | | compilers