Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | introduce c# generator options | Jan Tattermusch | 2016-04-26 | |
| | | | | ||||
| | * | | support custom parsegeneratorparameter | Jan Tattermusch | 2016-04-26 | |
| | | | | ||||
| | * | | params for generating only client/server | Jan Tattermusch | 2016-04-26 | |
| |/ / |/| | | ||||
* | | | Merge pull request #6282 from jtattermusch/disable_internal_obsolete | Jan Tattermusch | 2016-04-26 | |
|\ \ \ | | | | | | | | | Disable warnings for use of our own obsolete interfaces | |||
| | * \ | merge and resolve conflict | yang-g | 2016-04-26 | |
| | |\ \ | |_|/ / |/| | | | ||||
* | | | | Merge pull request #6238 from gwvo/master | Jan Tattermusch | 2016-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. | Wouter van Oortmerssen | 2016-04-25 | |
| | | | | | ||||
| | | * | | resolve comments | yang-g | 2016-04-25 | |
| | | | | | ||||
| | * | | | disable warnings for use of our own obsolete interfaces | Jan Tattermusch | 2016-04-25 | |
| |/ / / | ||||
| | | * | Move nonnull begin to correct position | Benjamin Herzog | 2016-04-22 | |
| | | | | ||||
| | * | | Add comments | yang-g | 2016-04-21 | |
| | | | | ||||
| | * | | make prefix configurable | yang-g | 2016-04-21 | |
| | | | | ||||
| | * | | Fix compilation error. | yang-g | 2016-04-21 | |
| | | | | ||||
| | * | | resolve comments | yang-g | 2016-04-20 | |
| | | | | ||||
* | | | | Use math test to test generated code | murgatroid99 | 2016-04-20 | |
| | | | | ||||
* | | | | Fixed minor bug with Node generator | murgatroid99 | 2016-04-19 | |
| | | | | ||||
* | | | | Merged from master | murgatroid99 | 2016-04-19 | |
|\| | | | ||||
| | | * | Added nullability to service declaration in objc | Benjamin Herzog | 2016-04-18 | |
| | | | | ||||
| | * | | Use the comments before syntax line as file comments. | yang-g | 2016-04-15 | |
| | | | | ||||
| | * | | fix compiler warning | yang-g | 2016-04-14 | |
| | | | | ||||
| | * | | Add comments to the generated header file | yang-g | 2016-04-14 | |
| |/ / | ||||
| * / | Refactored C++ code generator to not directly depend on protobuf. | Wouter van Oortmerssen | 2016-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 necessary | Jun Mukai | 2016-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 obsolete | Jan Tattermusch | 2016-04-01 | |
| | | ||||
| * | introduce concept of opaque client base configuration | Jan Tattermusch | 2016-04-01 | |
| | | ||||
| * | update codegen to generate parameterless constructor for clients | Jan Tattermusch | 2016-04-01 | |
| | | ||||
| * | add host field support to CallInvoker | Jan Tattermusch | 2016-04-01 | |
| | | ||||
| * | generate only one Client class instead of abstract & concrete | Jan Tattermusch | 2016-04-01 | |
| | | ||||
| * | generate client-side base class | Jan Tattermusch | 2016-04-01 | |
| | | ||||
| * | generate serverside base class for C# | Jan Tattermusch | 2016-04-01 | |
| | | ||||
| * | Update copyrights | Craig Tiller | 2016-03-31 | |
| | | ||||
| * | Merge pull request #5657 from leifurhauks/py3_generated_code | Jan Tattermusch | 2016-03-23 | |
| |\ | | | | | | | python 2/3 compatible abstract servicers/stubs | |||
| | * | python 2/3 compatible abstract servicers/stubs | Leifur Halldor Asgeirsson | 2016-03-18 | |
| | | | ||||
| * | | Fixing (c)s. | Nicolas "Pixel" Noble | 2016-03-17 | |
| | | | ||||
| * | | Factorizing code out. | Nicolas "Pixel" Noble | 2016-03-17 | |
| | | | ||||
| * | | Merge branch 'master' of https://github.com/grpc/grpc into codegen-paths | Nicolas "Pixel" Noble | 2016-03-17 | |
| |\| | | | | | | | | | | | | | Conflicts: src/compiler/cpp_generator.cc | |||
* | | | Minor change to node generator, and add a folder | murgatroid99 | 2016-02-26 | |
| | | | ||||
* | | | Created a Node grpc plugin | murgatroid99 | 2016-02-26 | |
| |/ |/| | ||||
* | | Add a dummy reference to prevent unused variable warning if there is no rpc ↵ | yang-g | 2016-02-10 | |
| | | | | | | | | method defined. | |||
* | | DONE!!1one | David Garcia Quintas | 2016-01-27 | |
| | | ||||
* | | pre sync_stream.cc creation. Does not compile | David Garcia Quintas | 2016-01-25 | |
| | | ||||
* | | made codegen targets in build.yaml | David Garcia Quintas | 2016-01-21 | |
| | | ||||
* | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-21 | |
|\ \ | ||||
| * | | update C# generator to the new API | Jan Tattermusch | 2016-01-20 | |
| | | | ||||
* | | | Merge branch 'proto_interfaces' into yang-g-sync_async_mix | David Garcia Quintas | 2016-01-19 | |
|\ \ \ | ||||
| * | | | Merge branch 'master' of github.com:grpc/grpc into proto_interfaces | David Garcia Quintas | 2016-01-19 | |
| |\| | | ||||
* | | | | Merge remote-tracking branch 'upstream/master' into sync_async_mix | yang-g | 2016-01-19 | |
|\ \ \ \ | | |/ / | |/| | | ||||
| * | | | Copyright date fixes for Python generator files | Nathaniel Manista | 2016-01-19 | |
| | | | | | | | | | | | | | | | | These changes should have been included in dc8c32393918dc817f98e8844a. | |||
| * | | | Remove Python alpha code generation | Nathaniel Manista | 2016-01-16 | |
| | | | | ||||
| | * | | Introduced ServerInterface | David Garcia Quintas | 2016-01-15 | |
| | | | |