Mathias Kraus

Results 91 issues of Mathias Kraus

## Pre-Review Checklist for the PR Author 1. [ ] Code follows the coding style of [CONTRIBUTING.md][contributing] 1. [ ] Tests follow the [best practice for testing][testing] 1. [ ]...

refactoring

## Brief feature description For ease of use, it is desirable to run an iceoryx application without taking care whether the RouDi daemon is already running. ## Detailed information The...

feature request

## Brief feature description The `cxx/helplets.hpp` contains many unrelated or even unused code. ## Detailed information The unused code should be removed and at least functions which can be grouped...

refactoring
technical debt
globex

## Pre-Review Checklist for the PR Author 1. [x] Code follows the coding style of [CONTRIBUTING.md][contributing] 1. [x] Tests follow the [best practice for testing][testing] 1. [x] Changelog updated [in...

documentation

## Pre-Review Checklist for the PR Author 1. [x] Code follows the coding style of [CONTRIBUTING.md][contributing] 1. [x] Tests follow the [best practice for testing][testing] 1. [x] Changelog updated [in...

## Required information With the introduction of the `iox_add_*` macros, variables like `IOX_STATIC` are leaked to the to the environment. This is problematic when more than one library is defined...

bug

## Brief feature description Tracking branch for the iceoryx v2.0.3 release - [ ] create integration branch for all PRs which shall be part of v2.0.3 - [ ] merge...

## Pre-Review Checklist for the PR Author 1. [ ] Code follows the coding style of [CONTRIBUTING.md][contributing] 1. [ ] Tests follow the [best practice for testing][testing] 1. [ ]...

## Brief feature description Currently the `PeriodicTask` class has just a minimal set of methods. This issue collects some helpful extensions. ## Detailed information Potential helpful methods: - [ ]...

good first issue

## Required information **Operating system:** all **Compiler version:** all **Observed result or behaviour:** The enums in the C-binding have an `Name_SUCCESS` value as last element in the enums. This results...

bug