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
vjpai
c729d930e7
signed-unsigned comparison issue
10 years ago
Masood Malekghassemi
081f956263
Removed unused/wrong generated Python code imports from Python codegen.
10 years ago
Masood Malekghassemi
f8e297a3c0
Added protoc plugin for Python GRPC.
10 years ago
Vijay Pai
a5baf18983
One-line fix for namespace bug
10 years ago
Craig Tiller
2627e4e0a9
Merge with async unary changes
10 years ago
Yang Gao
3a5e5495e5
Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side.
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Yang Gao
07d8304f30
change stub API for server streaming, pass in const Request& instead of const Request* for the first request
10 years ago
Yang Gao
005f18a6a1
change ServerAsyncReader API and add a simple clientstreaming test, it passes
10 years ago
Craig Tiller
0220cf14b0
Add end2end async unary single threaded test (compiles)
10 years ago
Yang Gao
068c85b21c
make codegen generate async client calls
10 years ago
Craig Tiller
1c9a2a91ca
Async API progress
10 years ago
Yang Gao
e0b73fdabe
Async client calls should return async interfaces
10 years ago
Craig Tiller
8c8d0aa1d8
Async API progress
10 years ago
Yang Gao
ca3cb3e19a
Prefix Request to async server method names
10 years ago
Craig Tiller
225f7be935
Fix up declarations
10 years ago
Craig Tiller
80e00a8c63
Stub out unary call wrapper
10 years ago
Craig Tiller
40fcdaff0a
Remove stream_context
10 years ago
Craig Tiller
14a65f9760
Further progress
10 years ago
Craig Tiller
5ef5db1d46
Async API declarations
10 years ago
Craig Tiller
2dff17d33b
Async API declarations
10 years ago
Craig Tiller
c4965751a0
Starting to scratch out the API
10 years ago
Yang Gao
5fd0d29dfe
run clang-format
10 years ago
Craig Tiller
ecd49345b5
Use clang-format-3.5
10 years ago
Nicolas "Pixel" Noble
36f5323846
Fixing includes inconsistency.
10 years ago
Nicolas Noble
f5c5d80968
Removing "using namespace std" everywhere.
10 years ago
Yang Gao
5680ff4687
Run clang-format-all.sh
10 years ago
Yang Gao
1ff11f6d04
Add a space in front of template argument list. Changing possible <:: to < ::
10 years ago
Craig Tiller
b5dcec5a2e
clang-format codebase
10 years ago
Craig Tiller
cfc18adef7
Remove go compiler
10 years ago
Craig Tiller
9b62482e15
Make the go code generator compile
10 years ago
nnoble
45fc159eed
Preparing the go plugin for non-[] compilation.
...
Change on 2015/01/09 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83651056
10 years ago
yangg
1b151096d1
Add impl subdirectory under public and move headers that need to be installed
...
to it.
Change on 2015/01/09 by yangg <yangg@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83640373
10 years ago
zhangkun
5d61ac074c
Undo the addition of Java codegen files to the open-sourced list by
...
[] because it breaks MOE scrubber for GPRC.
Change on 2015/01/09 by zhangkun <zhangkun@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83633678
10 years ago
zhangkun
6848141387
Remove dependencies on internal headers from Java gRPC compiler plugin.
...
Instead, use functions from names.h which is going to be exported in the
opensource protobuf.
Also tailor includes to work with the current MOE configuration.
Change on 2015/01/09 by zhangkun <zhangkun@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83619218
10 years ago
temiola
d6fd84aff8
Updates the generated ruby code to specify the service name.
...
Change on 2015/01/08 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83527066
10 years ago
ctiller
e4b409364e
Add a --forever flag, to continuously run tests as things change.
...
Change on 2015/01/07 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83451760
10 years ago
temiola
5417edab2a
Updates the generated ruby code to specify the service name.
...
Change on 2015/01/08 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83527066
10 years ago
temiola
e5206aace9
Updates the ruby generator so that it does not create files for empty protos.
...
Previously, this alway generated a service file with a header.
However, this does not work well, it means whenver the ruby service plugin is
used, every proto file ends up with a service file.
Change on 2015/01/07 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83448951
10 years ago
temiola
3d726cfcd2
bugfix: correct service include in ruby compiler
...
Change on 2015/01/06 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83393999
10 years ago
temiola
5453555255
bugfix: ruby code-gen capitalization
...
Change on 2015/01/06 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83391912
10 years ago
yangg
5bcea0d0d5
Add package name to the method string.
...
Changes:
C++ code generator
Go code generator and generated file
java code generator and test golden file
java server side Handler registry code
java shm channel (strips the package name from the method name)
ESF registering code
Tested:
[] test net/grpc/testing/interop:all
global presubmit:
[]
Change on 2015/01/06 by yangg <yangg@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83353207
10 years ago
yangg
a4b6f5df94
Add ServerContext. It is currently empty and deadline and metadata will come to
...
it in subsequent cl's.
Change on 2014/12/17 by yangg <yangg@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82372934
10 years ago
rsilvera
081e3200c8
Add missing casts to enable compilation with gcc 4.7
...
Change on 2014/12/16 by rsilvera <rsilvera@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82275653
10 years ago