summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-10Minor compilation/test fixes for compiling on android am: 6a3b2e5128Igor Murashkin
2018-08-10android: Import RxCpp from upstream am: 1cbf73c952Igor Murashkin
2018-08-10android: Add nortti/noexcept test targetsIgor Murashkin
2018-08-10Rx: Add support for compiling code without exceptions (-fno-exceptions)Igor Murashkin
2018-08-10android: Add build targets librxcpp and librxcpp-testsIgor Murashkin
2018-08-10Minor compilation/test fixes for compiling on androidIgor Murashkin
2018-08-10android: Import RxCpp from upstreamIgor Murashkin
2018-08-09android: Add nortti/noexcept test targetsIgor Murashkin
2018-08-09Rx: Add support for compiling code without exceptions (-fno-exceptions)Igor Murashkin
2018-08-09android: Add build targets librxcpp and librxcpp-testsIgor Murashkin
2018-08-09Minor compilation/test fixes for compiling on androidIgor Murashkin
2018-08-09android: Import RxCpp from upstreamIgor Murashkin
2018-08-06fix #390Yatao Li
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-28Update README.mdupstream-master.backupKirk Shoop
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