aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * fixed build interface include directories for CMake projects (#536)upstream-masterspreagtha2020-08-221-1/+1
* Corrected rare deadlock condition on observable.as_blocking().subscribe() (#543)quetzalcoatl2020-08-221-1/+1
* add this to captures due to c++20 deprecation (#527)Kirk Shoop2020-01-282-2/+2
* Changed values_from template parameter to not cast.Rishin Goswami2020-01-051-2/+2
* Fix typo in rx-operatorsAndrei Lebedev2019-09-251-1/+1
* Add fwd header for observable classAndrei Lebedev2019-09-252-12/+27
* Update README.mdVictor Romero2019-09-111-0/+10
* Installing+Importing sections are added to READE.mdexctues2019-08-181-0/+17
* make find_package(rxcpp CONFIG) work through exporting TARGETSexctues2019-08-181-0/+24
* removed constexpr to support older VC compilers.Joe20182019-08-011-1/+2
* Fix address sanitizer issue in new_workerKonstantin Munichev2019-04-261-2/+3
* dox: fix dead rxmarbles linkNeroBurner2019-04-131-1/+1
* Fix synchronize lock and recursion data raceAndrei Lebedev2019-04-072-3/+4
* Fix data race in run loop usageAndrei Lebedev2019-03-051-0/+2
* operators: Add ref_count(other) operator overload.Igor Murashkin2019-03-057-15/+458
* removing a pedantic compile warningThomas Horstink2019-02-251-1/+1
* rxcpp: Fix data race in composite_subscriptionIgor Murashkin2019-02-121-7/+102
* cmake: Fix 'make' generator targetsIgor Murashkin2019-02-111-0/+4
* README: fix cmake generation snippet for clang/linuxIgor Murashkin2019-02-111-1/+1
* Fix url to Doxygen binary tarball.Björn Esser2019-02-111-1/+1
* Fix 'Wcatch-value'.Björn Esser2019-02-111-2/+2
* make ci more reliableKirk Shoop2018-10-281-1/+1
* 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-27105-323/+577
* Update ide build to Visual Studio 2017Zou Wei2018-10-241-3/+3
* Fix doc target missing declarations errorsGeorg Sauthoff2018-10-1920-18/+24
* 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
* 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