0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Dec 28, 2024 — Dec 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #52 from LucidSigma/remove-deprecated-aligned-storage More... over 3 years ago
Replace deprecated std::aligned_storage with alternative More... over 3 years ago
Don't move the task_ptr in run_continuation More... over 3 years ago
Merge pull request #47 from IanLilleyT/invoke_result More... about 4 years ago
replaced std::result_of with std::invoke_result for c++17 or greater More... about 4 years ago
Merge pull request #44 from museghost/master More... about 4 years ago
Merge pull request #2 from museghost/resolve-warnings-in-gcc-8.4 More... about 4 years ago
resolve shadow warnings in gcc (#1) More... about 4 years ago
Fix use-after-free in task_wait_event::signal More... almost 6 years ago
Fix incorrect reporting of task completion More... almost 6 years ago
Work around missing std::atomic_init before GCC 5 More... almost 6 years ago
Merge pull request #35 from zerodefect/master More... about 6 years ago
When signaling to a waiting task, do not signal under the hold of a lock otherwise it may cause the signaled thread to go back to sleep if the lock is still owned by the signaling thread. More... about 6 years ago
Merge pull request #34 from BotellaA/patch-1 More... over 6 years ago
Update CMakeLists.txt More... over 6 years ago
Provide better install directories for GNU More... over 6 years ago
Fix memory leak More... over 6 years ago
Merge pull request #33 from kikaxa/master More... over 6 years ago
fix c++11 More... over 6 years ago
fix c++11 More... over 6 years ago
add support for no(void) parameter continuations More... over 6 years ago
Don't disable RTTI on Apple platforms More... over 6 years ago
Merge pull request #29 from BotellaA/patch-1 More... about 7 years ago
Update Async++Config.cmake.in More... about 7 years ago
Merge pull request #28 from tribal-tec/master More... over 7 years ago
Support CMake's find_package() More... over 7 years ago
Merge pull request #26 from tribal-tec/master More... over 7 years ago
Visibility not needed for static build More... over 7 years ago
Revert "Avoid a stack overflow when dealing with long chains of unwrapped tasks" More... almost 8 years ago
Merge pull request #24 from amosbird/master More... about 8 years ago