-
Notifications
You must be signed in to change notification settings - Fork 225
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
Every executor gets its own SIGINT guard condition #308
Commits on Apr 8, 2019
-
Every executor gets its own SIGINT guard condition
Moves signal handling code to _rclpy_signal_handler Every executor adds a guard condition to a global list SIGINT signal handler triggers all guard conditions in global list Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for dda3de0 - Browse repository at this point
Copy the full SHA dda3de0View commit details -
_sigint_gc robust to shutdown() called twice
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 6690335 - Browse repository at this point
Copy the full SHA 6690335View commit details -
Comments say the same thing twice. It only needs to be said once. Remove extra comments so the same thing is not repeated. Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for d48b195 - Browse repository at this point
Copy the full SHA d48b195View commit details -
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 506fb44 - Browse repository at this point
Copy the full SHA 506fb44View commit details -
g_guard_conditions atomic variable
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
1Configuration menu - View commit details
-
Copy full SHA for 3538874 - Browse repository at this point
Copy the full SHA 3538874View commit details -
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for a2b1aaf - Browse repository at this point
Copy the full SHA a2b1aafView commit details -
Call original handler before losing reference to it
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 3b250ab - Browse repository at this point
Copy the full SHA 3b250abView commit details -
remove extra unnecessary assignment
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 081c921 - Browse repository at this point
Copy the full SHA 081c921View commit details
Commits on Apr 10, 2019
-
g_guard_conditions is a struct on windows
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 6181a03 - Browse repository at this point
Copy the full SHA 6181a03View commit details
Commits on Apr 16, 2019
-
Rename action state transitions (#300)
* Rename action state transitions Now using active verbs as described in the design doc: http://design.ros2.org/articles/actions.html#goal-states Connects to ros2/rcl#399. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 4802211 - Browse repository at this point
Copy the full SHA 4802211View commit details
Commits on Apr 17, 2019
-
add missing error handling and cleanup (#315)
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dcf1971 - Browse repository at this point
Copy the full SHA dcf1971View commit details
Commits on Apr 19, 2019
-
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 28d9f55 - Browse repository at this point
Copy the full SHA 28d9f55View commit details -
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 3d25d7f - Browse repository at this point
Copy the full SHA 3d25d7fView commit details -
Every executor gets its own SIGINT guard condition
Moves signal handling code to _rclpy_signal_handler Every executor adds a guard condition to a global list SIGINT signal handler triggers all guard conditions in global list Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for f0a8dc6 - Browse repository at this point
Copy the full SHA f0a8dc6View commit details -
_sigint_gc robust to shutdown() called twice
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for dd17671 - Browse repository at this point
Copy the full SHA dd17671View commit details -
Comments say the same thing twice. It only needs to be said once. Remove extra comments so the same thing is not repeated. Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 4d706fe - Browse repository at this point
Copy the full SHA 4d706feView commit details -
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for c8da2f1 - Browse repository at this point
Copy the full SHA c8da2f1View commit details -
g_guard_conditions atomic variable
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 83e1edb - Browse repository at this point
Copy the full SHA 83e1edbView commit details -
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 215fb99 - Browse repository at this point
Copy the full SHA 215fb99View commit details -
Call original handler before losing reference to it
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 63b2852 - Browse repository at this point
Copy the full SHA 63b2852View commit details -
remove extra unnecessary assignment
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for f0dcb16 - Browse repository at this point
Copy the full SHA f0dcb16View commit details -
g_guard_conditions is a struct on windows
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for 571470c - Browse repository at this point
Copy the full SHA 571470cView commit details -
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for b12ff20 - Browse repository at this point
Copy the full SHA b12ff20View commit details -
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Configuration menu - View commit details
-
Copy full SHA for ea96b9f - Browse repository at this point
Copy the full SHA ea96b9fView commit details -
Merge branch 'sloretz/multiple_sigint_gcs' of https://github.com/ros2…
…/rclpy into sloretz/multiple_sigint_gcs
Configuration menu - View commit details
-
Copy full SHA for 5e92624 - Browse repository at this point
Copy the full SHA 5e92624View commit details