- Mar 03, 2020
-
-
Martin Christoph Hierholzer authored
-
- Mar 02, 2020
-
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-
vargheseg authored
-
- Feb 28, 2020
-
-
Nadeem Shehzad authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 27, 2020
-
-
Nadeem Shehzad authored
-
vargheseg authored
Fix changes broken by renaming to ExceptionDummyBackend in DeviceAccess.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 26, 2020
-
-
Nadeem Shehzad authored
-
vargheseg authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 09, 2020
-
-
Automated MSK Jenkins User authored
-
- Feb 05, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
The default value was properly propagated but not visible to the test until a value was sent through the return channel.
-
Martin Christoph Hierholzer authored
This can be overridden by a newly introduced boolean argument. Including the return channel was causing problems e.g. when propagating the DataValidity flag.
- Feb 04, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
need to wait until all mainLoops() are entered, so the initial value propagation is done. Otherwise during initial value propagation values could be read from hardware which might already trigger the exception state.
-
Martin Christoph Hierholzer authored
one initial value was not properly waited for, and one inherent race condition is now basically ignored (with comment)