Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rewriting mutex, condition_variable, and thread. | Nicolas "Pixel" Noble | 2015-04-04 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4 | vjpai | 2015-03-25 |
|\ | |||
* | | Remove lambda expression being used in grpc C++ library | vjpai | 2015-03-25 |
| | | |||
* | | Revert "Remove lambda expression to support older compilers" | Vijay Pai | 2015-03-25 |
| | | | | | | | | This reverts commit 5d5b1d8c8ec4c578f72a12f5b81f705764cdf804. | ||
* | | Remove lambda expression to support older compilers | vjpai | 2015-03-25 |
| | | |||
| * | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 |
|/ | | | | compilers | ||
* | clang-format c++ code | Yang Gao | 2015-03-17 |
| | |||
* | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | |||
* | Addressing a first batch of feedback. | Nicolas Noble | 2015-02-23 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Fix an obvious bug | Craig Tiller | 2015-02-01 |
| | | | | And make it easy not to make the same mistake | ||
* | Remove a major source of contention in thread_pool | Craig Tiller | 2015-02-01 |
| | | | | | | | - notify_one when new work is available to avoid thundering herd problems - checking conditions before entering cv_.wait() prevents a case that these are not validated | ||
* | Use clang-format-3.5 | Craig Tiller | 2015-01-18 |
| | |||
* | Initial import. | Nicolas Noble | 2014-11-26 |