# # ChangeLog for tests/concurrent/barrier # # Generated by Trac 1.2.1 # May 17, 2024, 10:54:57 AM Fri, 01 Apr 2022 18:46:28 GMT Thierry Delisle [a18373a] * libcfa/src/concurrency/barrier.hfa (modified) * tests/concurrent/barrier/.expect/last.txt (added) * tests/concurrent/barrier/last.cfa (added) Added a hook for the barrier's last block. Added testing to go with it. Fri, 01 Apr 2022 18:29:58 GMT Thierry Delisle [5b7fea7] * tests/concurrent/barrier/order.cfa (modified) barrier/order test now yields for more chaos Fri, 01 Apr 2022 16:40:35 GMT Thierry Delisle [31ef267] * libcfa/src/concurrency/barrier.hfa (modified) * tests/concurrent/barrier/generation.cfa (modified) * tests/concurrent/barrier/order.cfa (modified) Added comments. Fri, 01 Apr 2022 16:17:21 GMT Thierry Delisle [93b8cf4] * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/barrier.hfa (added) * tests/concurrent/barrier/.expect/generation.txt (added) * tests/concurrent/barrier/.expect/order.txt (added) * tests/concurrent/barrier/gen_generation_expect.cfa (added) * tests/concurrent/barrier/generation.cfa (added) * tests/concurrent/barrier/order.cfa (added) Added a simple barrier and accompagnying tests.