This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
moodycamel_ConcurrentQueue
Watch
0
Star
0
Fork
0
You've already forked moodycamel_ConcurrentQueue
mirror of
https://github.com/cameron314/concurrentqueue.git
synced
2026-01-18 06:11:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
moodycamel_ConcurrentQueue
/
tests
History
Cameron
3e72a150ac
Tentative fix for use-after-free in thread exit notification linked list, and for race between thread exit and thread exit unsubscription (see
#288
)
2022-03-13 10:15:51 -04:00
..
CDSChecker
Fixed CDSChecker tests (only enqueue from one thread; updated memory ordering to match real queue and fix races; removed invalid assertion; updated makefile to run without bound instead of stopping after 4 executions) (issue
#184
)
2020-02-09 12:23:47 -05:00
common
Added VS2013 solution and projects, and fixed related errors and warnings (though unit test for exceptions does not pass under MSVC yet)
2014-11-28 00:55:04 -05:00
fuzztests
Fixed VS2019 /W4 warnings with and without C++17 language suport (issue
#211
)
2020-07-11 12:20:21 -04:00
relacy
Updated to latest version of Relacy and fixed incompatibility with GCC 5+ (tests still pass) (issue
#102
)
2019-12-27 20:10:05 -05:00
unittests
Tentative fix for use-after-free in thread exit notification linked list, and for race between thread exit and thread exit unsubscription (see
#288
)
2022-03-13 10:15:51 -04:00
corealgos.h
Fixed VS2019 /W4 warnings with and without C++17 language suport (issue
#211
)
2020-07-11 12:20:21 -04:00