0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Dec 28, 2024 — Dec 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor refactoring More... over 12 years ago
Fix a rare race condition which can occur during shutdown More... over 12 years ago
Fix Windows compile More... over 12 years ago
Windows implementation of auto_reset_event using CreateEvent More... over 12 years ago
Add examples of parallel algorithms to README More... over 12 years ago
Fix bug in determination of continuation result type More... over 12 years ago
Add parallel_invoke, parallel_for and parallel_reduce More... over 12 years ago
Fixed memory leak when a task queue push runs out of memory More... over 12 years ago
Fix warning on GCC when inheriting from scheduler with hidden visibility More... over 12 years ago
Fix thread_scheduler More... over 12 years ago
Fixed multiple definitions of schedule_task More... over 12 years ago
Release thread pool resources on destruction More... over 12 years ago
Spawn pool threads in parallel, also minor refactoring More... over 12 years ago
More scheduler refactoring More... over 12 years ago
Major refactoring of scheduler interface More... over 12 years ago
Refactored handling of per-thread event objects. More... over 12 years ago
Replaced implicit bool conversion on task with a valid() member function More... over 12 years ago
Fixed atomic memory ordering on event_task More... over 12 years ago
Only check for empty task objects when NDEBUG is not defined. More... over 12 years ago
Fixed using function pointers as an argument when spawning tasks. More... over 12 years ago
Fix small typo in basic_event More... over 12 years ago
Use std::size_t instead of plain size_t More... over 12 years ago
Minor refactoring More... over 12 years ago
Replaced virtual task_base with a dispatch function. More... over 12 years ago
Fixed execution functions to avoid redundant code generation. More... almost 13 years ago
Refactored helper functions for handling void tasks More... almost 13 years ago
Fixed check for thread_local: GCC doesn't support __has_feature. More... almost 13 years ago
Refactored task classes to remove fragile enable_if logic. More... almost 13 years ago
Fixed example in README More... almost 13 years ago
Updated README More... almost 13 years ago