issues
search
ReactiveX
/
RxCpp
Reactive Extensions for C++
Apache License 2.0
3.06k
stars
396
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix C++23 compatibility
#609
stevenwdv
opened
2 weeks ago
0
Fix C++20 compatibility for `filtered_hash`
#608
stevenwdv
opened
2 weeks ago
0
[question] exchanging data between 2 computers
#607
sancelot
opened
1 month ago
0
Fix gcc 14 compilation
#606
colbysparks
opened
3 months ago
1
Library fails to compile with gcc14
#605
colbysparks
opened
3 months ago
0
Merge scheduler
#604
czajah
opened
9 months ago
0
Fix C++20 compatibility for `filtered_hash`
#603
stevenwdv
closed
2 weeks ago
0
`is_hashable` is broken in C++20 (`std::hash<T>::result_type` and `::argument_type` were removed)
#602
stevenwdv
opened
11 months ago
0
run_loop dispatch optimization
#601
famik
opened
1 year ago
0
Create iterate error commit 562 "[Perfomance] Significantly reduce amount of copies/moves inside operators"
#600
TKNgu
closed
1 year ago
0
`find_package(rxcpp "4.1.1" CONFIG REQUIRED)` fails because CMake module version is not updated
#599
midrare
opened
1 year ago
0
README doesn't explain how to run tests
#598
yurivict
opened
1 year ago
0
Documentation request: provide examples for C++ that match examples from the "Intro to Rx" article
#597
bert-laverman
opened
1 year ago
2
combine_latest fails build with MSVC 19.34.31935.0 when C++ standard is set to 17
#596
juhanisimola-yousician
opened
1 year ago
3
Segmentation fault in case of using new_thread + current_thread
#595
victimsnino
opened
1 year ago
0
error: unknown type name 'stdscr' auto timeout(AN&&... an) const
#594
Carmudii
closed
2 years ago
0
identity_current_thread is bad "default" scheduler for operators
#593
victimsnino
opened
2 years ago
0
Docs for rxcpp::sources::range are the same as those from rxcpp::observable<>::create
#592
ghost
opened
2 years ago
0
Const overload of resource::get()
#591
reims
opened
2 years ago
0
Reference concat_map not flat_map in docs for flat_map
#590
dagardner-nv
opened
2 years ago
0
Docs for flat_map should reference concat_map but instead reference flat_map
#589
dagardner-nv
opened
2 years ago
1
update README.md
#588
coderSHeE
closed
2 years ago
2
Add explicit <iterator> include to rx-subject.hpp
#587
barryam3
closed
1 month ago
0
`std::aligned_storage` is deprecated in C++23
#586
StephanTLavavej
opened
2 years ago
0
Example test under Rx/v2/examples/tests fails
#585
Ricardicus
opened
2 years ago
0
action_tailrecurser condition explanation
#584
ignus2
opened
2 years ago
0
Make connect as const method
#583
victimsnino
closed
2 years ago
0
Q: optional thread pool interface
#582
RalphSteinhagen
opened
2 years ago
0
enforce C++14 in cmake + added rxcpp::is_same_v C++14 compatible definition ...
#581
RalphSteinhagen
opened
2 years ago
1
Include headers directory as SYSTEM path
#580
wirew0rm
closed
2 years ago
1
Question about the coordinator in sources and why it causes segfault
#579
wuyuanyi135
opened
2 years ago
5
Add missing CMake variables for building tests
#578
guhwanbae
closed
2 years ago
0
Fix typo in linesfrombytes example
#577
guhwanbae
closed
2 years ago
0
Fix typo in DeveloperManual.md
#576
guhwanbae
closed
2 years ago
0
Flat map serializes output when using observable<>::create
#575
JavierBejMen
opened
2 years ago
2
CMake: Added option to disable building tests and examples
#574
ivan-cukic
closed
2 years ago
0
is_pod is deprecated in C++20, use is_trivial and is_standard_layout instead
#573
ivan-cukic
closed
2 years ago
0
replace C-style pointer cast type deduction by 'std::declval<>()'
#572
RalphSteinhagen
closed
2 years ago
5
Implementing logical OR between multiple operations
#571
JavierBejMen
opened
2 years ago
2
-Werror for unsafe nullptr - `decltype((*(input_type*)nullptr).out((*(Subscriber*)nullptr)))' evaluation
#570
RalphSteinhagen
closed
2 years ago
3
Function template specialization for operators fails
#569
thorstink
closed
2 years ago
2
Known methods for coalescing / synchronizing value emission
#568
alexweej
opened
2 years ago
2
Mitigate the C2039 about retired `std::result_of`.
#567
tcw165
closed
2 years ago
1
Fix compilation of tests on c++11. Auto&& not needed here
#566
victimsnino
closed
2 years ago
0
[WIP] Try to improve member declaration via providing all possible overloads as is
#565
victimsnino
closed
2 years ago
2
[Perfomance] Significantly reduce amount of copies during source operators
#564
victimsnino
closed
2 years ago
1
[WIP] Try to provide ability to use mutable/immutable lambdas dynamically
#563
victimsnino
closed
2 years ago
4
[Perfomance] Significantly reduce amount of copies/moves inside operators
#562
victimsnino
closed
3 years ago
17
[FixCrash][Perfomance]Remove unnecessary "this" capture for subjects to prevent crashes for stack subjects variables.
#561
victimsnino
closed
3 years ago
1
Can we have a new release for package managers?
#560
serg06
closed
2 years ago
1
Next