Skip to content
#

shared-memory

Here are 343 public repositories matching this topic...

iceoryx
elBoberido
elBoberido commented Mar 31, 2022

Required information

Operating system:
POSIX

Compiler version:
all

Observed result or behaviour:
A library build with iceoryx 1.0 could dynamically link to iceoryx 2.0 shared libs

Expected result or behaviour:
Linking should not be possible

Further information*

objdump -p build/iceoryx_examples/icedelivery/iox-cpp-publisher

produces the follo

bug good first issue
sighingnow
sighingnow commented Jan 12, 2021

Describe your problem

The WSL2 should be trivial to support since it is a Linux running inside the virutal machine. But natively supporting Windows looks chanllanging:

  • we may need to make upstream dependecies (etcd-cpp-apiv3, etc.) to support windows first.
  • sharing a file descriptor over IPC socket may require a totally different codepath on Windows.

But this does worth a

good first issue component:vineyardd proposal

Improve this page

Add a description, image, and links to the shared-memory topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shared-memory topic, visit your repo's landing page and select "manage topics."

Learn more