An open API service providing commit metadata for open source projects.

GitHub / progschj/ThreadPool / commits

A simple C++11 Thread Pool implementation

SHA Message Author Date Stats
9a42ec13 changed typedef to using Jakob Progsch <j****b@p****t> almost 12 years ago
fcc91415 added attribution Jakob Progsch <j****b@p****t> almost 12 years ago
68f99d8c Use emplace_back() and for(a:b) loop. Jakob Progsch <j****b@p****t> almost 12 years ago
588b59cf Check stop condition under lock. Use emplace instead of push. Jakob Progsch <j****b@p****t> almost 12 years ago
42bed3a7 Use two argument condition_variable::wait() instead of a loop. Vaclav Zeman <v****n@g****m>
Committed by: Jakob Progsch <j****b@p****t>
almost 12 years ago
b168ca00 Use C++11 for(a:b) loop. Vaclav Zeman <v****n@g****m>
Committed by: Jakob Progsch <j****b@p****t>
almost 12 years ago
0fb92153 Do not call unlock() manually. Vaclav Zeman <v****n@g****m>
Committed by: Jakob Progsch <j****b@p****t>
almost 12 years ago
20061c5c merge Merge pull request #10 from vadz/master Jakob Progsch <j****b@p****t> over 12 years ago
694dd354 Fix MSVS 2013 warning about a condition being always true. Vadim Zeitlin <v****m@z****g> over 12 years ago
f659749e basic usage in readme Jakob Progsch <j****b@p****t> over 13 years ago
7e8ad092 removed legacy directory Jakob Progsch <j****b@p****t> over 13 years ago
ac2a77d5 return type deduction now with result_of Jakob Progsch <j****b@p****t> over 13 years ago
e398e2d7 fixed potential deadlock Jakob Progsch <j****b@p****t> over 13 years ago
3d3d77a4 trailing whitespaces Jakob Progsch <j****b@p****t> over 13 years ago
c32e66f6 merge Merge branch 'develop' of https://github.com/progschj/ThreadPool into develop Jakob Progsch <j****b@p****t> over 13 years ago
7d93717b Changed nontemplates member to inline Jakob Progsch <j****b@p****t> over 13 years ago
978cf0ed Removed unnecessary forward declaration Jakob Progsch <j****b@p****t> over 13 years ago
951db758 Removed Worker class in favor of a lambda capturing this Jakob Progsch <j****b@p****t> over 13 years ago
5a8ca170 Reformated excessively long lines Jakob Progsch <j****b@p****t> over 13 years ago
41355c07 Pass task by universal reference and variadics Jakob Progsch <j****b@p****t> over 13 years ago
5d0ca72d Simplifications and fixes Jakob Progsch <j****b@p****t> over 13 years ago
f76ae84b fixed wrong include Jakob Progsch <j****b@p****t> almost 14 years ago
3987b097 reorganised files Jakob Progsch <j****b@p****t> almost 14 years ago
3c5324ce added simple example Jakob Progsch <j****b@p****t> almost 14 years ago
2be86243 added version that returns std::future<T> instead of the custom Result<T> type Jakob Progsch <j****b@p****t> almost 14 years ago
0dc616df added license Jakob Progsch <j****b@p****t> almost 14 years ago
0a86c006 initial commit Jakob Progsch <j****b@p****t> almost 14 years ago
3a9b9768 Initial commit Jakob Progsch <j****b@p****t> almost 14 years ago

← Back to repository