- Sep 23, 2020
-
-
Christoph Kampmeyer authored
Manual check to be used temporarily.
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
These additions cover the behavior described in #29.
-
- Sep 18, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Sep 16, 2020
-
-
Christoph Kampmeyer authored
- Rename, this does not test the intial value propagation - Remove debug output
-
Martin Christoph Hierholzer authored
This reverts commit a80ebc2d. This was the wrong approach, see ChimeraTK/DeviceAccess-DoocsBackend#45
-
- Sep 15, 2020
-
-
Martin Christoph Hierholzer authored
-
Christoph Kampmeyer authored
-
- Sep 14, 2020
-
-
Martin Christoph Hierholzer authored
It was agreed to never do this. What strings are for display only and should not be analysed, neither by tests nor by applications.
-
- Sep 11, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This helps understanding where an error is coming from, e.g. when multiple devices are used in the same logical name mapped device
-
Martin Christoph Hierholzer authored
This greatly helps debugging real setups, as the messages will usually end up in the server log. Note: Ideally, a proper logging mechanism should be used instead, but this does not yet exist!
-
- Sep 08, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Reading was done only in deeper levels inside the VariableGroups.
-
Martin Christoph Hierholzer authored
See 1af92147. Input accessors are now properly part of the ReadAny group which improves the deterministic behaviour.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This provides a strict guarantee for the order of updates w.r.t. trigger, especially for tests.
-
Martin Christoph Hierholzer authored
-
- Sep 07, 2020
-
-
Christoph Kampmeyer authored
- Removed extra call to registerModule which caused multiple creation of the same module on a tree node - Made addChildNode private
-
Christoph Kampmeyer authored
-
- Sep 04, 2020
-
-
Christoph Kampmeyer authored
Instead of holding the modules in a flat list as before, this represents the ownership of nested modules correctly and prevents possible memory access violation on destruction.
-
- Sep 03, 2020
-
-
Christoph Kampmeyer authored
-
- Sep 01, 2020
-
-
Automated MSK Jenkins User authored
-
- Aug 31, 2020
-
-
Martin Killenberg authored
Automatically adding CMAKE_CXX_STANDARD to all projects is giving too much trouble because different CMAKE versions add different --std=gnu... flags which do not play well the the --std=c++... which we use. This reverts commit ddb4d575.
-
- Aug 28, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
- All modules have names - "DEVICE" tag removed because it is not used any more
-
Martin Killenberg authored
-
- Aug 27, 2020
-
-
Martin Christoph Hierholzer authored
remove unnecessary and wrong (not thread safe) increment+decrement of the testableMode_deviceInitialisationCounter
-
Martin Christoph Hierholzer authored
this fixes #194
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-