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. [ ] Code follows the coding style of [CONTRIBUTING.md][contributing] 1. [ ] Tests follow the [best practice for testing][testing] 1. [ ]...

## Required information **Operating system:** Any **Compiler version:** Any **Observed result or behaviour:** Comes from this [comment](https://github.com/eclipse-iceoryx/iceoryx/pull/1355#discussion_r885483950): > You have a livetime issue here. See this code: > >``` >SamplePointer&&...

bug

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

## Brief feature description Currently we store a cached version of the ServiceRegistry using dynamic memory to reduce the stack size. We need to find a solution that avoids this,...

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

## 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] Branch follows the...

enhancement
refactoring

## Brief feature description During the implementation of the `UnnamedSemaphore` we discovered that the man page, as well as the documentation from opengroup differ. See the docu for `sem_init` *...

documentation
technical debt

## Brief feature description By using [c'tor 5](https://en.cppreference.com/w/cpp/string/basic_string/basic_string) the current implementations cuts off the `std::string` after each '\0'. Sometimes ''\0' need to be transferred, see #1355. ## Detailed information *...

enhancement

## Brief feature description Since we have some CMake code to maintain, it make sense to enforce on this code also code quality rules like we do with the C++...

good first issue
tooling

## Brief feature description The example shall follow a SOA approach and have an API that is similar to Autosar `startFindService` and `stopFindService`. The API should be more generic where...

example