summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx-subscriber.hpp
AgeCommit message (Expand)Author
2018-08-09Rx: Add support for compiling code without exceptions (-fno-exceptions)Igor Murashkin
2015-09-09Changed nextdetacher::do_unsubscribe from atomic to volatile.Krzysztof Sinica
2015-09-09Changed nextdetacher::do_unsubscribe memeber to an atomic type.Krzysztof Sinica
2015-07-14new observerKirk Shoop
2015-06-18fixes worker leaks (#101 & #132)Kirk Shoop
2015-04-24adding docs in order to update readme.html codeKirk Shoop
2015-02-24vc2015 issue is forcing a shift away from on_exception usageKirk Shoop
2015-02-17Use type aliases or: How I learned to love the closing chevronBenPope
2014-10-02fix clang warningsKirk Shoop
2014-10-02more warnings squashedKirk Shoop
2014-09-01allow conversions to dynamicKirk Shoop
2014-07-29add create and print. redo lift.Kirk Shoop
2014-07-29add tracing hooksKirk Shoop
2014-07-16fix bugs in all the operators that use liftKirk Shoop
2014-07-07add as_dynamic, remove incorrect coordination of subscriberKirk Shoop
2014-06-09remove regulator, add coordinationKirk Shoop
2014-05-28remove aborts triggered by thread interleavesKirk Shoop
2014-05-20add synchronize subject and fix lifetime issuesKirk Shoop
2014-05-16subscriber template deduction cleanupKirk Shoop
2014-04-28remove some default constructorsKirk Shoop
2014-03-29clang caught a typoKirk Shoop
2014-03-29remove resolve_arg libraryKirk Shoop (MS Open Tech)
2014-03-29reimplement make_subscriber the verbose wayKirk Shoop (MS Open Tech)
2014-03-27use perfect forwarding - duhKirk Shoop (MS Open Tech)
2014-03-26windows compiles!Kirk Shoop (MS Open Tech)
2014-03-22compiles on clang at least.Kirk Shoop
2014-03-22start switch to schedulableKirk Shoop
2014-03-20remove subscription from observerKirk Shoop
2014-03-20add variadic versions of make_...Kirk Shoop
2014-03-19switch subscribe from observer to subscriberKirk Shoop
2014-03-13add override support to make_subscriberKirk Shoop
2014-03-12start move to subscriberKirk Shoop
2014-03-11subscriberKirk Shoop