aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Collapse)AuthorAge
* Merge pull request #6479 from kpayson64/python_protoc_formattingGravatar Jan Tattermusch2016-05-12
|\ | | | | Format changes to python protoc generation
| * Format changes to python protoc generationGravatar Ken Payson2016-05-11
| |
* | Merge pull request #6475 from grpc/release-0_14Gravatar Nicolas Noble2016-05-09
|\ \ | | | | | | Upmerge from 0.14.0
| * | Fully qualify System.Threading.Tasks.TaskGravatar Kirill Katsnelson2016-05-09
| |/
* | Merge pull request #6400 from murgatroid99/ruby_empty_proto_packageGravatar Jan Tattermusch2016-05-09
|\ \ | |/ |/| Made ruby plugin support empty package names
* | Add proto comments to generated _pb2.py filesGravatar yang-g2016-05-03
| |
| * Finished ruby generator changeGravatar murgatroid992016-05-02
| |
| * Made ruby plugin support empty package namesGravatar murgatroid992016-05-02
|/
* Merge pull request #6330 from soltanmm/6264Gravatar Jan Tattermusch2016-04-28
|\ | | | | Allow additive changes to protos w/o forcing user implementation
* | add comments from .proto file to generated C# filesGravatar Jan Tattermusch2016-04-28
| |
* | Merge pull request #6205 from BenchR267/objc-nullabilityGravatar Jorge Canizales2016-04-27
|\ \ | | | | | | Added nullability to service declaration in ObjC
| | * Allow additive changes to protos w/o forcing user implementationGravatar Masood Malekghassemi2016-04-27
| | |
* | | Merge pull request #6284 from jtattermusch/csharp_optional_client_codegenGravatar Nicolas Noble2016-04-27
|\ \ \ | |_|/ |/| | Add new cmdline options to C# codegen.
* | | Merge pull request #6181 from yang-g/proto_commentsGravatar Jan Tattermusch2016-04-27
|\ \ \ | | | | | | | | Put proto file comments to generated grpc header file.
| | | * Use static const stringsGravatar Benjamin Herzog2016-04-27
| | | |
| | * | add internal_access option for C# codegenGravatar Jan Tattermusch2016-04-26
| | | |
| | * | introduce c# generator optionsGravatar Jan Tattermusch2016-04-26
| | | |
| | * | support custom parsegeneratorparameterGravatar Jan Tattermusch2016-04-26
| | | |
| | * | params for generating only client/serverGravatar Jan Tattermusch2016-04-26
| |/ / |/| |
* | | Merge pull request #6282 from jtattermusch/disable_internal_obsoleteGravatar Jan Tattermusch2016-04-26
|\ \ \ | | | | | | | | Disable warnings for use of our own obsolete interfaces
| | * \ merge and resolve conflictGravatar yang-g2016-04-26
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #6238 from gwvo/masterGravatar Jan Tattermusch2016-04-26
|\ \ \ \ | | | | | | | | | | Some additional fixes to make the C++ codegen not depend on protobuf.
| * | | | Some additional fixes to make the C++ codegen not depend on protobuf.Gravatar Wouter van Oortmerssen2016-04-25
| | | | |
| | | * | resolve commentsGravatar yang-g2016-04-25
| | | | |
| | * | | disable warnings for use of our own obsolete interfacesGravatar Jan Tattermusch2016-04-25
| |/ / /
| | | * Move nonnull begin to correct positionGravatar Benjamin Herzog2016-04-22
| | | |
| | * | Add commentsGravatar yang-g2016-04-21
| | | |
| | * | make prefix configurableGravatar yang-g2016-04-21
| | | |
| | * | Fix compilation error.Gravatar yang-g2016-04-21
| | | |
| | * | resolve commentsGravatar yang-g2016-04-20
| | | |
* | | | Use math test to test generated codeGravatar murgatroid992016-04-20
| | | |
* | | | Fixed minor bug with Node generatorGravatar murgatroid992016-04-19
| | | |
* | | | Merged from masterGravatar murgatroid992016-04-19
|\| | |
| | | * Added nullability to service declaration in objcGravatar Benjamin Herzog2016-04-18
| | | |
| | * | Use the comments before syntax line as file comments.Gravatar yang-g2016-04-15
| | | |
| | * | fix compiler warningGravatar yang-g2016-04-14
| | | |
| | * | Add comments to the generated header fileGravatar yang-g2016-04-14
| |/ /
| * / Refactored C++ code generator to not directly depend on protobuf.Gravatar Wouter van Oortmerssen2016-04-13
| |/ | | | | | | | | This opens the door for other serializers (such as e.g. FlatBuffers) to share this code generator when using GRPC.
| * ruby: Use fully-qualified type name when necessaryGravatar Jun Mukai2016-04-06
| | | | | | | | | | | | | | - Use full_name() instead of name(), otherwise package names are omitted. - Fix a minor bug on RubyTypeOf(), to replace dotted protobuf package name by ruby's module names correctly.
| * make client side interface obsoleteGravatar Jan Tattermusch2016-04-01
| |
| * introduce concept of opaque client base configurationGravatar Jan Tattermusch2016-04-01
| |
| * update codegen to generate parameterless constructor for clientsGravatar Jan Tattermusch2016-04-01
| |
| * add host field support to CallInvokerGravatar Jan Tattermusch2016-04-01
| |
| * generate only one Client class instead of abstract & concreteGravatar Jan Tattermusch2016-04-01
| |
| * generate client-side base classGravatar Jan Tattermusch2016-04-01
| |
| * generate serverside base class for C#Gravatar Jan Tattermusch2016-04-01
| |
| * Update copyrightsGravatar Craig Tiller2016-03-31
| |
| * Merge pull request #5657 from leifurhauks/py3_generated_codeGravatar Jan Tattermusch2016-03-23
| |\ | | | | | | python 2/3 compatible abstract servicers/stubs
| | * python 2/3 compatible abstract servicers/stubsGravatar Leifur Halldor Asgeirsson2016-03-18
| | |
| * | Fixing (c)s.Gravatar Nicolas "Pixel" Noble2016-03-17
| | |