iceoryx2 icon indicating copy to clipboard operation
iceoryx2 copied to clipboard

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust

Results 52 iceoryx2 issues
Sort by recently updated
recently updated
newest added

## (Code) Example Of Cumbersome API To cite @elBoberido Btw, for config files it is nicer to have kebab-case for the variable names. You just need to use `#[serde(rename_all =...

enhancement

## Brief feature description This issue shall be used for generic pre-release work.

## Notes for Reviewer Here is the pull request with fixed branch name and better formatting. ## Pre-Review Checklist for the PR Author 1. [ ] Add sensible notes for...

/code/rust-trail/iceoryx2$ cargo build Compiling iceoryx2-pal-posix v0.1.1 (~/code/rust-trail/iceoryx2/iceoryx2-pal/posix) error: failed to run custom build command for `iceoryx2-pal-posix v0.1.1 (~/code/rust-trail/iceoryx2/iceoryx2-pal/posix)` Caused by: process didn't exit successfully: `~/code/rust-trail/iceoryx2/target/debug/build/iceoryx2-pal-posix-187ccb108511064a/build-script-build` (exit status: 101) --- stdout...

enhancement

## Brief feature description To increase the code quality, fix potential undefined behavior and unravel race conditions and memory synchronization issues in lock-free code we need to integrate miri in...

enhancement

## Brief feature description Listed on the road map is the desire to create a web app GUI that spins up basic webserver and allows the user to introspect an...

I think a first step in this direction would be to add an automatic audit using https://crates.io/crates/cargo-audit Extending the CI file wouldn't be that hard either: ``` iox2_cargo_fmt_and_clippy_template: &IOX2_CARGO_FMT_AND_CLIPPY cargo_fmt_and_clippy_script:...

## (Code) Example Of Cumbersome API If one would like to print a state overview of a service it would be nice if the `port_factory::{event|publish_subscribe|...}` would have implemented `Display` to...

## Brief feature description `cargo-multivers` states that it can pack multiple versions of the same binary, each with a different CPU feature set, merged into a single portable optimized binary....

innovation

## Required information In iceoryx1 the loffli (template for the unique index set) has an ?issue? with the memory ordering of the atomic thread fences at the end of the...

invalid