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 The current idea of iceoryx is that we fully support Linux and QNX. Windows, MacOS and FreeBSD are handled as developer platforms, this means one can...

technical debt

## Brief feature description It should be possible to support user defined iceoryx platforms. Furthermore, the iceoryx platform should unify the behavior of all platforms so that we can abstract...

feature request
globex

## Brief feature description This is an issue to collect convenience functions for the `cxx::string` which would be nice to have but are not urgently needed. ## Detailed information -...

enhancement

## Brief feature description In unit tests we sometimes require platform independent helper functions to modify directories. We should add functions like: ### Required * `create_directory` * `temp_directory_path` (used for...

enhancement

## Required information When the CI is under heavy load stress test tend to fail with timeouts. Furthermore, the goal of a stress test to test the system under high...

tooling

## Required information Some examples register a separate signal handler callback and operate on global objects in it. This can easily lead to undefined behavior. A signal can lead to...

refactoring

## Required information When using the listener it starts a background thread and operates on the attached objects concurrently whenever the specified event occurs. This causes often the same bug...

feature request

## Brief feature description Some constructs like `std::result_of` where deprecated in C++17 and are no longer supported with C++20. A c++20 CI target would help avoiding such constructs right from...

enhancement
tooling

## Required information **Operating system:** all **Compiler version:** all **Observed result or behaviour:** The enums in the C-binding have an `Name_SUCCESS` value as last element in the enums. This results...

bug

## Required information Nearly all classes with the method `getMembers()` have undefined behavior after move since the move constructor and assignment operator have default specifiers which do not invalidate the...

refactoring