aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Collapse)AuthorAge
...
| * | Revert API to change default queue for a stubGravatar Muxi Yan2017-04-19
| | |
| | * Post-review updateGravatar Mahak Mukhi2017-04-18
| | |
* | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
|\ \ \
| * | | Always generate body for python code elementsGravatar Mehrdad Afshari2017-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * formattingGravatar Mahak Mukhi2017-04-13
| | | |
| | | * update according to new changes in cpp codeGravatar Mahak Mukhi2017-04-13
| | | |
| | | * fix conflictsGravatar Mahak Mukhi2017-04-12
| | | |\
| | | * | Initial commit: Auto-generate GMOCK code for client stub.Gravatar Mahak Mukhi2017-04-12
| | |/ / | |/| |
| | * | clang-formatGravatar Muxi Yan2017-04-09
| | | |
| | | * Initial commit: Auto-generate GMOCK code for client stub.Gravatar Mahak Mukhi2017-04-08
| | | |
| | * | Support in ProtoRPCGravatar Muxi Yan2017-04-06
| |/ /
* | | Convert all async client stream types to not allocateGravatar Craig Tiller2017-04-05
| | |
* | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
|\| |
| * | Merge pull request #8063 from royalharsh/buffersGravatar kpayson642017-04-04
| |\ \ | | | | | | | | Refactor python code generator to support other serializers
* | | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-03-31
|\| | |
| | * | UpdateGravatar Harsh Vardhan2017-03-28
| | | |
| | * | Fix merge conflictsGravatar Harsh Vardhan2017-03-28
| | | |
| | * | remove lang specific streaming methodsGravatar Harsh Vardhan2017-03-28
| | | |
| | * | revert to python specific codeGravatar Harsh Vardhan2017-03-28
| | | |
| | * | remove python specific codeGravatar Harsh Vardhan2017-03-28
| | | |
| | * | Update sources & headersGravatar Harsh Vardhan2017-03-28
| | | |
| | * | clang-formatGravatar Harsh Vardhan2017-03-28
| | | |
| | * | Update python_generator.ccGravatar Harsh Vardhan2017-03-28
| | | |
| | * | Fix errorsGravatar Harsh Vardhan2017-03-28
| | | |
| | * | Fix build issuesGravatar Harsh Vardhan2017-03-28
| | | |
| | * | Update Python generator filesGravatar Harsh Vardhan2017-03-28
| | | |
| | * | Refactor python code generator to support other serializersGravatar Harsh Vardhan2017-03-28
| | |/
| * / fix markdown render errorGravatar thinkerou2017-03-26
| |/
| * Merge pull request #10239 from rltvty/fix_php_service_commentsGravatar Stanley Cheung2017-03-24
| |\ | | | | | | fix the namespacing for php docs on client classes
| * \ Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0Gravatar Nicolas "Pixel" Noble2017-03-24
| |\ \
| * \ \ Merge pull request #10255 from ↵Gravatar Nathaniel Manista2017-03-23
| |\ \ \ | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/_pb2_grpc-unnecessary-imports Drop unnecessary framework imports from generated _pb2_grpc.py files.
| | * | | Drop unnecessary imports from _pb2_grpc.py filesGravatar Nathaniel Manista2017-03-22
| | | | |
| | | | * fix the namespacing for php docs on clientsGravatar Eric Pinzur2017-03-21
| | |_|/ | |/| |
* / | | [EXPERIMENTAL] allocate unary response writer against call arenaGravatar Craig Tiller2017-03-16
|/ / /
| | * prevent name clashes in C# generated codeGravatar Jan Tattermusch2017-03-14
| |/
* / Add import prefix to Python generatorGravatar Nathaniel Manista2017-03-14
|/ | | | This is needed by a customer with a nontraditional codebase.
* Merge pull request #8407 from jronak/fixtagGravatar Yang Gao2017-03-04
|\ | | | | replaced protobuf tag
* | PHP: make tests runnable on both protobuf 3.1 and 3.2Gravatar Stanley Cheung2017-01-30
| |
* | Stop generating method name array when there is no method.Gravatar yang-g2017-01-19
| |
* | Add `auto-gen`d comment to `_pb2_grpc.py` filesGravatar Masood Malekghassemi2016-12-28
| |
* | Merge pull request #9100 from bblancha/protobuf_compiler_tweakGravatar Masood Malekghassemi2016-12-16
|\ \ | | | | | | don't print multiple imports to protobuf modules
| * | don't print multiple imports to protobuf modulesGravatar Bryan Blanchard2016-12-15
| | |
* | | Generate param comments in C# proto pluginGravatar Jan Tattermusch2016-12-13
| | |
* | | remove leading space in C# commentsGravatar Jan Tattermusch2016-12-13
|/ /
* | Switch to command-arg for Python split-codegenGravatar Masood Malekghassemi2016-12-02
| | | | | | | | Almost fixes #8753 (which still needs a test).
* | fix formattingGravatar Jan Tattermusch2016-11-24
| |
* | Merge remote-tracking branch 'upstream/v1.0.x' into HEADGravatar Jan Tattermusch2016-11-22
|\ \
| * | generate server base class as partial tooGravatar Alexander Polcyn2016-11-03
| | |
| * | generate partial c# client stubs as partial classesGravatar Alexander Polcyn2016-11-03
| | |
* | | clang-formatGravatar Vijay Pai2016-11-01
| | |