# # ChangeLog for libcfa/src/concurrency/actor.hfa # # Generated by Trac 1.2.1 # Aug 16, 2024, 8:15:11 PM Sun, 05 Mar 2023 17:34:45 GMT caparsons [f23d34db] * libcfa/src/concurrency/actor.hfa (modified) changed some stat collection for actors and attempted to fix ... Sat, 04 Mar 2023 19:58:57 GMT caparsons [858350a] * libcfa/src/concurrency/actor.hfa (modified) * tests/concurrent/actors/.expect/poison.txt (added) * tests/concurrent/actors/poison.cfa (added) added poison pill messages and made test for them Sat, 04 Mar 2023 18:59:47 GMT caparsons [2856044a] * libcfa/src/concurrency/actor.hfa (modified) fixed div by zero bug in actor stats, cleaned up includes, changed to ... Sat, 04 Mar 2023 18:35:11 GMT caparson [1e38178] * libcfa/src/concurrency/actor.hfa (modified) added some safety/productivity features and some stats Wed, 08 Feb 2023 20:07:52 GMT caparson [2d028039] * libcfa/src/concurrency/actor.hfa (modified) * src/Concurrency/Actors.cpp (modified) added support for copy based envelopes Thu, 02 Feb 2023 16:08:48 GMT caparsons [ccf1d99] * libcfa/src/concurrency/actor.hfa (modified) * src/Concurrency/Actors.cpp (modified) * tests/concurrent/actors/executor.cfa (modified) intermediate push so I can move to nasus to performance test some stuff Wed, 01 Feb 2023 21:31:15 GMT caparsons [5c473c9] * libcfa/src/concurrency/actor.hfa (modified) fixed bug where I used buffer as a stack not a queue Wed, 01 Feb 2023 21:20:33 GMT caparsons [ecfe574] * libcfa/src/concurrency/actor.hfa (modified) added envelope copying to avoid allocations Tue, 31 Jan 2023 19:05:10 GMT caparsons [9d0ff30] * libcfa/src/concurrency/actor.hfa (modified) added missing header Mon, 30 Jan 2023 18:32:55 GMT caparsons [c042d79] * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/actor.hfa (added) ported uC++-style actor system