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

<deque>: Properly destroy (fancy) pointers to blocks in the internal map #2775

Merged
merged 13 commits into from
Jun 12, 2022

Commits on Jun 9, 2022

  1. Properly destroy (fancy) pointers to blocks

    The map array is fully constructed just after allocation, so it should be fully destroyed before deallocation.
    frederick-vs-ja authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    59c87ad View commit details
    Browse the repository at this point in the history
  2. Add test files

    frederick-vs-ja authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    48e42d1 View commit details
    Browse the repository at this point in the history
  3. Add test to list

    frederick-vs-ja authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    3584a14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e6f5a8 View commit details
    Browse the repository at this point in the history
  5. Fix magic numbers

    frederick-vs-ja authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    9a6e7bd View commit details
    Browse the repository at this point in the history
  6. Fix test.cpp

    frederick-vs-ja authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    62432de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4f83c2 View commit details
    Browse the repository at this point in the history
  8. Use = 0 instead of {}

    Co-authored-by: Michael Schellenberger Costa <[email protected]>
    frederick-vs-ja and miscco authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    5859a93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46b9b18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51ed9d4 View commit details
    Browse the repository at this point in the history
  11. Un-Yoda conditions

    Also place _Mysize() before _Newsize for consistency
    frederick-vs-ja authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    948f620 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb8f6bf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

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