aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/php_generator.cc
Commit message (Collapse)AuthorAge
* update php plugin with protobuf 3.5.0Gravatar ZhouyihaiDing2018-03-05
|
* 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
|
* 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
|
* Apply formatting toolGravatar Michael Bausor2017-09-18
|
* Determine type name using php namespace optionGravatar Michael Bausor2017-09-07
|
* PHP: update codegen plugin to support php_namespace optionGravatar Stanley Cheung2017-08-10
|
* Support parameter to change PHP generated stub suffixGravatar Michael Bausor2017-07-12
|
* 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
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* PHP: Fixed bug in protoc plugin escaping commentsGravatar Stanley Cheung2017-05-22
|
* fix the namespacing for php docs on clientsGravatar Eric Pinzur2017-03-21
|
* PHP: make tests runnable on both protobuf 3.1 and 3.2Gravatar Stanley Cheung2017-01-30
|
* PHP Proto3: gRPC PHP Plugin code generatorGravatar Stanley Cheung2016-09-29