aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Collapse)AuthorAge
* Removed comment from code generation and updated testsGravatar Nate Kibler2015-09-25
|
* Adds class factory method to generated ProtoService classesGravatar Nate Kibler2015-09-25
|
* Beta API clean-upsGravatar Nathaniel Manista2015-09-05
| | | | | | | | | | | | | | | | (1) Renamed the "beta" module "implementations" because it hasn't been monolithic since "interfaces" was factored out of it a few changes back. (2) Moved ChannelConnectivity from grpc.beta.beta to grpc.beta.interfaces since it is constants that don't depend on the beta implementation. (3) Moved the Server interface definition from grpc.beta.beta to grpc.beta.interfaces since it is an interface. (4) Dropped the "create_" prefix from "create_<...>_channel" functions to better match the other creation functions throughout the codebase.
* Code generation for Python Beta APIGravatar Nathaniel Manista2015-08-31
|
* Do not include internal proto headerGravatar yang-g2015-08-28
|
* Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-26
|\ | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs
| * split stream.h into sync_stream.h and async_stream.hGravatar yang-g2015-08-21
| |
| * headers reorgGravatar yang-g2015-08-21
| |
| * remove internal_stubGravatar yang-g2015-08-20
| |
| * make registermethod privateGravatar yang-g2015-08-20
| |
| * Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
| |
| * Merge pull request #2935 from jcanizales/add-grpc-prefixGravatar David G. Quintas2015-08-14
| |\ | | | | | | Add ::grpc:: prefix
* | | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-14
|\| |
| * | dont generate directories in C# protoc pluginGravatar Jan Tattermusch2015-08-14
| | |
| | * Let people generate ObjC code from an ArduinoGravatar Jorge Canizales2015-08-13
| | |
| | * Add ::grpc:: prefixGravatar Jorge Canizales2015-08-13
| |/
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-13
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj src/csharp/Grpc.IntegrationTesting/InteropClient.cs src/csharp/Grpc.IntegrationTesting/packages.config src/csharp/build_packages.bat
| * Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandlerGravatar Jorge Canizales2015-08-12
| |
* | add service descriptor property to generated codeGravatar Jan Tattermusch2015-08-08
| |
* | fix generatorGravatar Jan Tattermusch2015-08-08
| |
* | update compilerGravatar Jan Tattermusch2015-08-08
|/
* Merge pull request #2815 from jtattermusch/introduce_call_optionsGravatar Jan Tattermusch2015-08-06
|\ | | | | Introduce client-side CallOptions
| * update generatorGravatar Jan Tattermusch2015-08-05
| |
| * update generatorGravatar Jan Tattermusch2015-08-05
| |
| * add servicename field to methodGravatar Jan Tattermusch2015-08-05
| |
| * introduce CallContextGravatar Jan Tattermusch2015-08-05
| |
* | Add StubOptionsGravatar yang-g2015-08-03
|/
* Make FileNameInUpperCamel aware of directoriesGravatar Jorge Canizales2015-08-02
|
* Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-28
|\ | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * Remove explicit reference to nullptr since this isn't withinGravatar Vijay Pai2015-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 ↵Gravatar Craig Tiller2015-07-26
|\| | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c
| * added deadline to generated stubsGravatar Jan Tattermusch2015-07-23
| |
* | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
|\| | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * codegen and API changesGravatar Jan Tattermusch2015-07-21
|/
* Fixup codegen now that GRXWriter is a classGravatar Jorge Canizales2015-07-18
|
* Codegen GRXWriter* instead of id<GRXWriter>Gravatar Jorge Canizales2015-07-17
|
* add support for per-call metadataGravatar Jan Tattermusch2015-07-15
|
* adjust C# generator to match the new APIGravatar Jan Tattermusch2015-07-15
|
* Addressing outstanding typos and commentsGravatar Vijay Pai2015-07-14
| | | | Clang-format of changed files
* Use rvalue ref return to avoid copyGravatar vjpai2015-07-14
|
* Remove brace initialization for gcc-4.4 compatibilityGravatar vjpai2015-07-14
|
* 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
| |