457 Commits (84d604656947b6b8053ee47540e81040ed52365a)

Author SHA1 Message Date
Bryan Blanchard c549a3e37b don't print multiple imports to protobuf modules 8 years ago
Jan Tattermusch 00f66361b7 Generate param comments in C# proto plugin 8 years ago
Jan Tattermusch 726f40f046 remove leading space in C# comments 8 years ago
Jan Tattermusch 727f887cc2 remove leading space in C# comments 8 years ago
Masood Malekghassemi 53360f2d1c Backport Python features to 1.0.x 8 years ago
Masood Malekghassemi 561dce4525 Switch to command-arg for Python split-codegen 8 years ago
Jan Tattermusch 09ba2d6f4a fix formatting 8 years ago
Alexander Polcyn 333658177d generate server base class as partial too 8 years ago
Alexander Polcyn 660e4b082c generate partial c# client stubs as partial classes 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
Masood Malekghassemi 7780cc018a Clang-format python_generator.cc 8 years ago
Masood Malekghassemi 4a051ccca6 Clean-up types in Python generator 8 years ago
Masood Malekghassemi d953959e2b Enable split code generation 8 years ago
murgatroid99 45096614fe Fix incorrect ruby_generator.cc merge 8 years ago
Alexander Polcyn 79a1375f2a fix type comparison in ruby plugin 8 years ago
Alexander Polcyn 2d056708fb convert uint to int in generator 8 years ago
Ronak Jain 78b6cdd660 replaced protobuf tag 9 years ago
Vijay Pai 96e03110db clang-format 9 years ago
Vijay Pai 61536a7371 Making split streaming testable 9 years ago
Jan Tattermusch 5b2e172e57 Create README.md 9 years ago
Jan Tattermusch 05cccba2f1 add comment for NewInstance override 9 years ago
Alexander Polcyn 5ba82e5d92 remove unused function and switch std::string to grpc::string 9 years ago
Alexander Polcyn c429d7830f change ruby proto plugin to copy package name conversion from protoc 9 years ago
Alexander Polcyn d69c0d34da convert snake case protos package names to camel case in ruby modules 9 years ago
Vijay Pai db5b1cbc94 Add all plumbing and typedef's for controlled server-side streaming 9 years ago
Stanley Cheung 53d219c962 PHP Proto3: gRPC PHP Plugin code generator 9 years ago
Nicolas "Pixel" Noble beeeddd571 Format. 9 years ago
siddharthshukla 72b872d4ff Add docstrings to generated beta elements 9 years ago
Vijay Pai 5e6edbbb69 Put a space after '<' to avoid chance of digraph 9 years ago
yang-g aea106ec7d Add a header to override grpc::string when needed 9 years ago
Vijay Pai d4d5f4cd53 clang-format 9 years ago
Vijay Pai a9c0d7f88b Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is 9 years ago
Vijay Pai cdc253535b Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING 9 years ago
murgatroid99 ac7408de70 Clang format code 9 years ago
murgatroid99 a842413ea2 Make Node code generator work properly with nested types 9 years ago
murgatroid99 ff4f004b5e Clang format code 9 years ago
Vijay Pai 5d94118d0d clang-format 9 years ago
Vijay Pai ff91dea149 Be able to specify FCUnaryService just like AsyncService so that all 9 years ago
Vijay Pai 581097fe0d Make FCUnary and ServerReaderWriter derived classes of a new 9 years ago
Ken Payson 5a2c91806f Updated ruby protos to use new _pb filename 9 years ago
Masood Malekghassemi ac59245624 Clang-format all the things 9 years ago
Makarand Dharmapurikar 77f8da22ee added a comment just to retrigger tests 9 years ago
Makarand Dharmapurikar 86202529a8 fixed minor indent and resubmit 9 years ago
Makarand Dharmapurikar 46cc9eebb1 addressed feedback 9 years ago
Makarand Dharmapurikar 2b220f8be7 fixes #7219 9 years ago
murgatroid99 c4326ef25a Make Node code generator work properly with nested types 9 years ago
Masood Malekghassemi 8a15dd2fae Use open-source defaults to propagate Python plugin configuration 9 years ago
Masood Malekghassemi 71448b2898 Use open-source defaults to propagate Python plugin configuration 9 years ago
vjpai c0c38b1f19 Make the FCUnary class actually work and test it 9 years ago