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

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

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

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

enhancement

## Website/Markdown settings * [ ] Add `.markdownlint.yaml` file * [ ] Check Keys and [annotations](https://squidfunk.github.io/mkdocs-material-insiders/reference/code-blocks/#inlinehilite) features * [ ] move fonts to the root folder and symlink them from...

documentation

## Brief feature description At the moment a lot of clang-tidy checks in our root `.clang-tidy` file are disabled to ensure that our codebase is at least warning free with...

bugfix
technical debt
globex
clang-tidy

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

## Required information **Operating system:** E.g. Ubuntu 20.04.3 LTS **Compiler version:** E.g. gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 **Observed result or behaviour:** ``` iox-cpp-publisher-helloworld sent value: 8 iox-cpp-publisher-helloworld sent value: 9 iox-cpp-publisher-helloworld...

bug

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

AUTOSAR

## Brief feature description The Cyclone DDS Gateway is not a first-class citizen and therefore shall be moved to a [separate repository](https://github.com/eclipse-iceoryx/iceoryx-gateway-dds). ## Detailed information * Pro: * Independently maintainable...

refactoring