# # ChangeLog for tests/concurrent/channels # # Generated by Trac 1.2.1 # Jun 3, 2024, 2:56:43 AM Thu, 30 Mar 2023 19:48:34 GMT caparson [9319a23] * tests/concurrent/channels/.expect/churn.txt (added) * tests/concurrent/channels/.expect/contend.txt (added) * tests/concurrent/channels/.expect/daisy_chain.txt (added) * tests/concurrent/channels/.expect/hot_potato.txt (added) * tests/concurrent/channels/.expect/ping_pong.txt (added) * tests/concurrent/channels/.expect/pub_sub.txt (added) * tests/concurrent/channels/barrier.cfa (added) * tests/concurrent/channels/churn.cfa (added) * tests/concurrent/channels/contend.cfa (added) * tests/concurrent/channels/daisy_chain.cfa (added) * tests/concurrent/channels/hot_potato.cfa (added) * tests/concurrent/channels/ping_pong.cfa (added) * tests/concurrent/channels/pub_sub.cfa (added) added channel tests that use new termination feature Wed, 22 Mar 2023 16:32:55 GMT caparson [de934c7] * tests/concurrent/channels/parallel_harness.hfa (modified) minor changes to channel test harness Tue, 14 Mar 2023 15:03:09 GMT Peter A. Buhr [b2f3880] * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/barrier.hfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/once.hfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/snzi.hfa (modified) * libcfa/src/containers/lockfree.hfa (modified) * tests/concurrent/channels/parallel_harness.hfa (modified) add newline at end of file Sat, 25 Feb 2023 23:45:40 GMT caparson [ce44c5f] * libcfa/src/concurrency/channel.hfa (modified) * tests/concurrent/channels/parallel_harness.hfa (modified) Thought of new channel implementation while working on the prevention ... Sat, 14 Jan 2023 15:04:34 GMT caparsons [b3d794fc] * tests/concurrent/channels/parallel_harness.hfa (modified) removed unneeded dependency that broke build Fri, 13 Jan 2023 17:49:52 GMT caparsons [42b739d7] * libcfa/src/concurrency/channel.hfa (modified) * tests/concurrent/channels/parallel_harness.hfa (modified) fixed termination synchronization in the channel benchmark to get rid ... Wed, 11 Jan 2023 18:43:24 GMT caparsons [b49310f] * tests/concurrent/channels/zero_size.cfa (modified) fixed parameters for test to eliminate deadlock case Tue, 10 Jan 2023 18:02:41 GMT caparsons [dbd47d6] * tests/Makefile.am (modified) * tests/concurrent/channels/big_elems.cfa (modified) * tests/concurrent/channels/parallel_harness.hfa (moved) * tests/concurrent/channels/zero_size.cfa (modified) fixed makefile for tests by adding appropriate includes Mon, 09 Jan 2023 21:11:45 GMT caparsons [2cc969c] * tests/concurrent/channels/.expect/chan_big.txt (deleted) remove unused expect file due to renaming Mon, 09 Jan 2023 21:11:09 GMT caparsons [73e3a8f9] * tests/concurrent/channels/big_elems.cfa (added) refactored name of channel test to remove channel from the name Mon, 09 Jan 2023 21:10:32 GMT caparsons [cca034e] * tests/concurrent/channels/.expect/big_elems.txt (added) * tests/concurrent/channels/.expect/zero_size.txt (added) * tests/concurrent/channels/parallel_harness.cfa (moved) * tests/concurrent/channels/zero_size.cfa (added) added another channel test and refactored the existing one to reuse code Mon, 09 Jan 2023 20:32:08 GMT caparsons [72abfdd] * tests/concurrent/channels/.expect/chan_big.txt (added) added expect for channel test Mon, 09 Jan 2023 20:30:15 GMT caparsons [afffd6c] * tests/concurrent/channels/a.out (deleted) removed accidentally committed a.out Mon, 09 Jan 2023 20:28:49 GMT caparsons [4a962d8] * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/channel.hfa (added) * tests/concurrent/channels/a.out (added) * tests/concurrent/channels/chan_big.cfa (added) added channel impl with basic test. Will expand impl and tests soon