# # ChangeLog for libcfa/src/concurrency/mutex_stmt.hfa # # Generated by Trac 1.2.1 # Apr 27, 2024, 9:16:56 AM Mon, 01 May 2023 20:00:06 GMT caparsons [beeff61e] * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/mutex_stmt.hfa (modified) * libcfa/src/concurrency/select.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) some cleanup and a bunch of changes to support waituntil statement Sat, 18 Mar 2023 18:41:05 GMT caparsons [9a9ca36] * libcfa/src/concurrency/mutex_stmt.hfa (modified) a little bit of mutex stmt header cleanup Tue, 14 Mar 2023 14:57:41 GMT Peter A. Buhr [5e4a830] * libcfa/src/algorithms/range_iterator.hfa (modified) * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/clib/cfathread.h (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/mutex_stmt.hfa (modified) * libcfa/src/concurrency/select.hfa (modified) * libcfa/src/containers/vector2.hfa (modified) add #pragma once to .h and .hfa files Sat, 25 Feb 2023 13:12:47 GMT Peter A. Buhr [dd3576b] * libcfa/src/concurrency/mutex_stmt.hfa (modified) * libcfa/src/vec/vec.hfa (modified) * tests/avltree/avl.h (modified) * tests/function-operator.cfa (modified) * tests/sum.cfa (modified) update from old to new trait syntax using forall Mon, 21 Mar 2022 15:52:19 GMT caparsons [0d4f954] * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/mutex_stmt.hfa (modified) changed concurrency library to work with new mutexstmt changes Tue, 25 Jan 2022 21:53:15 GMT caparsons [c1d8cde] * libcfa/src/concurrency/mutex_stmt.hfa (modified) added scoped locking Thu, 28 Oct 2021 16:10:54 GMT caparsons [eb9c2dc] * libcfa/src/concurrency/mutex_stmt.hfa (modified) trimmed down includes more Thu, 28 Oct 2021 15:08:34 GMT caparsons [441d11c] * libcfa/src/concurrency/mutex_stmt.hfa (modified) trimmed down includes Thu, 16 Sep 2021 18:21:12 GMT caparsons [a8367eb] * libcfa/src/concurrency/mutex_stmt.hfa (modified) * src/Concurrency/Keywords.cc (modified) fixed mutexStmt bug related to pointers/references Fri, 03 Sep 2021 13:52:04 GMT caparsons [bbe3719] * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/mutex_stmt.hfa (modified) * src/Concurrency/Keywords.cc (modified) * tests/concurrent/mutexstmt/locks.cfa (modified) cleaned up some mutex stmt related code Fri, 27 Aug 2021 16:54:04 GMT caparsons [1b97976c] * libcfa/src/concurrency/mutex_stmt.hfa (added) * tests/concurrent/mutexstmt/.expect/locks.txt (added) added in file I forgot and added test expect for locks