- Feb 20, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 18, 2019
-
-
Automated MSK Jenkins User authored
-
vargheseg authored
Cmake treats CMAKE_BUILD_TYPE string as case insensitve. Make the check for enabling coverage reflect this to make usage less restrictive.
-
- Feb 14, 2019
-
-
Martin Christoph Hierholzer authored
Do not try to make consuming control system variables bidirectional. It was running into an assertion and anyway makes no sense.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 05, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
fix issue that a double "-l" can appear in the Makefile config shell scripts for libraries which already contain the -l
-
- Feb 04, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
do not create TestableModeAccessorDecorator for unidirectional PVs with both directions enabled (was hitting an assert)
-
Martin Christoph Hierholzer authored
- treat the two directions of bidirectional variables properly in testable mode (i.e. as individual variables with each one counter) - fix a data race in testable mode in case a bidirectional variable rejected a value (was not holding a required lock)
-
- Jan 28, 2019
-
-
Martin Christoph Hierholzer authored
fixed bidirectional direct application to control system connections (without any FanOut in between)
-
Martin Christoph Hierholzer authored
extend test of bidirectional variables to include plain direct Application to ControlSystem connections (no FanOut etc. involved)
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Fixed getCurrentVersionNumber() and setCurrentVersionNumber() so they always get/set the version number of the ApplicationModule and not e.g. of a VariableGroup.
-
Martin Christoph Hierholzer authored
extended the test to make sure also the "observer" variables in the control system show the right values
-
- Jan 25, 2019
-
-
Martin Christoph Hierholzer authored
- implement ThreadedFanOut version with return channel - add test for ThreadedFanOut with return channel
-
Martin Christoph Hierholzer authored
-
- Jan 24, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
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
-
Martin Christoph Hierholzer authored
-
- Jan 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
fixed testable mode for bidirectional variables: the return channel of control system to application variables must not increment the testableMode_counter
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 21, 2019
-
-
Martin Christoph Hierholzer authored
Implemented bidirectional process variables for control system variables. There are still bugs and the test is failing...
-
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 11, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jan 08, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 07, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-