-
Notifications
You must be signed in to change notification settings - Fork 675
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
fdoving
wants to merge
14
commits into
RavenProject:develop
Choose a base branch
from
fdoving:fdov-btc11043
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d07571b - Browse repository at this point
Copy the full SHA d07571bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d9810 - Browse repository at this point
Copy the full SHA 18d9810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d588f6 - Browse repository at this point
Copy the full SHA 5d588f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edadb1 - Browse repository at this point
Copy the full SHA 4edadb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c74138a - Browse repository at this point
Copy the full SHA c74138aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6025059 - Browse repository at this point
Copy the full SHA 6025059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7525f30 - Browse repository at this point
Copy the full SHA 7525f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7ed0b - Browse repository at this point
Copy the full SHA af7ed0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd0285 - Browse repository at this point
Copy the full SHA 9bd0285View commit details
Commits on Jan 21, 2022
-
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
* pcoinscatcher (CCoinsViewErrorCatcher) * pcoinsdbview (CCoinsViewDB) * pcoinsTip (CCoinsViewCache) * pblocktree (CBlockTreeDB) * Remove variables shadowing pcoinsdbview
Configuration menu - View commit details
-
Copy full SHA for cf283ab - Browse repository at this point
Copy the full SHA cf283abView commit details -
Add MakeUnique (substitute for C++14 std::make_unique)
From @ryanofsky:s #10973. Thanks!
Configuration menu - View commit details
-
Copy full SHA for d56ab5d - Browse repository at this point
Copy the full SHA d56ab5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6fb31 - Browse repository at this point
Copy the full SHA 3e6fb31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 555ea4f - Browse repository at this point
Copy the full SHA 555ea4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22890a7 - Browse repository at this point
Copy the full SHA 22890a7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.