aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/grpc++.h
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Update comment formattingGravatar Eric Gribkoff2017-06-01
|
* Add documentation comment for Version()Gravatar Mehrdad Afshari2017-05-17
|
* address commentsGravatar Alexander Polcyn2017-05-09
|
* 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