Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add clarifying comment about IWYU in grpc++.h | Egor Suvorov | 2016-08-26 |
| | |||
* | Add IWYU export pragmas to grpc++/grpc++.h. | Egor Suvorov | 2016-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 FD | Adam Michalik | 2016-06-07 |
| | |||
* | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
Original PR #3074 by @dgquintas |