- Sep 21, 2023
-
-
Jens Georg authored
* Disable deprecation warnings * Fix linter findings * fix: Compiler warnings regarding internal linkage * fix: Mask memory leak --------- Co-authored-by:
Martin Hierholzer <martin.hierholzer@desy.de>
-
- Nov 16, 2022
-
-
Martin Christoph Hierholzer authored
-
- Nov 08, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
-
Martin Christoph Hierholzer authored
-
-
Martin Christoph Hierholzer authored
-
- Aug 26, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jun 09, 2021
-
-
Martin Christoph Hierholzer authored
-
- May 27, 2021
-
-
Martin Killenberg authored
-
- May 25, 2021
-
-
Martin Killenberg authored
- Implemented but not tested yet - All existing tests passing
-
- May 21, 2021
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- May 20, 2021
-
-
Martin Killenberg authored
-
- May 19, 2021
-
-
Martin Killenberg authored
* Not implemented yet. Currently always return false. * Test exists and compiles, but is failing due to the missing implementation.
-
- Aug 03, 2020
-
-
Martin Killenberg authored
- All variables conceptually have an initial value now. - All initial values read by blocking read() before starting the main loop. - More tests failing, probably to old test exceptiations and wrong test implementations.
-
Martin Killenberg authored
- tests still failing - modifications incomplete - cleanup needed
-
- Jul 13, 2020
-
-
Martin Killenberg authored
-
- Mar 23, 2020
-
-
Martin Christoph Hierholzer authored
fix not using a ConsumingFanOut when connecting the two poll-types each with a push-type variable (e.g. control system) this happens frequently when following the modern connectTo() logic and connecting everything with the control system.
-
- Jan 20, 2020
-
-
Martin Christoph Hierholzer authored
-
- Jun 25, 2019
-
-
Martin Christoph Hierholzer authored
rename VersionNumberUpdatingRegisterDecorator into MetaDataPropagatingRegisterDecorator, as it does more than just updating the VersionNumber now
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 23, 2019
-
-
Martin Christoph Hierholzer authored
bidirectional variables: pass on version numbers in modules from the last blocking read on to any write operations, to resolve conflicts of concurrent variable updates properly
-
- Jan 21, 2019
-
-
Martin Christoph Hierholzer authored
Added preliminary support for bidirectional variables. There are still some known issues, e.g. concurrent updates can still lead to race conditions. This will be addressed soon.
-
- Jan 08, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jan 03, 2019
-
-
Martin Christoph Hierholzer authored
-
- Dec 21, 2018
-
-
Martin Christoph Hierholzer authored
fixed connectTo() for direct device to control system connections when using the [] operator on the device module
-
- Dec 19, 2018
-
-
Martin Christoph Hierholzer authored
-
- Sep 05, 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)
-
- Jun 05, 2018
-
-
Jens Georg authored
We have a visitor now for generating - the XML - the Module's dot graph - the textual dump of the VariableNetwork - the dot graph of the VariableNetwork
-
- Dec 19, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 20, 2017
-
-
Martin Christoph Hierholzer authored
-