aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Collapse)AuthorAge
* added a comment just to retrigger testsGravatar Makarand Dharmapurikar2016-07-08
|
* fixed minor indent and resubmitGravatar Makarand Dharmapurikar2016-07-08
|
* addressed feedbackGravatar Makarand Dharmapurikar2016-07-08
| | | | using 'using'. Removed unnecessary grpc::string. fixed indentation.
* fixes #7219Gravatar Makarand Dharmapurikar2016-07-08
| | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto.
* Use open-source defaults to propagate Python plugin configurationGravatar Masood Malekghassemi2016-06-29
|
* generate comments for C# client constructorsGravatar Jan Tattermusch2016-06-22
|
* dont generate NewClient method for C# servicesGravatar Jan Tattermusch2016-06-22
|
* Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2Gravatar Jan Tattermusch2016-06-20
|\ | | | | Add well known protos to Node and Ruby tools packages
| * Update Node plugin to handle well known type changesGravatar murgatroid992016-06-17
| |
* | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\|
| * Merge pull request #6874 from nathanielmanistaatgoogle/gaGravatar Jan Tattermusch2016-06-14
| |\ | | | | | | Python GA code generation
| * \ Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
| |\ \ | | | | | | | | Proto server reflection
| | | * Python GA code generationGravatar Nathaniel Manista2016-06-13
| | |/ | |/|
* | | override->GRPC_OVERRIDEGravatar Vijay Pai2016-06-09
| | | | | | | | | | | | Remove range-based fors
| * | Merge pull request #6855 from makdharma/issue6834Gravatar Jan Tattermusch2016-06-09
| |\ \ | | | | | | | | fix for #6834
| | * | fix for #6834Gravatar Makarand Dharmapurikar2016-06-09
| | | | | | | | | | | | | | | | | | | | Removed constants kPackageName and kServiceName so multiple services can be defined in one proto.
| * | | fix for issue 6344. added printing of .proto file comments in generated code.Gravatar Makarand Dharmapurikar2016-06-08
| |/ /
| * | addressed feedback.Gravatar Makarand Dharmapurikar2016-06-08
| | |
| * | fix for issue 5548. Deprecated old classes and created subclasses.Gravatar Makarand Dharmapurikar2016-06-07
|/ /
| * Merge remote-tracking branch 'upstream/master' into reflection_separate_libGravatar Yuchen Zeng2016-06-07
| |\ | |/ |/|
* | Merge pull request #6792 from yang-g/build_cleanGravatar Jan Tattermusch2016-06-07
|\ \ | | | | | | Make grpc++ independent of protobuf
* | | get rid of deprecated server and client interfaceGravatar Jan Tattermusch2016-06-06
| | |
* | | update C# codegen and regenerateGravatar Jan Tattermusch2016-06-06
| | |
| * | merge and resolve conflictsGravatar yang-g2016-06-03
| |\ \ | |/ / |/| |
| * | Make grpc++ independent of protobufGravatar yang-g2016-06-03
| | |
| | * Move protobuf dependencies to config_protobuf.hGravatar Yuchen Zeng2016-06-03
| |/
* | Added comments to ruby code generationGravatar murgatroid992016-05-20
| |
* | Added comments to node generation, also refactored some plugin codeGravatar murgatroid992016-05-20
|/
* 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.