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 }}
samcday
/
algorithm
Public
forked from
boostorg/algorithm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
algorithm
include
boost
algorithm
on
develop
User selector
All users
All time
Commit history
Commits on Oct 30, 2018
Make apply_permutation work for C++03. Thanks to @jeking3 for the report.
mclow
committed
b6c04d6
View commit details
Copy full SHA for b6c04d6
View code at this point
Browse repository at this point
Commits on Jul 30, 2018
Fix broken link to license file in header comment. NFC
mclow
committed
e4dfe08
View commit details
Copy full SHA for e4dfe08
View code at this point
Browse repository at this point
Commits on Jul 4, 2018
Remove 'wrappers'
mclow
committed
6bb5fa5
View commit details
Copy full SHA for 6bb5fa5
View code at this point
Browse repository at this point
Commits on May 15, 2018
East const -> west const. I regret nothing!
tzlaine
committed
3f2a962
View commit details
Copy full SHA for 3f2a962
View code at this point
Browse repository at this point
Commits on May 12, 2018
Add range-based overloads of find*_backward().
tzlaine
committed
c5c5d24
View commit details
Copy full SHA for c5c5d24
View code at this point
Browse repository at this point
Add range-based overload of find_not().
tzlaine
committed
6c68cf8
View commit details
Copy full SHA for 6c68cf8
View code at this point
Browse repository at this point
Commits on May 10, 2018
Add tests for find_backward.hpp.
tzlaine
committed
94460b0
View commit details
Copy full SHA for 94460b0
View code at this point
Browse repository at this point
Commits on May 9, 2018
Add find_not() and the four find_*_backward overloads from Boost.Text. Needs
Show description for d7d91d4
tzlaine
committed
d7d91d4
View commit details
Copy full SHA for d7d91d4
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks!
mclow
committed
3af7aca
View commit details
Copy full SHA for 3af7aca
View code at this point
Browse repository at this point
Commits on Mar 21, 2018
Revert "Fix clang "parameter not found" warning"
Show description for c34713b
samuela
committed
c34713b
View commit details
Copy full SHA for c34713b
View code at this point
Browse repository at this point
Fix clang "parameter not found" warning
samuela
authored
aa8cce5
View commit details
Copy full SHA for aa8cce5
View code at this point
Browse repository at this point
remove other incorrect docstring params
samuela
authored
d6c8b27
View commit details
Copy full SHA for d6c8b27
View code at this point
Browse repository at this point
docstring fix for `first_finder`
samuela
authored
50a2115
View commit details
Copy full SHA for 50a2115
View code at this point
Browse repository at this point
Commits on Feb 5, 2018
Add BOOST_CXX14_CONSTEXPR to identity_operation.
jeremy-murphy
committed
298310f
View commit details
Copy full SHA for 298310f
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
Qualify calls to Boost.Algorithm algs that have the same name as ones in the standard; prevents ADL ambiguities. Thanks to Billy O'Neill for the heads up.
mclow
committed
63c85e7
View commit details
Copy full SHA for 63c85e7
View code at this point
Browse repository at this point
Commits on Nov 1, 2017
Merge pull request #39 from ZaMaZaN4iK/feature_branch/apply_permutation
Show description for cb52d61
mclow
authored
cb52d61
View commit details
Copy full SHA for cb52d61
View code at this point
Browse repository at this point
Commits on Aug 30, 2017
Different fixes
zamazan4ik
committed
7df35ff
View commit details
Copy full SHA for 7df35ff
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
Merge pull request #35 from very-cool-name/apolukhin/constexpr
Show description for 554db2f
mclow
authored
554db2f
View commit details
Copy full SHA for 554db2f
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
Fixed missed header for std::swap
zamazan4ik
committed
32016b3
View commit details
Copy full SHA for 32016b3
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
Fixed compatibility with old compilers
zamazan4ik
committed
15c7ff3
View commit details
Copy full SHA for 15c7ff3
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
Implement the C++17 new algorithms
mclow
committed
334737e
View commit details
Copy full SHA for 334737e
View code at this point
Browse repository at this point
Commits on Jun 19, 2017
binary_function is removed from equal and unary_function removed from tests.
very-cool-name
committed
000040b
View commit details
Copy full SHA for 000040b
View code at this point
Browse repository at this point
Commits on May 19, 2017
Added initial for apply_permutation
zamazan4ik
committed
1ed284d
View commit details
Copy full SHA for 1ed284d
View code at this point
Browse repository at this point
Commits on May 4, 2017
Merge pull request #33 from ZaMaZaN4iK/feature_branch/is_partitioned_until
Show description for 0e62dfb
mclow
authored
0e62dfb
View commit details
Copy full SHA for 0e62dfb
View code at this point
Browse repository at this point
Commits on Apr 22, 2017
fix narrowing conversions
Show description for 56d8841
DanielaE
committed
56d8841
View commit details
Copy full SHA for 56d8841
View code at this point
Browse repository at this point
Commits on Apr 10, 2017
Merge branch 'develop' into apolukhin/constexpr
very-cool-name
authored
968d30e
View commit details
Copy full SHA for 968d30e
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
very-cool-name
committed
dfa332e
View commit details
Copy full SHA for dfa332e
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
Removed empty README.md, fixed docs
zamazan4ik
committed
6f34145
View commit details
Copy full SHA for 6f34145
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
Added examples, tests, doc
zamazan4ik
committed
383e800
View commit details
Copy full SHA for 383e800
View code at this point
Browse repository at this point
Added is_partitioned_until
Show description for a838feb
zamazan4ik
committed
a838feb
View commit details
Copy full SHA for a838feb
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
Remove trailing ";"
Show description for d22c60c
jhunold
committed
d22c60c
View commit details
Copy full SHA for d22c60c
View code at this point
Browse repository at this point
Commits on Nov 26, 2016
Change name of (another) parameter; fixes 'shadowing' warning (Trac #12623)
mclow
committed
e442420
View commit details
Copy full SHA for e442420
View code at this point
Browse repository at this point
Commits on Nov 25, 2016
Change name of parameter; fixes 'shadowing' warning (Trac #12623)
mclow
committed
42db8a4
View commit details
Copy full SHA for 42db8a4
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Remove all mentions of (unary|binary)_function; not needed and they have been removed for C++17
mclow
committed
7977bd0
View commit details
Copy full SHA for 7977bd0
View code at this point
Browse repository at this point
Commits on Oct 12, 2016
Merge pull request #28 from ZaMaZaN4iK/feature_branch/is_palindromic
Show description for 6a650ad
mclow
authored
6a650ad
View commit details
Copy full SHA for 6a650ad
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.