aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/codegen
Commit message (Collapse)AuthorAge
* move client_interceptor.cc from src/cpp/codegen to src/cpp/clientGravatar Yash Tibrewal2018-11-05
|
* Register global interceptors functionalityGravatar Yash Tibrewal2018-10-30
|
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Should not explicitly initialize these pointers to nullptr in gcc-4.4 caseGravatar Vijay Pai2016-06-16
| | | | | | | | because nullptr assignment actually requires the calling of a constructor. As a result, the order in which these nullptr initializations take place is not defined with respect to other initializations. A pointer that is left without explicit initialization automatically gets nullptr anyway, so just don't explicitly initialize these.
* removed spurious namespace qualificationGravatar David Garcia Quintas2016-03-09
|
* removed spurious grpc_library.ccGravatar David Garcia Quintas2016-03-09
|
* docstringsGravatar David Garcia Quintas2016-03-08
|
* clang-formatGravatar David Garcia Quintas2016-03-08
|
* moved some files aroundGravatar David Garcia Quintas2016-03-08
|
* compiles!Gravatar David Garcia Quintas2016-03-08
|
* wip. cq refactoredGravatar David Garcia Quintas2016-03-07
|
* wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
|
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27