Skip to content
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

Retry fix for unsafe initialization in graph classes #612

Merged
merged 4 commits into from
Jul 31, 2024

Commits on Jul 18, 2024

  1. Fix potential unsafe initialization in the Graph class (#606)

    * Avoid constructor/destructor fiascos in graph class
    * Deprecations and migration guide.
    
    Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
    Signed-off-by: Carlos Agüero <cen.aguero@gmail.com>
    Co-authored-by: Steve Peters <scpeters@openrobotics.org>
    caguero and scpeters committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    45cf5ba View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Use local static instead of dynamic allocation

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e74d612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    051b74f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Use gz::utils::NeverDestroyed

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3fa9854 View commit details
    Browse the repository at this point in the history