- Aug 10, 2017
-
-
Stanley Cheung authored
-
- Jul 25, 2017
-
-
Vijay Pai authored
-
- Jul 24, 2017
- Jul 12, 2017
-
-
Michael Bausor authored
-
- Jul 10, 2017
-
-
Vijay Pai authored
or that interface with core and are only for internal use
-
- Jun 22, 2017
-
-
Michael Bausor authored
-
- Jun 17, 2017
-
-
Michael Bausor authored
- Use docblocks instead of single line comments - Escape '*/' - Indent 4 spaces to match protobuf - Use single line namespace to match protobuf
-
- Jun 08, 2017
-
-
Muxi Yan authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Jun 06, 2017
- Jun 05, 2017
-
-
Muxi Yan authored
-
- Jun 03, 2017
-
-
Ken Payson authored
-
- May 31, 2017
- May 22, 2017
-
-
Stanley Cheung authored
-
- May 14, 2017
-
-
Per Grön authored
-
- May 11, 2017
-
-
Per Grön authored
For Flatbuffers compatibility. From what I can tell, File::additional_headers is not used by gRPC itself or its default protobuf implementation; it was added for Flatbuffers support (it just returns "" for protobuf). In the Flatbuffer case, the generated header contains references to Flatbuffer gRPC glue code which is in a header in additional_headers. Prior to this patch, this meant that the generated .h file could not be included unless this glue file was included first. Because the protobuf implementation of additional_headers returns an empty string, I think this change should be safe to do and not have unintentional consequences.
-
Per Grön authored
This file is shared with the Flatbuffers project as well, which does not use "pb" file extensions.
-
- May 04, 2017
-
-
James Eady authored
-
- May 02, 2017
-
-
James Eady authored
-
- Apr 28, 2017
-
-
Manuel Kroiss authored
This changes the import style for proto dependencies from a) to b). a) "import a.b.c as x" b) "from a.b import c as x" Using statement a) causes problems when using __init__ files. If module "a.b" has an __init__.py file which is importing the python generated grpc code "a.b.d", then we cannot import a module named "a.b.c" because the module "a.b" does not exist yet. In this case python will throw: AttributeError: 'module' object has no attribute 'b' This PR adapts the code to use the same logic as in: /google/protobuf/compiler/python/python_generator.cc
-
- Apr 26, 2017
-
-
Alexander Polcyn authored
This reverts commit 79759fea, reversing changes made to dc36f4df.
-
- Apr 19, 2017
-
-
Muxi Yan authored
-
Mahak Mukhi authored
-
- Apr 18, 2017
-
-
Mehrdad Afshari authored
Since #... class Service: class NextService: #... without a body or `pass` under `Service` is invalid Python, we ensure a `pass` statement is always emitted to make the generated code valid.
-
- Apr 13, 2017
-
-
Mahak Mukhi authored
-
Mahak Mukhi authored
-
Mahak Mukhi authored
-
- Apr 10, 2017
-
-
Muxi Yan authored
-
- Apr 09, 2017
-
-
Mahak Mukhi authored
-
- Apr 06, 2017
-
-
Muxi Yan authored
-
Craig Tiller authored
-
- Mar 28, 2017
-
-
Harsh Vardhan authored
-
Harsh Vardhan authored
-
Harsh Vardhan authored
-
Harsh Vardhan authored
-