aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
Commit message (Collapse)AuthorAge
...
* | Provide a way to use custom search path for gmock.hGravatar yang-g2017-12-22
| |
* | Fix unused parameter warning in cpp codegenGravatar Ken Payson2017-12-13
| |
* | use auto-generated header for C# pluginGravatar Jan Tattermusch2017-12-13
|/
* clang-format codeGravatar Mehrdad Afshari2017-11-29
|
* Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
|\
| * Merge pull request #13437 from muxi/fix-forward-declarationGravatar Muxi Yan2017-11-28
| |\ | | | | | | Fix ObjC forward declaration
| * | Revert "Revert "Do not interpolate variables in leading comments.""Gravatar Vijay Pai2017-11-27
| | |
| * | Revert "Do not interpolate variables in leading comments."Gravatar David G. Quintas2017-11-27
| | |
* | | Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
|\ \ \
| | | * forward declare pbobjc.hGravatar Muxi Yan2017-11-17
| |_|/ |/| |
* | | Revert "Restructure plugin builds to avoid building more than needed"Gravatar Vijay Pai2017-11-14
| | |
* | | Restructure plugin builds to avoid building more than neededGravatar Vijay Pai2017-11-10
| | |
| | * Do not interpolate variables in leading comments.Gravatar Garret Kelly2017-11-06
| |/ |/| | | | | | | | | | | There is at least one well-known proto file (plugin.proto) with comments that include variable-like strings that are not actual variables. This leads to DFATAL log statements that clutter the output and don't provide any benefit.
* | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | Adopt the static factory pattern (#10)Gravatar Vijay Pai2017-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch sync streams from "struct internal" to static factory in namespace internal * Reduce diff size * fix friends * Use static factory pattern for async unary calls * Use static factories for async streams * clang-format
* | Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
| |
| * Generate dependency header import in pbrpc.mGravatar Muxi Yan2017-10-05
| |
| * Generate forward declaration in pbrpc.hGravatar Muxi Yan2017-10-05
| |
* | Merge pull request #12637 from muxi/add-objc-gen-forward-declareGravatar Muxi Yan2017-10-05
|\ \ | |/ |/| Allow ObjC proto plugin to forward declare message classes
* | Revert "Temporarily take ownership of cpp generator to prevent changes"Gravatar Vijay Pai2017-09-21
| |
* | Merge pull request #12426 from michaelbausor/php-namespacesGravatar Stanley Cheung2017-09-20
|\ \ | | | | | | PHP: Determine type name using php_namespace option
| | * Generate dependency header import in pbrpc.mGravatar Muxi Yan2017-09-19
| | |
| | * Generate forward declaration in pbrpc.hGravatar Muxi Yan2017-09-18
| | |
* | | Flip gRPC Python Protoc Plug-In default behaviorGravatar Nathaniel Manista2017-09-19
| |/ |/| | | | | | | | | | | Now the grpc_2_0 flag is no longer required for the only-generate-code- elements-in-_pb2_grpc.py-files behavior and the grpc_1_0 flag is required for the add-generated-gRPC-using-code-elements-to-_pb2.py- files behavior.
| * Apply formatting toolGravatar Michael Bausor2017-09-18
| |
* | Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
| |
* | grpc_1_0 flag for gRPC Python Protoc Plug-InGravatar Nathaniel Manista2017-09-13
| | | | | | | | | | | | | | | | | | | | We'll soon be flipping the default behavior of gRPC Python Protoc Plug-In to the later-than-gRPC-1.0 "code elements only in a separate _pb2_grpc.py file and no Beta-API-using generated code elements" behavior; this flag will be the supported (supported for a while, though not exactly sure how long) means of using the older "also put gRPC-using code elements in the generated _pb2.py file" behavior that has been in place since gRPC 1.0.
* | Temporarily take ownership of cpp generator to prevent changesGravatar Vijay Pai2017-09-11
| |
| * Determine type name using php namespace optionGravatar Michael Bausor2017-09-07
|/
* Disable XML comment warnings in generated stubsGravatar Jan Tattermusch2017-08-11
|
* PHP: update codegen plugin to support php_namespace optionGravatar Stanley Cheung2017-08-10
|
* Merge pull request #11921 from adam-26/1745Gravatar Michael Lumish2017-07-26
|\ | | | | Fix issue from google/protobuf#1745 - javascript allow dot in filename
* | Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
| |
| * Fix quotation marksGravatar Adam2017-07-24
| |
| * Fix issue from google/protobuf#1745 - javascript allow dot in filenameGravatar Adam2017-07-24
|/
* Support parameter to change PHP generated stub suffixGravatar Michael Bausor2017-07-12
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* Merge pull request #11524 from michaelbausor/php-protoc-pluginGravatar Stanley Cheung2017-06-26
|\ | | | | Update PHP protoc plugin generation
| * Run formatterGravatar Michael Bausor2017-06-22
| |
* | Merge pull request #11341 from muxi/fix-objc-plugin-outputGravatar Muxi Yan2017-06-19
|\ \ | | | | | | Fixes gRPC ObjC plugin's upper camel conversion
| | * Update PHP protoc plugin generationGravatar Michael Bausor2017-06-16
| |/ |/| | | | | | | | | | | - Use docblocks instead of single line comments - Escape '*/' - Indent 4 spaces to match protobuf - Use single line namespace to match protobuf
* | Merge pull request #11400 from kpayson64/python_generator_fixGravatar kpayson642017-06-09
|\ \ | | | | | | Fix python compiler for filenames with dashes
| | * Revert the changes to maintain backward compatibilityGravatar Muxi Yan2017-06-08
| | |
* | | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| | |
* | | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | |
| | * Add commentGravatar Muxi Yan2017-06-06
| | |
| | * clang-formatGravatar Muxi Yan2017-06-05
| | |
| | * PolishGravatar Muxi Yan2017-06-05
| | |
| | * Backward compatibilityGravatar Muxi Yan2017-06-05
| | |
| * | Fix python compiler for filenames with dashesGravatar Ken Payson2017-06-02
|/ /