- Aug 08, 2018
-
-
vargheseg authored
Issue: Server throws when there are no device module variables: terminate called after throwing an instance of 'std::logic_error' what(): ReadAnyGroup has no element with AccessMode::wait_for_new_data. Aborted (core dumped) This commit introduces a workaround as proposed by jens: void DoocsUpdater::updateLoop(){ if (_elementsToRead.empty()) { return; } This commit is intended to be reverted if the above strategy has side effects.
-
- Jul 18, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- update dependency versions
-
Martin Christoph Hierholzer authored
- Jul 09, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jul 04, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- Replace the std::reference_wrapper<TransferElement> with a TransferElementAbstractor.
-
- Jul 03, 2018
-
-
Martin Christoph Hierholzer authored
-
- 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.
-
Martin Christoph Hierholzer authored
-
- May 07, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
add enable_latest_cxx_support.cmake and added a comment to enable_cxx11_support.cmake to no longer use is.
-
- May 03, 2018
-
-
Jens Georg authored
-
- Apr 25, 2018
-
-
Martin Christoph Hierholzer authored
-
- Apr 23, 2018
-
-
Martin Christoph Hierholzer authored
-
- Apr 12, 2018
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Mar 16, 2018
-
-
Martin Killenberg authored
Ignore configuration files for Visual Studio Code.
-
Sebastian Marsching authored
-
- Mar 13, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 28, 2018
-
- Feb 27, 2018
-
-
Martin Killenberg authored
-
Automated MSK Jenkins User authored
-
- Feb 19, 2018
-
-
Martin Killenberg authored
-
- Feb 08, 2018
-
-
Martin Killenberg authored
-
- Feb 07, 2018
-
-
Martin Christoph Hierholzer authored
fixed another uncought exception when converting e.g. an Inf from double to float (was still occurring for D_spectrum)
-
- Jan 22, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- Jan 11, 2018
-
-
Martin Christoph Hierholzer authored
Do 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.
-
- Jan 10, 2018
-
-
Martin Christoph Hierholzer authored
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.
-
- Jan 08, 2018
-
- Jan 05, 2018
-
-
Martin Killenberg authored
-
- Dec 19, 2017
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Dec 12, 2017
-
-
Martin Killenberg authored
removed the not necessary experimental switch. The readAny in control system adapter does not have the flag because it is the default behaviour
-