aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/grpc_library.h
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* clang-formatGravatar David Garcia Quintas2016-06-07
|
* moved core_codegen from src/cpp/... to include/grpc++/...Gravatar David Garcia Quintas2016-05-19
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* fixed multiple initialization of globalsGravatar David Garcia Quintas2016-03-18
|
* docstringsGravatar David Garcia Quintas2016-03-08
|
* moved some files aroundGravatar David Garcia Quintas2016-03-08
|
* compiles!Gravatar David Garcia Quintas2016-03-08
|
* Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
|
* copyrightsGravatar David Garcia Quintas2016-01-27
|
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
the tests to init/shutdown free.