- 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).
-
Martin Killenberg authored
testing that re-using variables inside one location works. Across locations does not work yet, needs refactoring.
-
- 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
-
Martin Killenberg authored
removed obsolete duplicate test from the xml parser test. duplicates are possible and sometimes useful (?)
-
Martin Killenberg authored
library compiles and tests are passing, except for duplicate test which has to be adapted and is not implemented yet
-
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
- Changes update to readLatest to allow consistent testing
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 19, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 18, 2017
-
-
Martin Killenberg authored
changed variable mapper to actually produce spectra description, and the factory works out of the box. nice
-
Martin Killenberg authored
-
- Oct 17, 2017
-
-
Martin Killenberg authored
-
- Oct 16, 2017
-
-
Martin Killenberg authored
started with tests for spectrum vs. array. Currently failing because of missing stuff, probably in the xml parser
-
- Oct 13, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
changed to test also check auto-creation of arrays. Currently failing because spectra are auto-created
-
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
-
Martin Killenberg authored
-
- Oct 10, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 09, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
finally made the tests work with the new spectrum class. Fortunately this time the fault was at the test
-
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
-