- Nov 08, 2018
-
-
Martin Christoph Hierholzer authored
-
- Nov 05, 2018
-
-
Martin Christoph Hierholzer authored
-
- Oct 04, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This reverts commit 7eace484. GNUInstallDirs doesn't really deliver the intended directories. CMAKE_INSTALL_LIBDIR e.g. points to lib/x86_64-linux-gnu on Ubuntu 16.04
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Oct 01, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Sep 14, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- Sep 10, 2018
-
-
Martin Christoph Hierholzer authored
Do not link against all boost libraries, since we must not link against the unit test library. The required libraries are already pulled in by the control system adapter anyway.
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
- Aug 30, 2018
-
-
Jens Georg authored
-
Jens Georg authored
Not adding the repository as a remote simply makes it impossible to push to it. Also this makes it mandatory to always fetch the changes from the remote anyway since it is not locally mirrored.
-
- Aug 27, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Added persistency for D_spectrum properties. This resolves #11 partially only, since there is no option to switch it off. I am not sure if that is needed though.
-
- Aug 24, 2018
-
-
Martin Killenberg authored
-
- Aug 20, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- 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.
-
Martin Killenberg authored
-
- 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
-