aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/thread_manager
Commit message (Collapse)AuthorAge
* Switch C++ sync server to use gpr_thd rather than std::thread and provide ↵Gravatar Vijay Pai2018-01-08
| | | | resource exhaustion mechanism
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix printf formatGravatar Craig Tiller2017-04-29
|
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Use nullptr instead of NULL. Move test to grpc namespace so that when using ↵Gravatar Sree Kuchibhotla2016-10-25
| | | | gcc4.4, we use nullptr definition in grpc++/impl/codegen/config.h
* make gcc4.4 happyGravatar Sree Kuchibhotla2016-10-25
|
* Change std::atomic_int to gpr_atm since gcc4.4 is complainingGravatar Sree Kuchibhotla2016-10-24
|
* Fix thread_manager_testGravatar Sree Kuchibhotla2016-10-24
|
* clang formatting fixesGravatar Sree Kuchibhotla2016-10-24
|
* Minor changes and called generate_projects.sh againGravatar Sree Kuchibhotla2016-10-20
|
* Modify Thread manager testGravatar Sree Kuchibhotla2016-10-19
|
* Address code review commentsGravatar Sree Kuchibhotla2016-10-18
|
* Fix include filesGravatar Sree Kuchibhotla2016-10-13
|
* Rename GrpcRpcManager -> ThreadManagerGravatar Sree Kuchibhotla2016-10-13