Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | |||
* | Small compiler optimization. | Nicolas "Pixel" Noble | 2015-03-27 |
| | |||
* | Removing range-based for loop. | Nicolas "Pixel" Noble | 2015-03-25 |
| | |||
* | 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 |
| | |||
* | Removing private protobuf header inclusion. | Nicolas "Pixel" Noble | 2015-02-27 |
| | |||
* | 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 |
| | |||
* | Fixing includes inconsistency. | Nicolas "Pixel" Noble | 2015-01-16 |
| | |||
* | Removing "using namespace std" everywhere. | Nicolas Noble | 2015-01-15 |
| | |||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| | |||
* | 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 |