aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/grpc++.h
Commit message (Collapse)AuthorAge
* Small improvements to generated documentationGravatar Craig Tiller2017-01-06
|
* s/std::string/grpc::string/gGravatar Craig Tiller2016-11-08
|
* Get user agent rightGravatar Craig Tiller2016-11-04
|
* Add clarifying comment about IWYU in grpc++.hGravatar Egor Suvorov2016-08-26
|
* Add IWYU export pragmas to grpc++/grpc++.h.Gravatar Egor Suvorov2016-08-26
| | | | | | | IWYU is a C++ tool which ensures that end users explicitly #include every header they need. Without pragmas IWYU have no way of distinguishing between 'implementation-specific' headers and headers which are shortcuts for groups of other headers, like grpc++.h.
* Add C++ support for using external FDGravatar Adam Michalik2016-06-07
|
* Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
Original PR #3074 by @dgquintas