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

## Brief feature description iceoryx is developed in several CMake packages that aim to be independent. Current state is there are cross dependencies between each of them and no architecture...

documentation
refactoring

## Required information **Operating system:** E.g. Ubuntu 20.04 LTS **Compiler version:** E.g. GCC 9.x **Observed result or behaviour:** publisher send thread, roudi Mon+Discover and IPC-msg-process threads are deadlock. And no...

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

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 Automotive bindings like `ara::com` are using `std::Future` and `std::Promise` in [their APIs](https://github.com/eclipse-iceoryx/iceoryx-automotive-soa/blob/main/include/owl/types.hpp#L118-L124). However, they throw exceptions which is not in line with the iceoryx coding guidelines....

enhancement

## Brief feature description Fix the Autosar violations reported by Axivion ## Detailed information The static code analysis using Axivion shall be performed and all the potential bug and violations...

AUTOSAR
Axivion
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

## Brief feature description Currently the test code in posh and hoofs has certain cases where int types with a wrong sign are compared. By enabling the compiler warning we...

good first issue
refactoring
test

## Brief feature description To be more wildly used the `NewType` pattern needs more functionality. ## Detailed information * [x] `operator{+,-,*,/}` is added * [x] {Pre,Post}-{in,de}crement operators are added *...

enhancement

## Brief feature description some follow-up topics for Bazel support in iceoryx. Can be extended at request. - [ ] set attribute `size` and `timeout` to `large` for all stresstests...

tooling