Moiz Haidry
3d5d2a122d
Extracted the code of Cpp Generator into a header
6 years ago
yang-g
de25f189fe
Add options to support alternative extension for include files
6 years ago
yang-g
48cb025ec7
Add hooks so that code generator can inject headers to grpc.pb.h file
7 years ago
yang-g
eb64fadfce
Provide a way to use custom search path for gmock.h
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Mahak Mukhi
2814b5148e
formatting
8 years ago
Mahak Mukhi
31d92d42ff
Initial commit: Auto-generate GMOCK code for client stub.
8 years ago
Mahak Mukhi
1383895b76
Initial commit: Auto-generate GMOCK code for client stub.
8 years ago
Harsh Vardhan
5b8fa87282
Refactor python code generator to support other serializers
8 years ago
Masood Malekghassemi
ac59245624
Clang-format all the things
9 years ago
murgatroid99
210f3c4b8e
Added comments to node generation, also refactored some plugin code
9 years ago
Wouter van Oortmerssen
b695b9b035
Some additional fixes to make the C++ codegen not depend on protobuf.
9 years ago
yang-g
57d1e08268
resolve comments
9 years ago
yang-g
25df28ef75
resolve comments
9 years ago
yang-g
9efec8eaad
Add comments to the generated header file
9 years ago
Wouter van Oortmerssen
af09a73571
Refactored C++ code generator to not directly depend on protobuf.
...
This opens the door for other serializers (such as e.g. FlatBuffers)
to share this code generator when using GRPC.
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Nicolas "Pixel" Noble
f7b1d74bf8
Fixing (c)s.
9 years ago
Nicolas "Pixel" Noble
931bdceb49
Letting the user override the code generation a bit.
...
Example of use:
protoc --grpc_out=use_system_headers=false,grpc_search_path=a/b/c/d:path/to/output/...
9 years ago
Nicolas "Pixel" Noble
0caebbfcfe
Splitting gRPC service class codegen into its own set of files.
10 years ago
Nicolas "Pixel" Noble
d48a969d3b
Small compiler optimization.
10 years ago
Nicolas "Pixel" Noble
1e47514792
Removing range-based for loop.
10 years ago
Nicolas "Pixel" Noble
375a82b35c
Adding the ability to specify a service namespace on protoc's command line.
...
Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ...
This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally.
10 years ago
Nicolas Noble
d446eb86fa
Adding initial support for alternative protobuf libraries.
10 years ago
Nicolas "Pixel" Noble
93fa098124
Removing private protobuf header inclusion.
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
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
Craig Tiller
b5dcec5a2e
clang-format codebase
10 years ago
nnoble
ebebb7e21c
First pass at making the compilers open-sourcable.
...
Change on 2014/12/10 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81829127
10 years ago