- Nov 08, 2022
-
-
- Aug 26, 2022
-
-
Martin Christoph Hierholzer authored
it was anyway dysfunctional and mainly slightly reducing performance.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jun 14, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Just use enableDebugDataLoss() to enable debug output.
-
- Apr 28, 2021
-
-
Martin Christoph Hierholzer authored
-
- Aug 26, 2020
-
-
Martin Christoph Hierholzer authored
-
- Jul 31, 2020
-
-
Martin Killenberg authored
- Initial values are sometimetimes only propagated in the first run of the main loops, not in prepare. If other modules are waiting for it they cannot enter their main loop. That's why all threads have to be started first, and only the it is waited for all of them to enter testable mode.
-
- Jul 29, 2020
-
-
Martin Killenberg authored
-
- Jul 02, 2020
-
-
Christoph Kampmeyer authored
Rearranged processing of fanouts and their consuming nodes. A list of consuming nodes and implementations is passed to the fanout constructors, so the nodes don't have to added later. This resolves conflicts in the order in which accessors are decorated and added to the fanouts. FanOut constructors could still use refactoring.
-
- May 26, 2020
-
-
Martin Christoph Hierholzer authored
-
- Apr 21, 2020
-
-
Martin Christoph Hierholzer authored
this was never really a problem, since it was always used with the BidirectionalProcessArray() which implements writeDestructively same as write
-
- Jan 23, 2020
-
-
Martin Christoph Hierholzer authored
-
- Jan 20, 2020
-
-
Martin Christoph Hierholzer authored
-
- Jan 17, 2020
-
-
Martin Christoph Hierholzer authored
Need to wait until the internal fan out threads have been launched and acquired the testable mode lock before continuing with app starting and testing to avoid race conditions.
-
Martin Christoph Hierholzer authored
-
- Jan 10, 2020
-
-
Martin Christoph Hierholzer authored
wip: fix propagation of initial values from control system variables (persistence layer) and device registers (just the current value)
-
- Aug 02, 2019
-
-
Martin Killenberg authored
- Exception handling decorator and ThreadedFanOut send condition variable notificatios via the DeviceModule - FanOut sends terminate to impl and all slaves. Solves (some?) shutdown issues, but breaks bi-directional array test.
-
- Jun 05, 2019
-
-
Martin Christoph Hierholzer authored
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 25, 2019
-
-
Martin Christoph Hierholzer authored
- implement ThreadedFanOut version with return channel - add test for ThreadedFanOut with return channel
-
- Jan 07, 2019
-
-
Martin Christoph Hierholzer authored
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jul 11, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jun 08, 2018
-
-
Martin Christoph Hierholzer authored
Updated to use the new ReadAnyGroup instead of the old readAny function. Some tests are still hanging or failing (mostly due to shutdown issues)
-
- Nov 20, 2017
-
-
Martin Christoph Hierholzer authored
-
- May 15, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Renamed Application::testableModeThreadName() into Application::threadName(), since this will be used for other purposes as well.
-
- Apr 13, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 10, 2017
-
-
Martin Christoph Hierholzer authored
- add all networks triggered from the same node to the same TriggerFanOut - put all feeding nodes in a TriggerFanOut into the same TransferGroup
-
Martin Christoph Hierholzer authored
- added some class documentation
-
Martin Christoph Hierholzer authored
-