summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/operators/rx-take.hpp
AgeCommit message (Expand)Author
2022-09-01Remove RxCpp, which is no longer used.HEADmastermainElliott Hughes
2018-08-09Rx: Add support for compiling code without exceptions (-fno-exceptions)Igor Murashkin
2016-12-29decouple take 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-03Fix state transition on take_untilValeriy Kopylov
2014-06-07perf improvementsKirk Shoop
2014-05-28lifetime and thread fixesKirk Shoop
2014-04-28fixes and test for takeKirk Shoop
2014-04-28add take operatorKirk Shoop