aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/thread_pool.cc
Commit message (Expand)AuthorAge
* Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
* Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
* Various minor fixesGravatar Yang Gao2015-06-01
* Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
* Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4Gravatar vjpai2015-03-25
|\
* | Remove lambda expression being used in grpc C++ libraryGravatar vjpai2015-03-25
* | Revert "Remove lambda expression to support older compilers"Gravatar Vijay Pai2015-03-25
* | Remove lambda expression to support older compilersGravatar vjpai2015-03-25
| * Elminate range-based fors and work around some other limitations in older com...Gravatar Vijay Pai2015-03-24
|/
* clang-format c++ codeGravatar Yang Gao2015-03-17
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
* Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Fix an obvious bugGravatar Craig Tiller2015-02-01
* Remove a major source of contention in thread_poolGravatar Craig Tiller2015-02-01
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
* Initial import.Gravatar Nicolas Noble2014-11-26