aboutsummaryrefslogtreecommitdiffstats
path: root/Rx
Commit message (Expand)AuthorAgeFilesLines
* operators: Add ref_count(other) operator overload.android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Igor Murashkin2019-02-206-15/+392
* rxcpp: Fix data race in composite_subscriptionIgor Murashkin2019-02-121-7/+102
* Fix 'Wcatch-value'.Björn Esser2019-02-111-2/+2
* fixes for replay and moved-from container not being emptyKirk Shoop2018-10-282-12/+19
* Add support for compiling rxcpp with -fno-exceptions (#456)iam2018-10-27100-312/+516
* Fix doc target missing declarations errorsGeorg Sauthoff2018-10-1920-18/+24
* fix blocking_observable::subscribeKirk Shoop2018-08-052-41/+10
* adding test for nocompare observe_on (#448)Kirk Shoop2018-07-101-1/+55
* group_by support DurationSelector (#447)Diorcet Yann2018-07-102-33/+92
* Remove static from observe_on_run_loopAndrei Lebedev2018-07-081-2/+1
* Replace commented out noexcept with macroAndrei Lebedev2018-05-111-1/+1
* Replace shared_ptr with move ctorAndrei Lebedev2018-05-111-2/+9
* Fix exit_recursed_scope_type dtor cleaning requestor earlyAndrei Lebedev2018-05-111-2/+2
* Remove unused variable and captures in doxygen/buffer.cppAndrei Lebedev2018-05-101-4/+2
* Fix '-Wignored-qualifiers'Björn Esser2018-05-031-1/+1
* Add: Skip_while operator (#418)Martin Kodovský2017-12-137-0/+602
* Add rx-merge-delay-error operator (#417)Martin Kodovský2017-12-099-0/+797
* Fix rxcpp::observable<>::range<T>() when T is unsigned typeAndrei Lebedev2017-09-161-1/+1
* Fix rxcpp::observable<>::from<T>() when T is non-default constructableAndrei Lebedev2017-09-161-4/+4
* remove unused localKirk Shoop2017-09-131-1/+0
* Fix clang-trunk -Wunused-lambda-capture warningsEric Niebler2017-09-133-16/+16
* shutdown event loop threads (#394)Kirk Shoop2017-09-012-14/+20
* Typo in rx-never documentationDaniel Rees2017-07-241-1/+1
* std::unexpected has been deprecatedKirk Shoop2017-07-211-1/+1
* fix timeout when no items are emitted (#387)Grigoriy Chudnov2017-07-142-7/+25
* disambiguate onerror from onnext (#383)Kirk Shoop2017-06-151-0/+1
* Add get_subscription() for subject (#381)ZINEKS2017-06-051-0/+4
* subscribe in reverse order to observables (#375)Michael Maier2017-04-261-1/+1
* fix async lifetime in window_toggle (#372)Kirk Shoop2017-04-102-3/+5
* Kirkshoop/filterimprovement (#371)Kirk Shoop2017-04-102-18/+31
* fixed https://github.com/Reactive-Extensions/RxCpp/issues/366Anatoly Shirokov2017-04-091-2/+3
* Factor out commonalities between repeat and retry into a separate file (#363)elelel2017-02-253-261/+195
* Retry operator argument semantics fix (#362)elelel2017-02-242-5/+4
* Retry: subscription lifetime; repeat: generic naming (#360)elelel2017-02-232-6/+11
* fix iterator_type::value_type errorKirk Shoop2017-02-241-1/+1
* Retry(0)/Retry() operator fix (#358)elelel2017-02-232-95/+196
* Work-around for VS2017RC error C2672 building doc (#357)aargor2017-02-201-1/+1
* Rewrite repeat operator to handle 0 case correctly and not rely on magic numb...elelel2017-02-202-103/+201
* Update rx-includes.hppfreezestudio2017-02-141-1/+0
* test has_observers()Kirk Shoop2017-02-071-21/+47
* move sources docs out of observableKirk Shoop2017-02-0317-488/+839
* add aliases and fix docsKirk Shoop2017-02-018-56/+153
* doc updateGrigoriy Chudnov2017-01-313-50/+63
* decouple ref_count from connectable_observableGrigoriy Chudnov2017-01-285-33/+68
* decouple connect_forever from connectable_observableGrigoriy Chudnov2017-01-275-35/+65
* decouple publish, publish_synchronized, multicast from observable (#338)Grigoriy Chudnov2017-01-267-139/+211
* Add callback for when a task is added to a run-loop schedule (#337)Stuart Dootson2017-01-261-1/+11
* decouple replay from observableGrigoriy Chudnov2017-01-245-235/+220
* decouple observe_on from observable (#335)Grigoriy Chudnov2017-01-2412-37/+166
* decouple subscribe_on from observableGrigoriy Chudnov2017-01-225-44/+162