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

Add Retained smart pointer #97

Closed
wants to merge 9 commits into from
Closed

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    4d2591e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f1849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cebfce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a076001 View commit details
    Browse the repository at this point in the history
  5. Clean up Retained code a bit

    madsmtm committed May 29, 2021
    Configuration menu
    Copy the full SHA
    869449d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    684159d View commit details
    Browse the repository at this point in the history
  7. Create Owned and Retained using references instead of NonNull pointers

    Makes the API easier to use, and means there are less safety requirements that we have to document.
    madsmtm committed May 29, 2021
    Configuration menu
    Copy the full SHA
    f52bc56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fecb2e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ec0185 View commit details
    Browse the repository at this point in the history