summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04Update README.mdKirk Shoop
2018-05-04Update README.mdKirk Shoop
2018-05-04Update README.mdKirk Shoop
2018-05-03Fix '-Wignored-qualifiers'Björn Esser
2018-03-15Initial empty repository(raulenrique)
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-11Correct prefix for test executables (#398)Eric Niebler
2017-09-01shutdown event loop threads (#394)Kirk Shoop
2017-07-24Add 'include' to the install path of the headersPeter Majchrak
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-05-24Update DeveloperManual.md (#380)Paul Esson
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-03-30appveyor vs2017 image update (#365)Grigoriy Chudnov
2017-03-22Update README.mdKirk Shoop
2017-03-22release rxcpp 4.0.0Kirk Shoop
2017-02-25Factor out commonalities between repeat and retry into a separate file (#363)elelel
2017-02-24add vs2017 RC to appveyorKirk Shoop
2017-02-24Retry operator argument semantics fix (#362)elelel
2017-02-23Retry: subscription lifetime; repeat: generic naming (#360)elelel
2017-02-23updated Catch to latest (#354)aargor
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