Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dashpay
/
dash
Public
forked from
bitcoin/bitcoin
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
1.5k
Code
Issues
148
Pull requests
94
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
util: add ranges.h to emulate c++20 std::ranges
- #4622
#4622
Merged
UdjinM6
merged 9 commits into
dashpay:develop
dashpay/dash:develop
from
PastaPastaPasta:ranges-and-more
PastaPastaPasta/dash:ranges-and-more
Copy head branch name to clipboard
Dec 21, 2021
Conversation
Commits
9
(9)
Checks
Files changed
Merged
util: add ranges.h to emulate c++20 std::ranges
#4622
UdjinM6
merged 9 commits into
dashpay:develop
dashpay/dash:develop
from
PastaPastaPasta:ranges-and-more
PastaPastaPasta/dash:ranges-and-more
Copy head branch name to clipboard
Commits
Commits on Dec 19, 2021
refactor: introduce ranges.h for prettier std algo. Also use it in dash core
PastaPastaPasta
committed
4d835c1
View commit details
Copy full SHA for 4d835c1
Browse repository at this point
fix formatting, use ranges instead of std
PastaPastaPasta
committed
bc26a13
View commit details
Copy full SHA for bc26a13
Browse repository at this point
remove commented out code
PastaPastaPasta
committed
1987c93
View commit details
Copy full SHA for 1987c93
Browse repository at this point
introduce ranges find_if_opt, count_if, find_if. Use them all, and more
PastaPastaPasta
committed
4e1ff7e
View commit details
Copy full SHA for 4e1ff7e
Browse repository at this point
use std::accumulate
PastaPastaPasta
committed
080b4fc
View commit details
Copy full SHA for 080b4fc
Browse repository at this point
capture everything so that threadsaftey analysis is happy
PastaPastaPasta
committed
aa1e843
View commit details
Copy full SHA for aa1e843
Browse repository at this point
fix linter
PastaPastaPasta
committed
251b0e7
View commit details
Copy full SHA for 251b0e7
Browse repository at this point
fix linter
PastaPastaPasta
committed
e31d95e
View commit details
Copy full SHA for e31d95e
Browse repository at this point
remove pessimizing move
PastaPastaPasta
committed
c32b973
View commit details
Copy full SHA for c32b973
Browse repository at this point
You can’t perform that action at this time.