issues
search
joboccara
/
pipes
Pipelines for expressive code on collections in C++
MIT License
801
stars
80
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[hotfix] Include optional header to fix import errors
#73
uilianries
closed
1 week ago
0
Seems like the simplest case isn't working here!
#72
mycpuorg
opened
2 years ago
0
fixed problem related to compiling with MSVC with language version c++20
#71
modanashar
opened
2 years ago
0
Pipes
#70
cmachaca
opened
3 years ago
0
Fix typo
#69
antoniocoratelli
closed
2 years ago
0
Question: What would be a good demonstration of pipeline stages where each stage is multi-threaded?
#68
davidsummers
opened
3 years ago
1
could using macro FWD be removed?
#67
zwangf
opened
3 years ago
0
Create a single pipe for multiple data
#66
omeijer
opened
3 years ago
0
error: no viable overloaded '>>='
#65
theShmoo
opened
3 years ago
1
Missing #include <optional>
#64
tobbelobb
closed
3 years ago
1
CPPCON video
#63
RPeschke
opened
3 years ago
1
added pipeline reduction by value
#62
godefv
opened
4 years ago
9
[discussion] Implementing `drop_last` for pipes
#61
kunaltyagi
opened
4 years ago
2
Add move only type support.
#60
fried-water
closed
4 years ago
1
Fix broken link
#59
boaz001
closed
4 years ago
1
Allow pipelines to have a result (sink?) object
#58
fried-water
closed
4 years ago
3
Remove unused includes
#57
SunnyWar
closed
4 years ago
1
Fixed broken links.
#56
sraaphorst
closed
4 years ago
1
nullopt
#55
sraaphorst
closed
4 years ago
0
fifo
#54
mgood7123
opened
4 years ago
2
Fix unfound begin/end
#53
jjcasmar
closed
4 years ago
0
Add macro to use std::optional (and other types) in C++17 and above
#52
hnOsmium0001
closed
4 years ago
0
Start marking releases
#51
hnOsmium0001
closed
4 years ago
2
add count end pipe
#50
jjcasmar
closed
4 years ago
3
[New pipes] values and keys for map ; replace
#49
Guekka
closed
5 months ago
3
Execution policy
#48
GuillaumeDua
closed
4 years ago
4
[New pipes] pipes::values and pipes::keys for std::map ; pipes::erase
#47
Guekka
closed
4 years ago
0
Add Github Actions
#46
NikBomb
closed
4 years ago
0
Compile fix for MSVC compiler
#45
michael72
closed
4 years ago
1
Compile error with toupper and MSVC compiler
#44
michael72
closed
4 years ago
0
Mvsc compliant
#43
NikBomb
closed
4 years ago
0
W4 flag prevents compilation with MSVC
#42
NikBomb
closed
4 years ago
2
Wextra enabled for GCC and Clang
#41
offa
closed
4 years ago
0
Fixes for compilation errors on GCC 5 / 6
#40
offa
closed
4 years ago
1
Make pipes available on godbolt.org
#39
SerkanTuerker
opened
4 years ago
2
Concurrency question
#38
goto40
opened
5 years ago
3
pipes::custom not found
#37
goto40
closed
4 years ago
2
element-wise transform on mux'd pipes
#36
tnovotny
opened
5 years ago
5
non exhaustive pipes
#35
tnovotny
opened
5 years ago
3
Travis CI and license shield added
#34
offa
closed
5 years ago
5
fold / reduce missing
#33
tnovotny
opened
5 years ago
17
Travis CI
#32
offa
closed
5 years ago
3
.DS_Store files removed from the repository
#31
offa
closed
5 years ago
0
Make tests executable by ctest
#30
offa
closed
5 years ago
1
Using ptr to member as pipes field ?
#29
Milerius
opened
5 years ago
1
[review] possible bug
#28
DaMilyutin
closed
5 years ago
1
Clarify the difference between Ranges and Pipes
#27
bradphelan
closed
5 years ago
2
Error in send.hpp "'forward_as_tuple' is not a member of 'std'
#26
ankitthakar
closed
5 years ago
3
removed extra check from the loop
#25
rathod-sahaab
closed
5 years ago
2
Added stride pipe
#24
rathod-sahaab
closed
5 years ago
4
Next