summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/operators/rx-take_until.hpp
AgeCommit message (Expand)Author
2018-08-09Rx: Add support for compiling code without exceptions (-fno-exceptions)Igor Murashkin
2017-01-07decouple take_until from observableGrigoriy Chudnov
2015-04-11Prefer std::make_shared<T> to using std::shared_ptr(new T())ben
2015-02-17Use type aliases or: How I learned to love the closing chevronBenPope
2014-07-07connect coordinators to subscriber lifetimeKirk Shoop
2014-07-07more work on coordinationKirk Shoop
2014-07-03Fix state transition on take_untilValeriy Kopylov
2014-06-15coordinator refinementsKirk Shoop
2014-06-10windows fixes, replace scheduler with coordinationKirk Shoop
2014-06-09remove regulator, add coordinationKirk Shoop
2014-06-07perf improvementsKirk Shoop
2014-05-30add source filter to take_untilKirk Shoop
2014-05-28lifetime and thread fixesKirk Shoop
2014-04-29simplified and fixed a bug in take_untilKirk Shoop
2014-04-29separate lifetime of trigger subscriptionKirk Shoop
2014-04-28fixes and test for takeKirk Shoop
2014-04-28add take operatorKirk Shoop
2014-04-04added take_untilKirk Shoop