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 }}
trel
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Oct 1, 2015
New algorithm 'partition_subrange'. Name not 100% final, bue we've got tests. No docs yet.
mclow
committed
1a79438
View commit details
Copy full SHA for 1a79438
Browse repository at this point
Commits on Sep 29, 2015
Add include to algorithm.hpp; this was causing a failure on MSVC 8.0
mclow
committed
1085f31
View commit details
Copy full SHA for 1085f31
Browse repository at this point
Commits on Sep 28, 2015
Added new algorithm 'sort_subrange' from Sean Parent's CppCon keynote. Docs to come
mclow
committed
7a2ae62
View commit details
Copy full SHA for 7a2ae62
Browse repository at this point
Commits on May 17, 2015
Merge pull request #11 from thtrummer/develop
Show description for 4fbc56b
mclow
committed
4fbc56b
View commit details
Copy full SHA for 4fbc56b
Browse repository at this point
Add missing include for std::multiplies and std::plus
thtrummer
committed
3acaddd
View commit details
Copy full SHA for 3acaddd
Browse repository at this point
Commits on Apr 10, 2015
Fixed the docs for clamp. Refs #10081
mclow
committed
7f7ebc3
View commit details
Copy full SHA for 7f7ebc3
Browse repository at this point
Commits on Mar 18, 2015
Manually apply pull request #10 (since it was against master)
mclow
committed
ba1894b
View commit details
Copy full SHA for ba1894b
Browse repository at this point
Commits on Jan 26, 2015
Added meta/libraries.json
mclow
committed
0693c80
View commit details
Copy full SHA for 0693c80
Browse repository at this point
Commits on Dec 3, 2014
Added more general power functionality as requested by Sean Parent. Also added enable_if to make sure the exponent is an integral type.
mclow
committed
d473435
View commit details
Copy full SHA for d473435
Browse repository at this point
For some reason, these routines were only compiled in for C++11 and less. Make them available all the time.
mclow
committed
85adf4c
View commit details
Copy full SHA for 85adf4c
Browse repository at this point
Commits on Dec 2, 2014
Add new algorithm boost::power, which raises a number to an integer power
mclow
committed
0c3f9a3
View commit details
Copy full SHA for 0c3f9a3
Browse repository at this point
Commits on Sep 29, 2014
Merge pull request #9 from jzmaddock/patch-1
Show description for c5c927b
mclow
committed
c5c927b
View commit details
Copy full SHA for c5c927b
Browse repository at this point
Commits on Sep 27, 2014
Remove use of deprecated TR1 library.
jzmaddock
committed
eb9079c
View commit details
Copy full SHA for eb9079c
Browse repository at this point
Commits on Sep 24, 2014
Removed some debugging code from the test
mclow
committed
0a55238
View commit details
Copy full SHA for 0a55238
Browse repository at this point
Commits on Aug 28, 2014
Remove code to use standard library versions of algorithms. Always use the boost ones
mclow
committed
4dac507
View commit details
Copy full SHA for 4dac507
Browse repository at this point
Commits on Jul 8, 2014
Removed some tabs that snuck in. No functionality change
mclow
committed
3fd9c35
View commit details
Copy full SHA for 3fd9c35
Browse repository at this point
Commits on Jun 18, 2014
Add missing ::type in the range-based partition_point implementation. Add test for this call - since there was none before. Thanks to Wygos for the fix.
mclow
committed
b9d91c5
View commit details
Copy full SHA for b9d91c5
Browse repository at this point
Commits on May 13, 2014
Merge pull request #1 from pabigot/fixup/hex
Show description for 5af8432
mclow
committed
5af8432
View commit details
Copy full SHA for 5af8432
Browse repository at this point
Commits on May 3, 2014
Add a missing 'not' to the description for mismatch. Thanks to K-ballo for the catch
mclow
committed
d121a40
View commit details
Copy full SHA for d121a40
Browse repository at this point
Commits on Mar 23, 2014
Rework the file layout and implementation of 'is_permutation' to match the various versions of the C++ standard. In particular, move the four iterator versions into the cxx14/ directory.
mclow
committed
0f63883
View commit details
Copy full SHA for 0f63883
Browse repository at this point
Commits on Mar 19, 2014
#ifdef out the four argument versions of is_permutation when we are compiling with C++14, since they're in the standard library
mclow
committed
a4d5f17
View commit details
Copy full SHA for a4d5f17
Browse repository at this point
Commits on Mar 11, 2014
Changed parameters for the sequence-based versions of clamp from being passed by vaue to being passed by const &. Thanks to Martin Moene for the suggestion.
mclow
committed
848b521
View commit details
Copy full SHA for 848b521
Browse repository at this point
Commits on Feb 4, 2014
Fixed some file perms that got munged in the git conversion.
mclow
committed
bc3b806
View commit details
Copy full SHA for bc3b806
Browse repository at this point
Commits on Dec 30, 2013
hex: remove unreferenced type declaration
Show description for 9155d4c
pabigot
committed
9155d4c
View commit details
Copy full SHA for 9155d4c
Browse repository at this point
Commits on Nov 17, 2013
Updated docs for is_sorted, etc. Refs #9367
Show description for 0ac413e
mclow
committed
0ac413e
View commit details
Copy full SHA for 0ac413e
Browse repository at this point
Commits on Nov 7, 2013
Fix an uninitialized member in a default-initialized split_iterator; Refs #9335
Show description for 747722a
mclow
committed
747722a
View commit details
Copy full SHA for 747722a
Browse repository at this point
Commits on Oct 14, 2013
Updated license and copyright
Show description for 617ec03
mclow
committed
617ec03
View commit details
Copy full SHA for 617ec03
Browse repository at this point
Remove tabs
Show description for 4c3b17c
mclow
committed
4c3b17c
View commit details
Copy full SHA for 4c3b17c
Browse repository at this point
Commits on Oct 11, 2013
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Show description for ef78dde
steveire
committed
ef78dde
View commit details
Copy full SHA for ef78dde
Browse repository at this point
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Show description for 432b3a3
steveire
committed
432b3a3
View commit details
Copy full SHA for 432b3a3
Browse repository at this point
Commits on Oct 8, 2013
Revert to old behavior for find_iterator; will not find overlapping matches. Fixes #9063
Show description for b44dff3
mclow
committed
b44dff3
View commit details
Copy full SHA for b44dff3
Browse repository at this point
Commits on Oct 6, 2013
Fixed typo in documentation for equal and mismatch; thanks to Larry for the catch
Show description for 4b9a073
mclow
committed
4b9a073
View commit details
Copy full SHA for 4b9a073
Browse repository at this point
Commits on Sep 30, 2013
Algorithm: Remove obsolete MSVC version checks.
Show description for 083c6f5
steveire
committed
083c6f5
View commit details
Copy full SHA for 083c6f5
Browse repository at this point
Commits on Sep 17, 2013
To reduce dependencies changed includes from iterator_range.hpp to iterator_range_core.hpp.
Show description for d528574
Lastique
committed
d528574
View commit details
Copy full SHA for d528574
Browse repository at this point
Commits on Aug 25, 2013
Rewrote iota_n to use pre-increment instead of post - now the same as iota. Added a test for 0 as well.
Show description for fe51eb6
mclow
committed
fe51eb6
View commit details
Copy full SHA for fe51eb6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.