issues
search
ryanhaining
/
cppitertools
Implementation of python itertools and builtin iteration functions for C++17
https://twitter.com/cppitertools
BSD 2-Clause "Simplified" License
1.37k
stars
115
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add bzlmod support
#106
udaya2899
closed
2 months ago
1
Move all headers into a `cppitertools` folder #100 fix
#105
maxmarsc
closed
6 months ago
0
Internal linkage of iter::chain leads to ODR violation.
#104
MaksimIM
closed
4 months ago
1
compare const and non-const chained iterators
#103
reach2sayan
closed
6 months ago
2
Question: calling functions with iterators as parameters
#102
bsdz
closed
8 months ago
2
iter::combinations' behaviour when r = 0 is different from Python's itertools.combinations
#101
GaffaSnobb
closed
9 months ago
2
Can't get cmake FetchContent to work
#100
maxmarsc
closed
5 months ago
12
Combinations seems not to work with std::vector<torch::Tensor> with degree 3.
#99
Piotr321123
closed
1 year ago
2
Question : enumerate(zip(...))
#98
pfeatherstone
closed
1 year ago
4
[cmake] FetchContent warning message
#97
pfeatherstone
closed
1 year ago
1
Nesting with Combinations Compilation Issue in MSVC
#96
ryandougherty
closed
1 year ago
1
Can't use as subproject
#95
Naville
closed
1 year ago
3
Add security policy
#94
pnacht
closed
1 year ago
0
Add security policy
#93
pnacht
closed
1 year ago
0
Make operator* and operator-> const in all iterators.
#92
thomas001
opened
1 year ago
0
dereference operators should be const
#91
thomas001
opened
1 year ago
0
unique_everseen should be templated by a hash function and use a different set object
#90
nimrodfg
opened
1 year ago
1
Accept move-only callables in all itertools that take callables objects
#89
ryanhaining
opened
2 years ago
0
Fix all `reference` type aliases to match the return type of operator* exactly.
#88
ryanhaining
opened
2 years ago
0
Resolved a TODO regarding an MSVC bug that has been fixed
#87
term-est
opened
2 years ago
0
Requesting rbegin and rend for iter::repeat
#86
roastduck
closed
2 years ago
5
[DOC] compress
#85
keithbriggs
closed
3 years ago
2
enumerate with signed index
#84
hmoffatt
closed
3 years ago
2
cmake: Fix warning about cppitertools_INSTALL_CMAKE_DIR
#83
kc9jud
closed
3 years ago
0
enumerate.hpp mixes class and struct
#82
hmoffatt
closed
3 years ago
1
product's repeat argument as a variant.
#81
alphahmed
opened
3 years ago
0
Unable to use iterator from combination with C++17 STL transform_reduce
#80
remz1337
closed
3 years ago
1
New tagged versioned release.
#79
HeavyHat
closed
3 years ago
1
`product` with repeats as an argument
#78
simonzack
opened
4 years ago
5
Negative indexing on slice
#77
gaffney2010
opened
4 years ago
1
Bad check in CMakeLists
#76
GabrielRavier
closed
3 years ago
2
fixed all C++ warnings
#75
GregTalotta
opened
4 years ago
1
Does iter::enumerate copy lvalue collections?
#74
cleeff
closed
4 years ago
2
Fix CMakeLists.txt install paths
#73
strega-nil
closed
4 years ago
2
The cmake version config file is not installed alongside the config file
#72
strega-nil
closed
4 years ago
5
request zip/zip_longest functionality
#71
ghost
opened
4 years ago
2
Files for building conan package
#70
Shaheen47
closed
4 years ago
1
Port to conan
#69
Shaheen47
closed
4 years ago
3
Make available via conan
#68
bigerl
closed
2 years ago
4
Appveyor MSVC 2019 build failing
#67
ryanhaining
closed
4 years ago
1
inconsistent type deduction behavior with old imap and new(starmap) imap implementation
#66
ryanhaining
closed
4 years ago
0
cannot iterate over const chain object.
#65
ryanhaining
closed
4 years ago
0
errors in iterbase.hpp (unable to build solution).
#64
namangupta-98
closed
4 years ago
2
VS2019 compilation errors iter::chain (fix planned for 16.4)
#63
tonyriviere88
closed
2 years ago
2
Combining enumerate with filter
#62
kiwwisk
closed
5 years ago
1
New proposed tool: batched
#61
ssbotelh
closed
5 years ago
8
count not working for negative non-integer step
#60
pedrogarciafreitas
closed
5 years ago
2
groupby segmentation fault
#59
miguel-negrao
closed
5 years ago
5
vector<bool> and groupby
#58
miguel-negrao
opened
5 years ago
2
combination of chunked -> filter -> imap = bogus results
#57
miguel-negrao
closed
5 years ago
15
Next