iceoryx icon indicating copy to clipboard operation
iceoryx copied to clipboard

Eclipse iceoryx™ - true zero-copy inter-process-communication

Results 243 iceoryx issues
Sort by recently updated
recently updated
newest added

Signed-off-by: shaik saifulla ## 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]...

AUTOSAR

## Brief feature description Exchangeable singleton abstraction to be used in error handling and logger 1. singleton value exists in static memory 2. lazy construction of value 3. always has...

enhancement
globex

## Brief feature description Let's assume we deploy iceoryx on a POSIX certified system. It is still possible for that system to not support certain features, it is allowed to...

enhancement
question
feature request
tooling
globex

## Brief feature description The standard singleton implementation (static variable in function scope) does not allow multiple constructors and causes problems with destruction order if static variables depend on each...

enhancement

## Brief feature description If a user app does not have read access to any shared memory segment and a subscriber object is created, which `takes()` in case of a...

bug

## Required information **Operating system:** Ubuntu 20.04.3 LTS **Compiler version:** GCC 8.4.0 **Observed result or behaviour:** Accessing an empty `RelativePointer` leads to a crash **Expected result or behaviour:** Accessing an...

bug
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...

enhancement
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...

AUTOSAR
refactoring

## 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

## Brief feature description Often headers are moved inside `iceoryx_hoofs` both in folder and namespaces. This burdens the user with unnecessary code changes, having to adapt the include path. ##...

enhancement
globex