-
Notifications
You must be signed in to change notification settings - Fork 418
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
Galactic: for_each_callback_group backport #1741
Commits on Aug 4, 2021
-
Added for_each_callback non-virtual method, static members to node_ba…
…se.hpp, updated the for_each_callback_group wrapper method in lifecycle_node and node.cpp, added a thread safe global map of mutexes in node_base. Implemented the suggestions in preliminary review. Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2fbc5ce - Browse repository at this point
Copy the full SHA 2fbc5ceView commit details
Commits on Aug 6, 2021
-
Typecasting added to static_executor_entities_collector, uncrustify f…
…ixes Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64d258f - Browse repository at this point
Copy the full SHA 64d258fView commit details
Commits on Aug 9, 2021
-
test_node.cpp changed callback_groups test
Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0acbc8b - Browse repository at this point
Copy the full SHA 0acbc8bView commit details -
changed test_memory_strategy, exec entities collector to use for_each…
…_cb_group Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9784a85 - Browse repository at this point
Copy the full SHA 9784a85View commit details -
modified tests: lifecycle_node, allocator_memory_strategy to use for_…
…each_cb_group Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e6733bf - Browse repository at this point
Copy the full SHA e6733bfView commit details
Commits on Aug 10, 2021
-
cleanup, added nullptr check to node.cpp, lifecyclenode.cpp
Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d77e812 - Browse repository at this point
Copy the full SHA d77e812View commit details
Commits on Aug 11, 2021
-
changed map_ptr to map object, removed lazy init for map
Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87df4a7 - Browse repository at this point
Copy the full SHA 87df4a7View commit details
Commits on Aug 13, 2021
-
added free function global_for_each_callback_group, removed dynamic p…
…ointer cast Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9eb1cf7 - Browse repository at this point
Copy the full SHA 9eb1cf7View commit details
Commits on Aug 14, 2021
-
deleted default contructor/destuctor, added private members to map_of…
…_mutexes Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 39245ee - Browse repository at this point
Copy the full SHA 39245eeView commit details
Commits on Aug 16, 2021
-
cleanup, removed mutex NULL check, added underscore to private members
Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f94f139 - Browse repository at this point
Copy the full SHA f94f139View commit details -
removed blank line and static member access using this
Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e654970 - Browse repository at this point
Copy the full SHA e654970View commit details -
added RCLCPP_PUBLIC to global_for_each_callback_group for windows CI
Signed-off-by: Aditya Pande <aditya050995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85590ed - Browse repository at this point
Copy the full SHA 85590edView commit details