71 Commits (d701c5f5c3a46d3e48bc36e230c099ec89e817e8)

Author SHA1 Message Date
Nathaniel Manista a60a77b63f Update Python codegen to early_adopter interface 10 years ago
Nicolas "Pixel" Noble 1ff52d5278 Guard headers tool. 10 years ago
Nicolas "Pixel" Noble 93fa098124 Removing private protobuf header inclusion. 10 years ago
Todd Poynor 2a6fd26c45 grpc: cpp_generator: fix pedantic warning on extra ';' 10 years ago
vjpai 56c5129629 Rename Async methods from generator to avoid naming conflicts to 10 years ago
Craig Tiller c5ba0e56a0 Make it possible to compile with gcc4.6 10 years ago
Craig Tiller cf133f41f8 Make it possible to compile with gcc4.6 10 years ago
Masood Malekghassemi 40e8cbd1ee Fix bugs in Python code generator 10 years ago
Nicolas "Pixel" Noble e6d72c2b4e Removing emplace from python plugin. 10 years ago
Masood Malekghassemi 59d9ff4d9f Updated Python protoc plugin testing. 10 years ago
Craig Tiller fd1b49b757 Move to unique_ptr for all GRPC returned objects 10 years ago
Jan Tattermusch 3d55595dee added include <iostream>. Closes #674 10 years ago
Yang Gao bbd67c0499 clean up some internal path and names 10 years ago
vjpai c729d930e7 signed-unsigned comparison issue 10 years ago
Masood Malekghassemi 081f956263 Removed unused/wrong generated Python code imports from Python codegen. 10 years ago
Masood Malekghassemi f8e297a3c0 Added protoc plugin for Python GRPC. 10 years ago
Vijay Pai a5baf18983 One-line fix for namespace bug 10 years ago
Craig Tiller 2627e4e0a9 Merge with async unary changes 10 years ago
Yang Gao 3a5e5495e5 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. 10 years ago
Craig Tiller 190d360def Add missing new-lines at end of file 10 years ago
Craig Tiller 0605995e55 Update copyright to 2015 10 years ago
Yang Gao 07d8304f30 change stub API for server streaming, pass in const Request& instead of const Request* for the first request 10 years ago
Yang Gao 005f18a6a1 change ServerAsyncReader API and add a simple clientstreaming test, it passes 10 years ago
Craig Tiller 0220cf14b0 Add end2end async unary single threaded test (compiles) 10 years ago
Yang Gao 068c85b21c make codegen generate async client calls 10 years ago
Craig Tiller 1c9a2a91ca Async API progress 10 years ago
Yang Gao e0b73fdabe Async client calls should return async interfaces 10 years ago
Craig Tiller 8c8d0aa1d8 Async API progress 10 years ago
Yang Gao ca3cb3e19a Prefix Request to async server method names 10 years ago
Craig Tiller 225f7be935 Fix up declarations 10 years ago
Craig Tiller 80e00a8c63 Stub out unary call wrapper 10 years ago
Craig Tiller 40fcdaff0a Remove stream_context 10 years ago
Craig Tiller 14a65f9760 Further progress 10 years ago
Craig Tiller 5ef5db1d46 Async API declarations 10 years ago
Craig Tiller 2dff17d33b Async API declarations 10 years ago
Craig Tiller c4965751a0 Starting to scratch out the API 10 years ago
Yang Gao 5fd0d29dfe run clang-format 10 years ago
Craig Tiller ecd49345b5 Use clang-format-3.5 10 years ago
Nicolas "Pixel" Noble 36f5323846 Fixing includes inconsistency. 10 years ago
Nicolas Noble f5c5d80968 Removing "using namespace std" everywhere. 10 years ago
Yang Gao 5680ff4687 Run clang-format-all.sh 10 years ago
Yang Gao 1ff11f6d04 Add a space in front of template argument list. Changing possible <:: to < :: 10 years ago
Craig Tiller b5dcec5a2e clang-format codebase 10 years ago
Craig Tiller cfc18adef7 Remove go compiler 10 years ago
Craig Tiller 9b62482e15 Make the go code generator compile 10 years ago
nnoble 45fc159eed Preparing the go plugin for non-[] compilation. 10 years ago
yangg 1b151096d1 Add impl subdirectory under public and move headers that need to be installed 10 years ago
zhangkun 5d61ac074c Undo the addition of Java codegen files to the open-sourced list by 10 years ago
zhangkun 6848141387 Remove dependencies on internal headers from Java gRPC compiler plugin. 10 years ago
temiola d6fd84aff8 Updates the generated ruby code to specify the service name. 10 years ago