aboutsummaryrefslogtreecommitdiffstats
path: root/Rx/v2/src/rxcpp
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-203-15/+142
* rxcpp: Fix data race in composite_subscriptionIgor Murashkin2019-02-121-7/+102
* 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-2765-171/+328
* fix blocking_observable::subscribeKirk Shoop2018-08-051-38/+7
* 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
* Fix '-Wignored-qualifiers'Björn Esser2018-05-031-1/+1
* Add: Skip_while operator (#418)Martin Kodovský2017-12-134-0/+150
* Add rx-merge-delay-error operator (#417)Martin Kodovský2017-12-095-0/+362
* 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
* 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-141-0/+14
* 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-101-1/+3
* 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-241-2/+1
* 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-231-94/+153
* 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-201-103/+160
* Update rx-includes.hppfreezestudio2017-02-141-1/+0
* move sources docs out of observableKirk Shoop2017-02-0313-441/+510
* 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-283-33/+65
* decouple connect_forever from connectable_observableGrigoriy Chudnov2017-01-274-34/+64
* decouple publish, publish_synchronized, multicast from observable (#338)Grigoriy Chudnov2017-01-265-139/+208
* 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-244-235/+219
* decouple observe_on from observable (#335)Grigoriy Chudnov2017-01-244-37/+68
* decouple subscribe_on from observableGrigoriy Chudnov2017-01-224-44/+71
* decouple start_with from observable - fix msvc2013Grigoriy Chudnov2017-01-211-3/+6
* decouple start_with from observableGrigoriy Chudnov2017-01-214-44/+70
* decouple flat_map from observableGrigoriy Chudnov2017-01-194-92/+133
* decouple concat_map from observableGrigoriy Chudnov2017-01-184-93/+133
* decouple switch_on_next from observableGrigoriy Chudnov2017-01-174-70/+78
* decouple switch_if_empty, default_if_empty from observable (#329)Grigoriy Chudnov2017-01-164-51/+114
* decouple tap from observable (#328)Grigoriy Chudnov2017-01-134-41/+72