aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Collapse)AuthorAge
* Merge pull request #8063 from royalharsh/buffersGravatar kpayson642017-04-04
|\ | | | | Refactor python code generator to support other serializers
| * 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
| |_|/ |/| |
| | * 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
| | |
* | | Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| | |
* | | Clang-format python_generator.ccGravatar Masood Malekghassemi2016-10-28
| | |
* | | Clean-up types in Python generatorGravatar Masood Malekghassemi2016-10-28
| | |
* | | Enable split code generationGravatar Masood Malekghassemi2016-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To support magical internal build processes, the pb2 files need to be split into pure-proto and gRPC parts. This performs that split and further fixes bad module names in the test harness that interfered with the intended test implementation. An unfortunate side effect, due to limitations of protoc and holdover behavior we must support in major version 1.x, is that trash files are generated in split generation. This shouldn't be a problem in normal protoc plugin use.
* | | Fix incorrect ruby_generator.cc mergeGravatar murgatroid992016-10-28
| | |
* | | Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmergeGravatar murgatroid992016-10-28
|\| |
| * | fix type comparison in ruby pluginGravatar Alexander Polcyn2016-10-27
| | |
| * | convert uint to int in generatorGravatar Alexander Polcyn2016-10-26
| | |
* | | Merge remote-tracking branch 'upstream/master' into fc_1dstreamGravatar Vijay Pai2016-10-18
|\ \ \
| | | * replaced protobuf tagGravatar Ronak Jain2016-10-18
| | |/ | |/|
* | | clang-formatGravatar Vijay Pai2016-10-13
| | |
* | | Making split streaming testableGravatar Vijay Pai2016-10-13
| | |
| * | Merge pull request #8297 from jtattermusch/add_newinstance_commentGravatar Jan Tattermusch2016-10-13
| |\ \ | | | | | | | | Add comment to NewInstance override in the generated code
* | | | Merge branch 'master' into fc_1dstreamGravatar Vijay Pai2016-10-13
|\| | |
| | | * Merge pull request #8265 from apolcyn/fix_proto_plugin_snake_caseGravatar apolcyn2016-10-12
| | | |\ | | | | | | | | | | convert snake case protos package names to camel case in ruby modules