# # ChangeLog for / # # Generated by Trac 1.2.1 # May 8, 2024, 4:00:36 AM Sat, 27 Mar 2021 22:04:14 GMT Peter A. Buhr [1da7397] * doc/theses/andrew_beach_MMath/features.tex (modified) * libcfa/src/concurrency/clib/cfathread.cfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/containers/queueLockFree.hfa (modified) * tests/Makefile.am (modified) * tests/collections/.expect/atomic_mpsc.txt (added) * tests/collections/atomic_mpsc.cfa (added) * tests/concurrent/.expect/spinaphore.txt (added) * tests/concurrent/spinaphore.cfa (added) * tests/unified_locking/.expect/mcs.txt (added) * tests/unified_locking/mcs.cfa (added) fix conflict 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. Thu, 25 Mar 2021 19:09:01 GMT Thierry Delisle [bd0bdd37] * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Fix how bias is handled in the ready queue to be more consistent with ... Thu, 25 Mar 2021 18:42:38 GMT Thierry Delisle [3143f28] * libcfa/src/concurrency/ready_queue.cfa (modified) Fixed misleading stats counter Thu, 25 Mar 2021 17:48:09 GMT Thierry Delisle [86dc95d] * libcfa/src/concurrency/clib/cfathread.cfa (modified) Re-implemented the work around I forgot about in memcached. Namely ... Thu, 25 Mar 2021 16:21:09 GMT Thierry Delisle [8d4c9f4] * tests/include/includes.cfa (modified) Removed the extra headers used by ncurses, there are many Thu, 25 Mar 2021 13:09:42 GMT Peter A. Buhr [2644610] * tests/include/includes.cfa (modified) remove eti.h from include test as it may not be installed Wed, 24 Mar 2021 22:31:02 GMT Andrew Beach [4260566] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Clean-up of features.tex. Put more general EHM ... Wed, 24 Mar 2021 18:35:24 GMT Thierry Delisle [4150779] * libcfa/src/concurrency/clib/cfathread.cfa (modified) Fixed bug with incorrect use of thread cast.