- Feb 02, 2023
-
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 26, 2023
-
-
Martin Christoph Hierholzer authored
-
- Jan 20, 2023
-
- Jan 19, 2023
-
-
-
-
Martin Christoph Hierholzer authored
-
- Jan 05, 2023
-
-
Martin Christoph Hierholzer authored
-
- Dec 20, 2022
-
-
Martin Christoph Hierholzer authored
update project template
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
The upcoming version of the config generator script package will need more files to be copied into the build directory. This change simply copies all files and does not rely on a particular structure.
-
- Dec 12, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Dec 08, 2022
-
-
Martin Christoph Hierholzer authored
This is the implementation for the specification change done in a recent commit.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- Dec 02, 2022
-
-
Martin Christoph Hierholzer authored
-
- Dec 01, 2022
-
-
Martin Christoph Hierholzer authored
-
- Nov 28, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
May occur when not mapping a Void variable in the control system so it is being optimised out.
-
Martin Christoph Hierholzer authored
This happens if the control system adapter optimises out the PV.
-
Martin Christoph Hierholzer authored
A PV which is received by a module and also used as a trigger for a DeviceModule was "deleted" from the model, if the module is unregistered from its owner. This deletion is now prevented by adding a trigger relationship to the model (which was anyway missing). Note: the "deletion" never was a real deletion, instead only all relationships are removed. As a consequence, the DeviceModule was still pointing to the "deleted" vertex resulting in a wrong connection later.
- Nov 21, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 16, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Nov 11, 2022
-
-
Martin Christoph Hierholzer authored
* Use correct of version pthread_setname_np depending on platform. On Linux, this function takes two parameters. On most other platforms (including all BSD-based platforms) it only takes a single parameter. * Omit -Wl,--export-dynamic flag on macOS. This flag is not supported on Clang / LLVM and on macOS it is not needed anway because exporting all symbols is the default behavior. When using Clang on other platforms (e.g. Linux) --export_dynamic or -rdynamic might have to be specified instead. * clang compiler compatibility Co-authored-by:
Sebastian Marsching <sebastian.marsching-git-2016@aquenos.com>
-
- Nov 10, 2022
-
-
Martin Christoph Hierholzer authored
-
- Nov 09, 2022
-
-
Martin Christoph Hierholzer authored
-
- Nov 08, 2022
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-