Benjamin Herzog
1843ccb226
Use static const strings
9 years ago
Benjamin Herzog
ee6de9365b
Move nonnull begin to correct position
9 years ago
Benjamin Herzog
208795c0fe
Added nullability to service declaration in objc
9 years ago
Jorge Canizales
b015dfb55a
Add ::grpc:: prefix
10 years ago
Jorge Canizales
9fce455435
Fixup codegen now that GRXWriter is a class
10 years ago
Jorge Canizales
a92caa9db5
Import headers based on path in the generated code
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
52592fc784
Use class names for types as generated by the messages plugin
10 years ago
Jorge Canizales
1900dfc70b
Generate imports for .proto dependencies, and read prefix from file.
...
The prefix has still to be applied per-message, and we could
do forward-declarations in the generated header.
10 years ago
Jorge Canizales
1a7918bc6e
Generate separate files until either of GeneratorContext::OpenForAppend/Insert work.
10 years ago
Jorge Canizales
472f0b0a6b
Fixes generated implementation file and adjusts plugin to proto3
...
Still missing: retrieving prefix from file option.
10 years ago
Jorge Canizales
9a065d2e2f
Adjusts generated header to new runtime and surface.
10 years ago
murgatroid99
ac0002adb8
Made Objective C plugin build without error
10 years ago
murgatroid99
d3efd0a1ec
Created Objective C stub code generators
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