- Apr 30, 2021
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 28, 2021
-
-
Martin Christoph Hierholzer authored
This is changed behaviour introduced with c9948142
-
- Apr 26, 2021
-
-
Martin Christoph Hierholzer authored
Before it had to be stripped for all use cases anyway, so it is better to leave it out from the beginning.
-
- Apr 21, 2021
-
-
Martin Christoph Hierholzer authored
For some reason this was disallowed and even tested to throw.
-
Martin Christoph Hierholzer authored
This actually makes the implementation also easier and more efficient.
-
- Apr 16, 2021
-
-
Martin Christoph Hierholzer authored
* add HierarchyModifyingGroup * VirtualModule: allow nested oneLevelUp etc.; simplify implementation This is achieved by properly setting the _owner of each VirtualModule (unless highest level). The simplification comes from then being able to use getOwner() instead of keeping track of "grandparents", and from using createAndGetSubmodule() instead of implementing something similar again in findTagAndAppendToModule(). * DataLossCounter constructor now takes qualified path to trigger variable
-
Martin Christoph Hierholzer authored
-
- Mar 23, 2021
-
-
Martin Christoph Hierholzer authored
Co-authored-by:
Jens Georg <jens.georg@desy.de>
-
- Feb 18, 2021
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Forgot to adpopt test to the new method signature.
-
zenker authored
* Fix initial msg. Add automatic connection to the LoggingModule. Now the Logger is a VariableGroup and in the prepare() method an empty msg is written once. This makes sure the LoggingModule is not waiting for initial values of Loggers and messages by other Loggers get lost. * Add message in case on modules with Logger are found. * Fix test and remove implementation of removed method. * Do not use hard coded tags but use default tags. Now all tags given to the LoggingModule are used to look for senders.
-
- Oct 09, 2020
-
-
Martin Killenberg authored
finally managed to cook up a test that is sensitive to the connection errors when using hierarchy modifiers
-
- Oct 07, 2020
-
-
Christoph Kampmeyer authored
-
- Oct 05, 2020
-
-
Christoph Kampmeyer authored
-
- Sep 23, 2020
-
-
Christoph Kampmeyer authored
This closes #29.
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
Manual check to be used temporarily.
-
Christoph Kampmeyer authored
These additions cover the behavior described in #29.
-
- Sep 16, 2020
-
-
Christoph Kampmeyer authored
- Rename, this does not test the intial value propagation - Remove debug output
-
- Sep 15, 2020
-
-
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 07, 2020
-
-
Christoph Kampmeyer authored
-
- Sep 03, 2020
-
-
Christoph Kampmeyer authored
-
- Aug 28, 2020
-
-
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 24, 2020
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Create unique temporary directories.
-
- Aug 17, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Jan H. K. Timm authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Aug 14, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
testDeviceInitialisationHandler: convert globals used by different threads into atomics to avoid data races (tsan was complaining)
-