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

Fix potential unsafe initialization in the Graph class #606

Merged
merged 7 commits into from
Jul 12, 2024

Commits on Jul 2, 2024

  1. Avoid constructor/destructor fiascos in graph class

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    be6caa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b847d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    a805fcd View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Deprecations and migration guide.

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    15b8975 View commit details
    Browse the repository at this point in the history
  2. Breaking changes.

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5f606f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Update Migration.md

    Co-authored-by: Steve Peters <[email protected]>
    Signed-off-by: Carlos Agüero <[email protected]>
    caguero and scpeters committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3ea9feb View commit details
    Browse the repository at this point in the history
  2. Tweak

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a08852b View commit details
    Browse the repository at this point in the history