- Feb 11, 2019
-
-
Martin Christoph Hierholzer authored
so far, only scalars work and the meta data (macro pulse number etc. is missing)
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 29, 2019
-
-
Martin Christoph Hierholzer authored
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
- Aug 20, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jul 04, 2018
-
-
Martin Christoph Hierholzer authored
- Replace the std::reference_wrapper<TransferElement> with a TransferElementAbstractor.
-
- Jul 02, 2018
-
-
Martin Christoph Hierholzer authored
Fixed a type confusion between int64_t (aka long int on 64 bit platforms) and long long int. The types are not identical (in the C++ sense) but bit-compatible. ChimeraTK expects int64_t while DOOCS expects long long int.
-
- Feb 27, 2018
-
-
Martin Killenberg authored
-
Automated MSK Jenkins User authored
-
- Jan 08, 2018
-
- Dec 19, 2017
-
-
Martin Christoph Hierholzer authored
-
- Dec 11, 2017
-
-
Martin Killenberg authored
- fixed last tests which were not using timeout based checks
-
- Nov 06, 2017
-
-
Martin Killenberg authored
introduced flag to indicate when doocs initialisation is done. Removed all sleeps in the server based tests.
-
- Oct 31, 2017
-
-
Martin Killenberg authored
Removed update functions completely. The long sleep made the server unresponsive. Instead the call to run update in the tests was replaces with a sleep. Sometimes fails, as expected with a fixed timeout, but it was as hack anyway.
-
Martin Killenberg authored
changed updater to run in its own thread. Tests still using doocs update, which is just doing an insanely long sleep of 1 second.
-
Martin Killenberg authored
-
- Oct 30, 2017
-
-
Martin Killenberg authored
separated DoocsSpectrum into header and cc file, as it should be. It was still header only from the time where it was a tempates class.
-
Martin Killenberg authored
all EqFcts are using common updater. Tests passing, but locking is not done properly across EqFcts (race conditions with RPC calls possible).
-
- Oct 28, 2017
-
-
Martin Killenberg authored
changed DoocsFactory to not create unnecessary decorators of the wrong type when auto-creating variables. Test for spectra still failing
-
- Oct 27, 2017
-
-
Martin Killenberg authored
-
- Oct 24, 2017
-
-
Martin Killenberg authored
Updater is using a vector of callbacks now. Not working as intended because there are different decorators where they should be the same.
-
- Oct 23, 2017
-
-
Martin Killenberg authored
changed interface of VariableMapper (list of descriptions instead of map because concept of 1:1 mapping does not work). Class compiles, but the rest of the lib incl. tests is not adapted yet
-
- Oct 20, 2017
-
-
Martin Killenberg authored
-
- Oct 19, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 18, 2017
-
-
Martin Killenberg authored
-
- Oct 17, 2017
-
-
Martin Killenberg authored
-
- Oct 13, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 12, 2017
-
-
Martin Killenberg authored
-
- Oct 11, 2017
-
-
Martin Killenberg authored
renamed the intermediate function 'new_create' back to create, which had been removed after it was obsolete
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 10, 2017
-
-
Martin Killenberg authored
-
- Oct 09, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
removed map which has been put into the DoocsAdapter class in the beginning but the put into the updater
-
- Oct 07, 2017
-
-
Martin Killenberg authored
-