aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update README.mdupstream-master.backupKirk Shoop2018-05-281-2/+2
* 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
* Update README.mdKirk Shoop2018-05-041-1/+1
* Update README.mdKirk Shoop2018-05-041-8/+8
* Update README.mdKirk Shoop2018-05-041-3/+5
* Fix '-Wignored-qualifiers'Björn Esser2018-05-031-1/+1
* Add: Skip_while operator (#418)Martin Kodovský2017-12-139-0/+605
* Add rx-merge-delay-error operator (#417)Martin Kodovský2017-12-0910-0/+799
* 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
* Correct prefix for test executables (#398)Eric Niebler2017-09-111-2/+2
* shutdown event loop threads (#394)Kirk Shoop2017-09-012-14/+20
* Add 'include' to the install path of the headersPeter Majchrak2017-07-241-1/+1
* 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
* Update DeveloperManual.md (#380)Paul Esson2017-05-241-2/+2
* 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
* appveyor vs2017 image update (#365)Grigoriy Chudnov2017-03-301-4/+7
* Update README.mdKirk Shoop2017-03-221-1/+1
* release rxcpp 4.0.0Kirk Shoop2017-03-222-2/+4
* Factor out commonalities between repeat and retry into a separate file (#363)elelel2017-02-253-261/+195
* add vs2017 RC to appveyorKirk Shoop2017-02-241-3/+6
* Retry operator argument semantics fix (#362)elelel2017-02-242-5/+4
* Retry: subscription lifetime; repeat: generic naming (#360)elelel2017-02-232-6/+11
* updated Catch to latest (#354)aargor2017-02-231-0/+0
* 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