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

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

refactoring

## Brief feature description The runtime assert (preliminary name `IOX_DEBUG_ASSERT`) shall be used to check for illegal use cases (misuse) such as - out of bounds access - access of...

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

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

AUTOSAR

## Required information Since the deleter is part of the constructor argument but otherwise unchangeable it is extremely hard to track which deleter is currently in use. Do you spot...

bug
technical debt
globex

## Brief feature description The typed test case code and mocks for methods without parameter are cluttered with suppressions like ```cxx #ifdef __clang__ #pragma GCC diagnostic push #pragma GCC diagnostic...

good first issue
technical debt

## Required information When acquiring a too large chunk via the publisher so that no mempool is available the memory manager calls the error handler despite having a fitting enum...

bug
good first issue

## Brief feature description The user header pointer should be returned in `Sample`, `Request`, `Response`. To cite @elBoberido from #1081 I know you want to prevent to use a raw...

enhancement

## Brief feature description This whole list is error prone, uses the STL even though it does not have to use it (we should use here a ``cxx::vector``) and it...

refactoring
test
technical debt