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
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 }}
willp552
/
cppitertools
Public
forked from
ryanhaining/cppitertools
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 21, 2020
Merge pull request #73 from strega-nil/fix-cmakelists
Show description for 539a5be
ryanhaining
authored
539a5be
View commit details
Copy full SHA for 539a5be
Browse repository at this point
Commits on Apr 20, 2020
Fix CMakeLists.txt install paths
Show description for d245e3b
strega-nil
committed
d245e3b
View commit details
Copy full SHA for d245e3b
Browse repository at this point
Commits on Jan 18, 2020
Merge pull request #70 from Shaheen47/port-to-conan2
Show description for 6463d85
ryanhaining
authored
6463d85
View commit details
Copy full SHA for 6463d85
Browse repository at this point
Commits on Jan 17, 2020
updated conan meta data
Alexander Bigerl
committed
2547739
View commit details
Copy full SHA for 2547739
Browse repository at this point
make the headers available at cppitertools/*
Alexander Bigerl
committed
d716cf6
View commit details
Copy full SHA for d716cf6
Browse repository at this point
added conan build
Alexander Bigerl
committed
96ee063
View commit details
Copy full SHA for 96ee063
Browse repository at this point
Commits on Jan 2, 2020
Travis: add gcc-9, clang-7,8,9, upgrade to xenial
ryanhaining
committed
342e752
View commit details
Copy full SHA for 342e752
Browse repository at this point
Commits on Dec 26, 2019
Removes trailing whitespace in README
ryanhaining
committed
0ebfbd6
View commit details
Copy full SHA for 0ebfbd6
Browse repository at this point
Adds information to imap return type. Fixes #66
ryanhaining
committed
2cc82d2
View commit details
Copy full SHA for 2cc82d2
Browse repository at this point
Commits on Dec 23, 2019
Fixes const iteration for chain()
Show description for cb36354
ryanhaining
committed
cb36354
View commit details
Copy full SHA for cb36354
Browse repository at this point
Commits on Sep 16, 2019
Adds MSVC 2019 to appveyor build status description
ryanhaining
authored
334c715
View commit details
Copy full SHA for 334c715
Browse repository at this point
Commits on Aug 25, 2019
Replaces assignment with emplace in DerefHolder
Show description for 41f7d22
ryanhaining
committed
41f7d22
View commit details
Copy full SHA for 41f7d22
Browse repository at this point
Commits on Aug 18, 2019
Merge pull request #61 from ssbotelh/master
Show description for 310711f
ryanhaining
authored
310711f
View commit details
Copy full SHA for 310711f
Browse repository at this point
Commits on Aug 5, 2019
Added test for uneven batch sizes
botelho
committed
c8b32d1
View commit details
Copy full SHA for c8b32d1
Browse repository at this point
Added another example
botelho
committed
2a5de0c
View commit details
Copy full SHA for 2a5de0c
Browse repository at this point
Added test case
botelho
committed
91d091f
View commit details
Copy full SHA for 91d091f
Browse repository at this point
Commits on Aug 3, 2019
Added batched to README.md
ssbotelh
authored
4ba6e04
View commit details
Copy full SHA for 4ba6e04
Browse repository at this point
Added support for containers with different begin and end types
botelho
committed
3e7ceca
View commit details
Copy full SHA for 3e7ceca
Browse repository at this point
Commits on Aug 2, 2019
Minor
botelho
committed
95b1d38
View commit details
Copy full SHA for 95b1d38
Browse repository at this point
First rev of batched
botelho
committed
93d70ef
View commit details
Copy full SHA for 93d70ef
Browse repository at this point
Commits on Jun 23, 2019
Replaces count's min() call with lowest()
Show description for dd34859
ryanhaining
committed
dd34859
View commit details
Copy full SHA for dd34859
Browse repository at this point
Commits on Jun 12, 2019
Adds flipped == iterator compare for takewhile
ryanhaining
committed
3579613
View commit details
Copy full SHA for 3579613
Browse repository at this point
Adds flipped == iterator compare for filter
ryanhaining
committed
7712c2a
View commit details
Copy full SHA for 7712c2a
Browse repository at this point
Adds flipped == iterator compare for dropwhile
ryanhaining
committed
a166113
View commit details
Copy full SHA for a166113
Browse repository at this point
Lazily checks first element under predicate for #57
ryanhaining
committed
fbd57d3
View commit details
Copy full SHA for fbd57d3
Browse repository at this point
Adds imap(takewhile(groupby())) test from #59
ryanhaining
committed
a430b46
View commit details
Copy full SHA for a430b46
Browse repository at this point
Lazily finds first element in dropwhile for #57
ryanhaining
committed
29b1e47
View commit details
Copy full SHA for 29b1e47
Browse repository at this point
Adds imap(dropwhile(groupby())) like from #59
ryanhaining
committed
bacdcb2
View commit details
Copy full SHA for bacdcb2
Browse repository at this point
Lazily find first element of filter()
Show description for 662f711
ryanhaining
committed
662f711
View commit details
Copy full SHA for 662f711
Browse repository at this point
Tests imap(filter(groupby())) from #59
ryanhaining
committed
a06b18a
View commit details
Copy full SHA for a06b18a
Browse repository at this point
Commits on Jun 7, 2019
Merge branch 'master' of github.com:ryanhaining/cppitertools
ryanhaining
committed
3193908
View commit details
Copy full SHA for 3193908
Browse repository at this point
Uses shared_ptr of vector in sliding_window
Show description for 512dbd9
ryanhaining
committed
512dbd9
View commit details
Copy full SHA for 512dbd9
Browse repository at this point
Uses shared_ptr for vector in chunked()
Show description for b42772d
ryanhaining
committed
b42772d
View commit details
Copy full SHA for b42772d
Browse repository at this point
Small fix and cleanup to DerefHolder
Show description for f6573bd
ryanhaining
committed
f6573bd
View commit details
Copy full SHA for f6573bd
Browse repository at this point
Commits on Apr 14, 2019
Adds range updates to README
ryanhaining
authored
97bfd33
View commit details
Copy full SHA for 97bfd33
Browse repository at this point
Previous
Next
You can’t perform that action at this time.