# # ChangeLog for tests/concurrent/channels # # Generated by Trac 1.2.1 # Jun 12, 2024, 1:34:13 AM 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