- Nov 16, 2022
-
-
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
-
-
Martin Christoph Hierholzer authored
They were previously hidden by the "BUG found" message in ApplicationBase due to the missing call to shutdown(). This is now being called automatically in the Application destructor if the application was not yet started fully, in which case this is ok to do there (calling shutdown before destroying the Application data members is important only if threads have been started already).
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
-
Martin Christoph Hierholzer authored
- ControlSystemModule - VirtualModule - findTag - excludeTag and some related functions.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
-
- ApplicationModule can only be owned by ModuleGroup
-
Move everything inside TestableMode and add decorator helper functions to TestableMode
-
-
While at it, fix linter issues in ModuleGroup as well
-
-
-
- Sep 12, 2022
-
-
Tomasz Kozak authored
Modernise interface of status monitors and add tests of initial value propagation and data validity propagation (#8279). Improve code formating/readability.
-
- Aug 26, 2022
-
-
Martin Christoph Hierholzer authored
* fix code formatting * enable coding style test
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
it was anyway dysfunctional and mainly slightly reducing performance.
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-