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

backport: Use std::unique_ptr (C++11) where possible (bitcoin #11043) #1165

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Commits on Dec 19, 2021

  1. Configuration menu
    Copy the full SHA
    d07571b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d9810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d588f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4edadb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c74138a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6025059 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7525f30 View commit details
    Browse the repository at this point in the history
  8. Use unique_ptr for dbenv (DbEnv)

    practicalswift authored and fdoving committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    af7ed0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9bd0285 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree

    * pcoinscatcher (CCoinsViewErrorCatcher)
    * pcoinsdbview (CCoinsViewDB)
    * pcoinsTip (CCoinsViewCache)
    * pblocktree (CBlockTreeDB)
    * Remove variables shadowing pcoinsdbview
    practicalswift authored and fdoving committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    cf283ab View commit details
    Browse the repository at this point in the history
  2. Add MakeUnique (substitute for C++14 std::make_unique)

    From @ryanofsky:s #10973. Thanks!
    practicalswift authored and fdoving committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    d56ab5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e6fb31 View commit details
    Browse the repository at this point in the history
  4. Use MakeUnique<Db>(...)

    practicalswift authored and fdoving committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    555ea4f View commit details
    Browse the repository at this point in the history
  5. Adjustments for Ravencoin

    fdoving committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    22890a7 View commit details
    Browse the repository at this point in the history