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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
efcs
/
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
filter-forward-iterator
User selector
All users
All time
Commit history
Commits on Mar 12, 2019
attempt to make filter return a forward iterator
EricWF
committed
637ff7c
View commit details
Copy full SHA for 637ff7c
Browse repository at this point
Commits on Mar 9, 2019
Puts main.cpp in own bazel cc_library
Show description for 44207cd
ryanhaining
committed
44207cd
View commit details
Copy full SHA for 44207cd
Browse repository at this point
Commits on Jan 6, 2019
Merge pull request #52 from mbrukman/patch-1
Show description for 24fb7df
ryanhaining
authored
24fb7df
View commit details
Copy full SHA for 24fb7df
Browse repository at this point
Fixed typos, capitalizations, and added commas.
mbrukman
authored
520df7a
View commit details
Copy full SHA for 520df7a
Browse repository at this point
Commits on Dec 22, 2018
Tests that arrays are iterable
ryanhaining
committed
bcf4855
View commit details
Copy full SHA for bcf4855
Browse repository at this point
Merge branch 'master' of github.com:ryanhaining/cppitertools
ryanhaining
committed
6d4f1a9
View commit details
Copy full SHA for 6d4f1a9
Browse repository at this point
Merge pull request #50 from sephirostoy/BeginEndUseMemberOrADL
Show description for 0801883
ryanhaining
authored
0801883
View commit details
Copy full SHA for 0801883
Browse repository at this point
Merge branch 'master' of github.com:ryanhaining/cppitertools
ryanhaining
committed
7250ae6
View commit details
Copy full SHA for 7250ae6
Browse repository at this point
Merge pull request #51 from sephirostoy/ChainFromEmptyIterable
Show description for 67b16ed
ryanhaining
authored
67b16ed
View commit details
Copy full SHA for 67b16ed
Browse repository at this point
Merge branch 'master' of github.com:ryanhaining/cppitertools
ryanhaining
committed
c91e44b
View commit details
Copy full SHA for c91e44b
Browse repository at this point
Modify get_begin() get_end() to use either member functions if exist or
Show description for af1e317
tony-riviere-hexagon
committed
af1e317
View commit details
Copy full SHA for af1e317
Browse repository at this point
fix chain.from_iterable() when subiterables are empty
tony-riviere-hexagon
committed
55fb813
View commit details
Copy full SHA for 55fb813
Browse repository at this point
Commits on Oct 28, 2018
Adds appveyor status
ryanhaining
authored
9bd6717
View commit details
Copy full SHA for 9bd6717
Browse repository at this point
Updates catch version.
Show description for ede675e
ryanhaining
committed
ede675e
View commit details
Copy full SHA for ede675e
Browse repository at this point
Adds boost check to CMakeLists.txt
ryanhaining
committed
94d2c4a
View commit details
Copy full SHA for 94d2c4a
Browse repository at this point
remove test_zip_longest.cpp from CMakeLists.txt
Show description for eb07f97
ryanhaining
committed
eb07f97
View commit details
Copy full SHA for eb07f97
Browse repository at this point
Commits on Oct 27, 2018
Adds travis build status
ryanhaining
authored
3f6ff3c
View commit details
Copy full SHA for 3f6ff3c
Browse repository at this point
formatting from msvc fix merge
ryanhaining
committed
b92529f
View commit details
Copy full SHA for b92529f
Browse repository at this point
Conditional public data members for gcc bug
Show description for 2e80258
ryanhaining
committed
2e80258
View commit details
Copy full SHA for 2e80258
Browse repository at this point
Travis build for gcc-[7,8] and clang-[5.0, 6.0]
Show description for 4c14dd9
ryanhaining
committed
4c14dd9
View commit details
Copy full SHA for 4c14dd9
Browse repository at this point
Removes shebang from libcxx install
ryanhaining
committed
9f37bf7
View commit details
Copy full SHA for 9f37bf7
Browse repository at this point
Removes conditions from libcxx install script
ryanhaining
committed
a19b447
View commit details
Copy full SHA for a19b447
Browse repository at this point
Adds script to install new enough libc++ on travis
ryanhaining
committed
8e55c43
View commit details
Copy full SHA for 8e55c43
Browse repository at this point
Uses custom test class for pointer to mem function
Show description for d2663ad
ryanhaining
committed
d2663ad
View commit details
Copy full SHA for d2663ad
Browse repository at this point
Commits on Oct 22, 2018
Revert "specifies linker libs for clang"
Show description for 008493b
ryanhaining
committed
008493b
View commit details
Copy full SHA for 008493b
Browse repository at this point
specifies linker libs for clang
ryanhaining
committed
f61f46a
View commit details
Copy full SHA for f61f46a
Browse repository at this point
Commits on Oct 21, 2018
If clang, use libc++
ryanhaining
committed
dd0e499
View commit details
Copy full SHA for dd0e499
Browse repository at this point
Uses CXX from enviroment to build tests if provided
ryanhaining
committed
58d4776
View commit details
Copy full SHA for 58d4776
Browse repository at this point
Messing with travis
ryanhaining
committed
8292542
View commit details
Copy full SHA for 8292542
Browse repository at this point
Commits on Oct 19, 2018
Merge branch 'master' of github.com:ryanhaining/cppitertools
ryanhaining
committed
6594ac9
View commit details
Copy full SHA for 6594ac9
Browse repository at this point
s/protected/private in Filter Iterator
Show description for 06e5923
ryanhaining
committed
06e5923
View commit details
Copy full SHA for 06e5923
Browse repository at this point
Commits on Oct 1, 2018
Merge pull request #47 from frboyer/feature/msvc_compatibility
Show description for c11673f
ryanhaining
authored
c11673f
View commit details
Copy full SHA for c11673f
Browse repository at this point
- IteratorIterator operator[] is now const, as required by RandomAccessIterator
Show description for 54d6d5a
frboyer
committed
54d6d5a
View commit details
Copy full SHA for 54d6d5a
Browse repository at this point
Commits on Sep 9, 2018
- Corrected warnings at /W4 with MSVC in test_starmap (slightly changes the types used in the tests)
frboyer
committed
419a22a
View commit details
Copy full SHA for 419a22a
Browse repository at this point
- Corrected all warnings at /W4 with MSVC (except in test_starmap, where it would slightly change tests)
Show description for 32f4dc2
frboyer
committed
32f4dc2
View commit details
Copy full SHA for 32f4dc2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.