Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixing (c)s. | Nicolas "Pixel" Noble | 2016-03-17 |
| | |||
* | Letting the user override the code generation a bit. | Nicolas "Pixel" Noble | 2016-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. | Nicolas "Pixel" Noble | 2015-04-09 |
| | |||
* | Adding the ability to specify a service namespace on protoc's command line. | Nicolas "Pixel" Noble | 2015-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. | Nicolas Noble | 2015-03-13 |
| | |||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Use clang-format-3.5 | Craig Tiller | 2015-01-18 |
| | |||
* | Removing "using namespace std" everywhere. | Nicolas Noble | 2015-01-15 |
| | |||
* | First pass at making the compilers open-sourcable. | nnoble | 2014-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 |