- Dec 13, 2024
-
-
Martin Killenberg authored
-
Martin Killenberg authored
The stubgen version on bookworm is too old to know the docstrings option. The output is not particularly useful, but it allows the build chain to run through.
-
Martin Killenberg authored
std::format is not available on bookworm yet. It was included but not used.
-
Martin Killenberg authored
-
Martin Killenberg authored
- Dec 06, 2024
-
-
Martin Christoph Hierholzer authored
When terminating the application while poll-type inputs are waiting for initial values from other ApplicationModules, we need to interrupt() those blocking initial-value reads. This requires a corresponding change in DeviceAccess to allow calling interrupt() without wait_for_new_data.
-
- Nov 28, 2024
-
-
Martin Christoph Hierholzer authored
-
Jens Georg authored
They have not been touched for ages and are now broken
-
- Nov 11, 2024
-
-
Martin Killenberg authored
fix(project-template): (re-)enable DOT support in Doxygen
-
Martin Killenberg authored
-
- Nov 06, 2024
-
-
Jens Georg authored
libxml2 will print out a confusing "I/O warning" if we try to open a non-existant XML file, and the only way to suppress it is marked as "DON'T USE" so we check beforehand now
-
- Oct 23, 2024
-
-
Martin Killenberg authored
Accessing the model in the ApplicationModule's main loop is not thread safe.
-
- Oct 18, 2024
-
-
Martin Christoph Hierholzer authored
-
- Oct 16, 2024
-
- Oct 15, 2024
-
-
vaeng authored
Closes #379
-
- Oct 14, 2024
-
-
Martin Christoph Hierholzer authored
If the return channel of a FeedingFanOut was removed because it is connected to the control system but not mapped there, the _returnSlave is not set and hence all read operations on it were crashing.
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
fix(project-template): find pattern in coding style check
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 11, 2024
-
-
Martin Christoph Hierholzer authored
-
- Oct 08, 2024
-
-
vaeng authored
-
- Oct 07, 2024
-
-
Martin Christoph Hierholzer authored
-
- Oct 04, 2024
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
We were holding an std::vector of an incomplete type (VariableNetworkNode) in a struct (ProcessVariableProperties), which is not allowed. This fix changes it into an std::vector of shared_ptrs. Since we are exposing this vector via ProcessVariableProxy::getNodes(), this presents a breaking API change. Since this is used mostly internally, this should not break much.
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
-
Martin Christoph Hierholzer authored
-
- Oct 01, 2024
-
-
Jens Georg authored
Fixes #8357
-
- Sep 27, 2024
-
-
- Sep 24, 2024
-
-
Jens Georg authored
-
Jens Georg authored
Fixes #7879
-
vaeng authored
-
- Sep 18, 2024
-
-
vaeng authored
-
- Sep 02, 2024
-
-
Martin Christoph Hierholzer authored
-