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
Accelerator
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
Type
/
to 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 }}
samd2
/
unordered
Public
forked from
boostorg/unordered
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
unordered
test
on
develop
User selector
All users
All time
Commit history
Commits on Jun 2, 2025
deprecated `boost::unordered::hash_is_avalanching` in favor of `boost::hash_is_avalanching` (#313)
Show description for 59e2a56
joaquintides
authored
59e2a56
View commit details
Copy full SHA for 59e2a56
View code at this point
Browse repository at this point
Commits on May 31, 2025
documented non-const reference passing to `erase_if` (#312)
Show description for 164cbe4
joaquintides
authored
164cbe4
View commit details
Copy full SHA for 164cbe4
View code at this point
Browse repository at this point
Commits on Apr 14, 2025
added pull to open-addressing containers (#309)
Show description for 3dde65b
joaquintides
authored
3dde65b
View commit details
Copy full SHA for 3dde65b
View code at this point
Browse repository at this point
Commits on Jan 17, 2025
Disable Interprocess tests when /RTC is in effect.
pdimov
committed
6c0b763
View commit details
Copy full SHA for 6c0b763
View code at this point
Browse repository at this point
Commits on Dec 28, 2024
upgraded to boost::process::v2
joaquintides
committed
1389043
View commit details
Copy full SHA for 1389043
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
Merge pull request #292 from k3DW/explicit-instantiation
Show description for fbc981e
joaquintides
authored
fbc981e
View commit details
Copy full SHA for fbc981e
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
Use std::ref instead of copying the function parameter… (#290)
Show description for e214ecd
k3DW
and
sdarwin
authored
e214ecd
View commit details
Copy full SHA for e214ecd
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
Ensure each container type can be explicitly instantiated
k3DW
committed
cfdfae0
View commit details
Copy full SHA for cfdfae0
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
Update cfoa 'insert()' tests to check the return value of the iterator-pair and initializer-list overloads
k3DW
committed
1e04399
View commit details
Copy full SHA for 1e04399
View code at this point
Browse repository at this point
Commits on Sep 21, 2024
added insert_and_visit and similar operations to concurrent containers (#283)
joaquintides
authored
834580b
View commit details
Copy full SHA for 834580b
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
Disable tests using Boost.Process under MinGW as well
pdimov
committed
6067d9e
View commit details
Copy full SHA for 6067d9e
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
Update test/Jamfile.v2
pdimov
committed
ad4f00a
View commit details
Copy full SHA for ad4f00a
View code at this point
Browse repository at this point
Update test/Jamfile.v2
pdimov
committed
d1c1665
View commit details
Copy full SHA for d1c1665
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
Sync from upstream.
grafikrobot
committed
cdb31c8
View commit details
Copy full SHA for cdb31c8
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
Put instantiate_[fca] classes into their respective test file, instead of in the headers
k3DW
committed
3f4d5fc
View commit details
Copy full SHA for 3f4d5fc
View code at this point
Browse repository at this point
Sync from upstream.
grafikrobot
committed
9a2483d
View commit details
Copy full SHA for 9a2483d
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
Fixed `std::initializer_list` assignment issues for open-addressing containers (#277)
Show description for cd9a592
joaquintides
authored
cd9a592
View commit details
Copy full SHA for cd9a592
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
Sync from upstream.
grafikrobot
committed
aa67315
View commit details
Copy full SHA for aa67315
View code at this point
Browse repository at this point
Commits on Aug 26, 2024
Fix tests using Interprocess not compiling on Cygwin
k3DW
committed
5dd2068
View commit details
Copy full SHA for 5dd2068
View code at this point
Browse repository at this point
Sync from upstream.
grafikrobot
committed
85098f0
View commit details
Copy full SHA for 85098f0
View code at this point
Browse repository at this point
Commits on Aug 25, 2024
Feature/concurrent node containers (#271)
Show description for f734e39
joaquintides
authored
f734e39
View commit details
Copy full SHA for f734e39
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
Sync from upstream.
grafikrobot
committed
2afef71
View commit details
Copy full SHA for 2afef71
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
Use references in test file, so we can check the debugger display without dereferencing the container
k3DW
committed
45e50f6
View commit details
Copy full SHA for 45e50f6
View code at this point
Browse repository at this point
Rename 'natvis_tests.cpp' to 'debuggability/visualization_tests.cpp', to be used with other kinds of visualizations
k3DW
committed
600dd0a
View commit details
Copy full SHA for 600dd0a
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
Sync from upstream.
grafikrobot
committed
7645e4f
View commit details
Copy full SHA for 7645e4f
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
Fix Boost.Config includes in natvis_tests.cpp (#268)
k3DW
authored
cd4c1f3
View commit details
Copy full SHA for cd4c1f3
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
Change all <source> references to <library>.
grafikrobot
committed
1edbe3f
View commit details
Copy full SHA for 1edbe3f
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
Add uuid test dependency.
grafikrobot
committed
42579de
View commit details
Copy full SHA for 42579de
View code at this point
Browse repository at this point
Add process test dependency.
grafikrobot
committed
0928b3d
View commit details
Copy full SHA for 0928b3d
View code at this point
Browse repository at this point
Add interprocess test dependency.
grafikrobot
committed
5d7786b
View commit details
Copy full SHA for 5d7786b
View code at this point
Browse repository at this point
Commits on Jul 18, 2024
Sync from upstream.
grafikrobot
committed
228fede
View commit details
Copy full SHA for 228fede
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
Feature/nonconst set visit (#265)
Show description for 1d1f0d3
joaquintides
authored
1d1f0d3
View commit details
Copy full SHA for 1d1f0d3
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
Implement natvis for fancy pointers (#262)
Show description for 7ddd562
k3DW
authored
7ddd562
View commit details
Copy full SHA for 7ddd562
View code at this point
Browse repository at this point
Commits on Jul 12, 2024
Sync from upstream.
grafikrobot
committed
88535dc
View commit details
Copy full SHA for 88535dc
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
test interprocess concurrency (#258)
Show description for e3818af
joaquintides
and
pdimov
authored
e3818af
View commit details
Copy full SHA for e3818af
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.