Commit Graph

7 Commits

Author SHA1 Message Date
Craig Tiller e519a03a1f Small improvements to generated documentation 2017-01-06 12:41:21 -08:00
Craig Tiller 1cb088441a s/std::string/grpc::string/g 2016-11-08 07:05:33 -08:00
Craig Tiller ed9132427a Get user agent right 2016-11-04 16:31:30 -07:00
Egor Suvorov 93901a7a86 Add clarifying comment about IWYU in grpc++.h 2016-08-26 16:48:38 -04:00
Egor Suvorov 650ae16bf7 Add IWYU export pragmas to grpc++/grpc++.h.
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.
2016-08-26 16:26:23 -04:00
Adam Michalik b97e2d145e Add C++ support for using external FD 2016-06-07 15:09:19 -07:00
Craig Tiller d6599a39e4 Replicate C++ docs from master to beta branch
Original PR #3074 by @dgquintas
2015-09-03 09:37:02 -07:00