0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Dec 28, 2024 — Dec 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add error checking to auto_reset_event More... about 12 years ago
Fix code which deals with executing queued continuations More... about 12 years ago
Slightly improve the Chase-Lev deque memory ordering More... about 12 years ago
Replace the work-stealing queue with a Chase-Lev deque More... about 12 years ago
Add some extra assertions to validate function types More... about 12 years ago
Refactor partitioner detection code More... about 12 years ago
Fix Visual Studio support More... about 12 years ago
Fix range partitioning so that the split is done in the right order More... about 12 years ago
Fix a small error with MSVC detection More... about 12 years ago
Add better support for aligned memory allocation and use it more extensively More... about 12 years ago
Minor spacing cleanups More... about 12 years ago
Add std:: to some functions More... about 12 years ago
Fix partitioner detection More... about 12 years ago
Add auto_partitioner and make it the default partitioner More... about 12 years ago
Remove unused empty() function on static_partitioner More... about 12 years ago
Normalize code layout More... about 12 years ago
Strip trailing spaces More... about 12 years ago
Add support for partitioners for parallel_for and parallel_reduce More... about 12 years ago
Minor cleanup More... about 12 years ago
Fix a race condition which could cause a deadlock More... about 12 years ago
Spawn parallel_invoke tasks in parallel rather than sequentially More... about 12 years ago
Properly fix std::thread parameter passing Fixes #3 More... about 12 years ago
Properly handle parameter passing in different implementations of std::thread Fixes #3 More... about 12 years ago
Implement comparaison operators for ref_count_ptr More... over 12 years ago
Remove some unneeded includes More... over 12 years ago
More code cleanup More... over 12 years ago
Support compiling with exceptions disabled More... over 12 years ago
Update README More... over 12 years ago
Replace worker thread join on shutdown with a shutdown event, since joining deadlocks on MSVC More... over 12 years ago
Initial support for Visual C++ 2013 More... over 12 years ago