aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dangling reference to a deleted submodule.master-cuttlefish-testing-releaseJaewoong Jung2018-09-251-0/+0
* Merge remote-tracking branch 'upstream-master' into masterIgor Murashkin2018-08-1012-99/+187
|\
| * fix #390Yatao Li2018-08-061-4/+4
| * 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
| * 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
* | android: Add nortti/noexcept test targetsIgor Murashkin2018-08-091-6/+21
* | Rx: Add support for compiling code without exceptions (-fno-exceptions)Igor Murashkin2018-08-0989-250/+427
* | android: Add build targets librxcpp and librxcpp-testsIgor Murashkin2018-08-091-0/+34
* | Minor compilation/test fixes for compiling on androidIgor Murashkin2018-08-095-5/+10
* | android: Import RxCpp from upstreamIgor Murashkin2018-08-09321-0/+67681
|\|
| * 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