# # ChangeLog for / # # Generated by Trac 1.2.1 # Apr 19, 2024, 1:49:45 AM Sat, 27 Mar 2021 20:38:37 GMT Thierry Delisle [f8a7fed] * doc/theses/andrew_beach_MMath/features.tex (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 27 Mar 2021 20:37:46 GMT Thierry Delisle [3bd5ca7] * tests/Makefile.am (modified) Fix test makefile for distribution Fri, 26 Mar 2021 22:01:38 GMT Thierry Delisle [8f5576d5] * libcfa/src/concurrency/locks.hfa (modified) Missed a static inline Fri, 26 Mar 2021 22:00:20 GMT Thierry Delisle [c51124b] * tests/concurrent/.expect/spinaphore.txt (added) * tests/concurrent/spinaphore.cfa (added) * tests/unified_locking/.expect/mcs.txt (added) * tests/unified_locking/mcs.cfa (added) Added tests for: - the "0nary" Semaphore, a.k.a. spinaphore. - the ... Fri, 26 Mar 2021 21:59:26 GMT Thierry Delisle [f4ec5e45] * libcfa/src/concurrency/locks.hfa (modified) Added several locks and other MES objects. Fri, 26 Mar 2021 21:58:45 GMT Thierry Delisle [d3314ae] * libcfa/src/concurrency/invoke.h (modified) Threads can now be queued onto the lock-free queues directly. Fri, 26 Mar 2021 21:58:18 GMT Thierry Delisle [cd26abf] * tests/collections/.expect/atomic_mpsc.txt (added) * tests/collections/atomic_mpsc.cfa (added) Added tests for the mpsc lock free queue Fri, 26 Mar 2021 21:57:52 GMT Thierry Delisle [2d95a2d] * libcfa/src/containers/queueLockFree.hfa (modified) Small fixes to lock free queues. Fri, 26 Mar 2021 19:02:35 GMT Andrew Beach [08e75215] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Expanded a todo about open/closed types.