Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • 00.13
  • 01.08
  • cmake-fix-libinstalldir
  • drothe/MappedImage-improve
  • drothe/extendedDataMatching
  • drothe/test-setError-unmappedStatus
  • feat/support-D_iiii
  • master default protected
  • master-2023-12-05_13.34.24 protected
  • mhier/feat-startup-consistency
  • mhier/fix-eqcodes-unequal-10
  • mhier/fix-lost-error-status
  • mhier/fix-test-race-condition
  • mhier/fixes
  • mhier/use-doocs-server-class
  • mhier/use-new-doocs-location-factory
  • redesign_sebastian
  • redesign_sebastian_noMock
  • scalar_int64
  • wip/11221-modernizeCmake
  • 01.12.02
  • 01.12.01
  • 01.12.00
  • 01.11.04
  • 01.11.03
  • 01.11.02
  • 01.11.01
  • 01.11.00
  • 01.10.02
  • 01.10.01
  • 01.10.00
  • 01.08.01
  • 01.09.00
  • 01.08.00
  • 01.07.01
  • 01.07.00
  • 01.06.01
  • 01.06.00
  • 01.05.02
  • 01.05.01
40 results
Created with Raphaël 2.2.022Jan11108519Dec12116Nov3131Oct3028272423201918171613121110987516Sep151454131Aug30282524232221181714111098742125Jul181713129Jun22May30Mar210Feb12Dec924Nov22161411974313Oct20Sep1615146219Aug181727Jul262115874130Jun231May2726242017131217Mar161123Feb20Oct32130Sep2928217Aug531Jul6230Jun292221Apr161413731Mar3027252422201318Feb1210929Jan19Dec1832128Nov211086531Oct2827248Sepincreased patch level00.06.0200.06.02fixed uncought exception when converting e.g. an Inf from double to floatincreased sleep for update loop to 50ms to fix high cpu loadsDo not stop server (even through assert -> undefined behaviour without Debug flags!) when trying to create a string array. Instead the property is simply ignored and a warning is printed.Temporary roll-back to the periodic update polling instead of the readAny()-based update logic. This is necessary, since the readAny() implementation seems to be too slow for bigger servers like the LLRF server. A proper solution should be found to improve the performance of readAny() for larger number of variables.00.06.0100.06.01removed template specialisation of updateDoocsBuffer for D_bytearray00.06.0000.06.00adapted required DeviceAccess version and increased minor version numbersome necessary changes for the latest DeviceAccess updateMerge branch 'master' of github.com:ChimeraTK/ControlSystemAdapter-DoocsAdapterneccessary update for the latest DeviceAccess changesremoved the not necessary experimental switch. The readAny in control system adapter does not have the flag because it is the default behaviourFinally made the tests work. Logic in the precious commit was still broken.fixed logic in readWrite test- changed update loop to use readAnyimproved tests by adding checks for null-pointersintroduced flag to indicate when doocs initialisation is done. Removed all sleeps in the server based tests.adapted serverTestSpectrumArray to checks with timeout, getting rid of the sleepsimproved locking in server based test toolsIncreased minor version number00.05.0000.05.00changed maximal length for properties with history to accomodate the ._HIST extensionconsistently using timeout test in serverTestReadWritestarted introducing timeout based tests, which improves reliability an speeds up the testingRemoved 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.changed updater to run in its own thread. Tests still using doocs update, which is just doing an insanely long sleep of 1 second.introduced proper locking across locationsseparated DoocsSpectrum into header and cc file, as it should be. It was still header only from the time where it was a tempates class.all EqFcts are using common updater. Tests passing, but locking is not done properly across EqFcts (race conditions with RPC calls possible).testing that re-using variables inside one location works. Across locations does not work yet, needs refactoring.changed DoocsFactory to not create unnecessary decorators of the wrong type when auto-creating variables. Test for spectra still failingimproved debug printout of VariableMapperUpdater is using a vector of callbacks now. Not working as intended because there are different decorators where they should be the same.implemented test that helper variables in spectra are not added during importremoved obsolete duplicate test from the xml parser test. duplicates are possible and sometimes useful (?)library compiles and tests are passing, except for duplicate test which has to be adapted and is not implemented yetchanged 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- Dynamic x-axis for spectrum works, at least unique x-axis variablesimplemented dynamic x-axis scaling in DoocsSpectrum. Not used yet, factory initialises with nullprtarrays are now created with a configurable data typestatic x-axis scaling work for D_spectraDoocsPVFactory creates spectra with x-axis start/increment, but mapper only provides default values
Loading