aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/cpp_generator.h
Commit message (Collapse)AuthorAge
* Add hooks so that code generator can inject headers to grpc.pb.h fileGravatar yang-g2018-02-07
|
* Provide a way to use custom search path for gmock.hGravatar yang-g2017-12-22
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* formattingGravatar Mahak Mukhi2017-04-13
|
* update according to new changes in cpp codeGravatar Mahak Mukhi2017-04-13
|
* fix conflictsGravatar Mahak Mukhi2017-04-12
|\
* | Initial commit: Auto-generate GMOCK code for client stub.Gravatar Mahak Mukhi2017-04-12
| |
| * Initial commit: Auto-generate GMOCK code for client stub.Gravatar Mahak Mukhi2017-04-08
| |
* | Update sources & headersGravatar Harsh Vardhan2017-03-28
| |
* | Refactor python code generator to support other serializersGravatar Harsh Vardhan2017-03-28
|/
* Add a header to override grpc::string when neededGravatar yang-g2016-08-30
|
* merge and resolve conflictGravatar yang-g2016-04-26
|\
| * Some additional fixes to make the C++ codegen not depend on protobuf.Gravatar Wouter van Oortmerssen2016-04-25
| |
* | resolve commentsGravatar yang-g2016-04-20
| |
* | Add comments to the generated header fileGravatar yang-g2016-04-14
|/
* Refactored C++ code generator to not directly depend on protobuf.Gravatar Wouter van Oortmerssen2016-04-13
| | | | | This opens the door for other serializers (such as e.g. FlatBuffers) to share this code generator when using GRPC.
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fixing (c)s.Gravatar Nicolas "Pixel" Noble2016-03-17
|
* Letting the user override the code generation a bit.Gravatar Nicolas "Pixel" Noble2016-01-12
| | | | | | Example of use: protoc --grpc_out=use_system_headers=false,grpc_search_path=a/b/c/d:path/to/output/...
* Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
|
* Adding the ability to specify a service namespace on protoc's command line.Gravatar Nicolas "Pixel" Noble2015-03-24
| | | | | | 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.
* Adding initial support for alternative protobuf libraries.Gravatar Nicolas Noble2015-03-13
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* Removing "using namespace std" everywhere.Gravatar Nicolas Noble2015-01-15
|
* First pass at making the compilers open-sourcable.Gravatar nnoble2014-12-11
Change on 2014/12/10 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81829127