-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce atomic
type for iceoryx
#200
Comments
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 19, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 22, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 22, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 22, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 22, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 28, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 28, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 11, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 11, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 11, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 11, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 16, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 16, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 16, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 16, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 16, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 17, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 20, 2024
17 tasks
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
May 20, 2024
elfenpiff
added a commit
that referenced
this issue
May 20, 2024
[#200] Add 32bit atomic feature flag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Our
Atomic*
strategy has currently the problems that:AtomicU64
is not available, not even with a mutex like in the C++ STLThe new atomic shall be exchangeable via feature flags.
ToDo
The text was updated successfully, but these errors were encountered: