0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jan 07, 2025 — Jan 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace the lock-based continuation_vector with a mostly lock-free implementation More... almost 11 years ago
Various cleanups More... almost 11 years ago
Cache the result of std::thread::hardware_concurrency() More... almost 11 years ago
Clean up functions dealing with getting and setting cancellation exceptions More... almost 11 years ago
Various cleanups More... almost 11 years ago
Rename ref_count_base::release to remove_ref More... almost 11 years ago
Merge atomic fences with loads and stores, which can allow better code generation on some architectures More... about 11 years ago
Rearrange some code so that internal protected class members do not leak into the public interface More... about 11 years ago
Various minor cleanups More... about 11 years ago
Add a static_assert to check that all tasks given to when_any have the same result type More... about 11 years ago
Fix some places which didn't have proper exception safety More... about 11 years ago
Add missing #include for parallel_reduce.h More... about 11 years ago
Fix double-free when an unwrapped task is cancelled. Fixes #7 More... over 11 years ago
Fix issue #6: Incorrect types passed for unwrapping continuations More... over 11 years ago
Use void* instead of atomic<void*> for the elements of the work-stealing queue More... almost 12 years ago
Move the FIFO queue and work stealing queue into the public API so that they can be used to build custom schedulers. More... almost 12 years ago
Small code cleanups More... almost 12 years ago
Work around lack of thread-safe static initialization on MSVC and Intel compilers More... almost 12 years ago
Force hidden symbol visibility for internal functions More... almost 12 years ago
Annotate move constructors and move assignment with noexcept More... about 12 years ago
Fix some alignment-related issues More... about 12 years ago
Make implicit conversion explicit More... about 12 years ago
Minor fix for aligned_array More... about 12 years ago
Minor code style fixes More... about 12 years ago
Add an example of a scheduler used to run tasks on the GTK main loop More... about 12 years ago
Make task_wait_handle copyable More... about 12 years ago
Avoid comparaison between signed and unsigned integers More... about 12 years ago
Add an assertion for integer wrapping behavior More... about 12 years ago
Add support for Intel C++ compiler 14 More... about 12 years ago
Clean up task states More... about 12 years ago