-
Notifications
You must be signed in to change notification settings - Fork 404
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
Replace occurence of std::list by cxx::list #221
Labels
refactoring
Refactor code without adding features
Comments
bishibashiB
added a commit
to bishibashiB/iceoryx
that referenced
this issue
Aug 7, 2020
…pool FixedPositionContainer to cxx::list Signed-off-by: Eickhoff Bernhard (CC-AD/ESW1) <[email protected]>
Merged
bishibashiB
added a commit
to bishibashiB/iceoryx
that referenced
this issue
Aug 14, 2020
…o range-based-loops when removing list elements in loop) Signed-off-by: Eickhoff Bernhard (CC-AD/ESW1) <[email protected]>
bishibashiB
added a commit
to bishibashiB/iceoryx
that referenced
this issue
Aug 24, 2020
…lement references, limit lambda variable capturing to needed scope Signed-off-by: Eickhoff Bernhard (CC-AD/ESW1) <[email protected]>
bishibashiB
added a commit
to bishibashiB/iceoryx
that referenced
this issue
Sep 21, 2020
…ortPool Signed-off-by: Eickhoff Bernhard (CC-AD/ESW1) <[email protected]>
bishibashiB
added a commit
to bishibashiB/iceoryx
that referenced
this issue
Sep 25, 2020
…e cxx::vector Signed-off-by: Eickhoff Bernhard (CC-AD/ESW1) <[email protected]>
bishibashiB
added a commit
to bishibashiB/iceoryx
that referenced
this issue
Nov 24, 2020
Signed-off-by: Eickhoff Bernhard (CC-AD/ESW1) <[email protected]>
prasannabhat
pushed a commit
to prasannabhat/iceoryx
that referenced
this issue
Nov 30, 2020
Signed-off-by: Eickhoff Bernhard (CC-AD/ESW1) <[email protected]>
prasannabhat
pushed a commit
to prasannabhat/iceoryx
that referenced
this issue
Nov 30, 2020
Signed-off-by: Eickhoff Bernhard (CC-AD/ESW1) <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
After finishing cxx::list and cxx::forward_list implementation with #186 the replacement of std::list is consequently the next step.
Detailed information
After replacement of std::list additional replacements might make (1)sense performance-wise or (2)for the sake of a tidy code architecture.
However, for these 'additional replacements' a discussion / agreement should take place before any code rework.
Feel free to put your opinions and hints here.
E.g. so far I can think of discussing
The text was updated successfully, but these errors were encountered: