summaryrefslogtreecommitdiff
path: root/Rx
AgeCommit message (Expand)Author
2019-11-11observable: Fix dangling use in #as_blockingIgor Murashkin
2019-11-11schedulers: Fix std::thread clean-up race in newthreadIgor Murashkin
2019-02-20operators: Add ref_count(other) operator overload.android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Igor Murashkin
2019-02-12rxcpp: Fix data race in composite_subscriptionIgor Murashkin
2019-02-11Fix 'Wcatch-value'.Björn Esser
2018-10-28fixes for replay and moved-from container not being emptyKirk Shoop
2018-10-27Add support for compiling rxcpp with -fno-exceptions (#456)iam
2018-10-19Fix doc target missing declarations errorsGeorg Sauthoff
2018-08-05fix blocking_observable::subscribeKirk Shoop
2018-07-10adding test for nocompare observe_on (#448)Kirk Shoop
2018-07-10group_by support DurationSelector (#447)Diorcet Yann
2018-07-08Remove static from observe_on_run_loopAndrei Lebedev
2018-05-11Replace commented out noexcept with macroAndrei Lebedev
2018-05-11Replace shared_ptr with move ctorAndrei Lebedev
2018-05-11Fix exit_recursed_scope_type dtor cleaning requestor earlyAndrei Lebedev
2018-05-10Remove unused variable and captures in doxygen/buffer.cppAndrei Lebedev
2018-05-03Fix '-Wignored-qualifiers'Björn Esser
2017-12-13Add: Skip_while operator (#418)Martin Kodovský
2017-12-09Add rx-merge-delay-error operator (#417)Martin Kodovský
2017-09-16Fix rxcpp::observable<>::range<T>() when T is unsigned typeAndrei Lebedev
2017-09-16Fix rxcpp::observable<>::from<T>() when T is non-default constructableAndrei Lebedev
2017-09-13remove unused localKirk Shoop
2017-09-13Fix clang-trunk -Wunused-lambda-capture warningsEric Niebler
2017-09-01shutdown event loop threads (#394)Kirk Shoop
2017-07-24Typo in rx-never documentationDaniel Rees
2017-07-21std::unexpected has been deprecatedKirk Shoop
2017-07-14fix timeout when no items are emitted (#387)Grigoriy Chudnov
2017-06-15disambiguate onerror from onnext (#383)Kirk Shoop
2017-06-05Add get_subscription() for subject (#381)ZINEKS
2017-04-26subscribe in reverse order to observables (#375)Michael Maier
2017-04-10fix async lifetime in window_toggle (#372)Kirk Shoop
2017-04-10Kirkshoop/filterimprovement (#371)Kirk Shoop
2017-04-09fixed https://github.com/Reactive-Extensions/RxCpp/issues/366Anatoly Shirokov
2017-02-25Factor out commonalities between repeat and retry into a separate file (#363)elelel
2017-02-24Retry operator argument semantics fix (#362)elelel
2017-02-23Retry: subscription lifetime; repeat: generic naming (#360)elelel
2017-02-24fix iterator_type::value_type errorKirk Shoop
2017-02-23Retry(0)/Retry() operator fix (#358)elelel
2017-02-20Work-around for VS2017RC error C2672 building doc (#357)aargor
2017-02-20Rewrite repeat operator to handle 0 case correctly and not rely on magic numb...elelel
2017-02-14Update rx-includes.hppfreezestudio
2017-02-07test has_observers()Kirk Shoop
2017-02-03move sources docs out of observableKirk Shoop
2017-02-01add aliases and fix docsKirk Shoop
2017-01-31doc updateGrigoriy Chudnov
2017-01-28decouple ref_count from connectable_observableGrigoriy Chudnov
2017-01-27decouple connect_forever from connectable_observableGrigoriy Chudnov
2017-01-26decouple publish, publish_synchronized, multicast from observable (#338)Grigoriy Chudnov
2017-01-26Add callback for when a task is added to a run-loop schedule (#337)Stuart Dootson
2017-01-24decouple replay from observableGrigoriy Chudnov