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

Hi, what's the recommended way of detecting that a blocking (WAIT_FOR_CONSUMER/BLOCK_PRODUCER) publisher/subscriber pair is subject for backpressure / blocking (at full subscription queue). Would be nice to have a helper...

question

Using the listener construct, it would be nice to get hold of the worker thread and pin it on startup (etc) without resorting to reinterpret_cast hacks. -Or is it that...

enhancement

## Required information **Operating system:** E.g. Ubuntu 18.04 LTS **Compiler version:** E.g. GCC 7.4.0 **Observed result or behaviour:** ![image](https://user-images.githubusercontent.com/114241016/214315710-f1975cfd-afc1-4768-8fc9-4d0a811b1b94.png) I am getting the build error while compiling the above line....

enhancement

## Brief feature description Taken from here: https://github.com/eclipse-iceoryx/iceoryx/pull/1958#discussion_r1157313676 We often require to skip a test on windows or mac. Here it would be nice that this is clear for other...

enhancement

## Required information **Operating system:** Iceoryx Enviroments Linux / QNX **Compiler version:** Normal Iceoryx build setup **Observed result or behaviour:** If the gateway config toml file has duplicated service descriptions...

bug

## Brief feature description Markdown files are sometimes not correctly formatted. To ensure a consistent quality the proposal is to have a markdown linter run as GitHub action. ## Detailed...

tooling

## Brief feature description Generated header like `iceoryx_version.hpp` or `iceoryx_hoofs_deployment.hpp` need to be installed via a separate `install` command in cmake. Since these files are already part of the `target_include_headers`...

good first issue
refactoring

## Brief feature description When a developer would like to debug an iceoryx application it may becomes necessary to universally inject packages on a specific service or to universally receive...

enhancement

## Required information **Operating system:** all **Compiler version:** all **Observed result or behaviour:** LockFreeQueue destructor does not call destructor of its elements. LockFreeQueue destructor calls destructor of its elements. **Note**...

bug

## Brief feature description The [ice_access_control](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/ice_access_control) example is not tested within the [iceoryx_integrationtest](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_integrationtest) package. Some old test code already exist in test_ice_access_control_example.py but is not executed from colcon. ## Detailed...

good first issue
test